daml/docs/source/index.rst
Rohan Jacob-Rao c950bf97d1
Guide to UI testing with Jest and Puppeteer (#5119)
* First draft of guide to UI testing

changelog_begin
changelog_end

* Address Nemanja's feedback

* Add copyright headers

* Cut down intro and description of Jest/Puppeteer

* Shorten a bit more
2020-03-24 11:17:41 -04:00

120 lines
2.1 KiB
ReStructuredText

.. Copyright (c) 2020 The DAML Authors. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0
DAML SDK documentation
######################
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
self
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Getting started
Installing the SDK <getting-started/installation>
Quickstart Guide <getting-started/quickstart>
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Writing DAML
daml/intro/0_Intro.rst
daml/reference/index
daml/reference/base
daml/daml-studio
daml/testing-scenarios
daml/troubleshooting
daml/good-daml
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Building applications
app-dev/app-arch
app-dev/authentication
app-dev/ledger-api
app-dev/bindings-ts/index
app-dev/bindings-java/index
app-dev/bindings-scala/index
app-dev/bindings-js
app-dev/grpc/index
app-dev/bindings-x-lang/index
DAML Script <daml-script/index>
upgrade/index
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Deploying to DAML ledgers
deploy/index
deploy/generic_ledger
deploy/ledger-topologies
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: SDK tools
tools/assistant
tools/sandbox
tools/navigator/index
tools/codegen
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Background concepts
concepts/glossary
concepts/ledger-model/index
concepts/identity-and-package-management
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Examples
examples/examples
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Experimental features
experimental/warning
daml-integration-kit/index
tools/ledger-api-test-tool/index
json-api/index
DAML Triggers <triggers/index>
DAML Repl <daml-repl/index>
tools/visual
daml2ts/index
getting-started/index
getting-started/testing
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Support and updates
support/support
support/release-notes
Roadmap <support/roadmap>