mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
331ee44978
* Documentation of our support and compatibility framework CHANGELOG_BEGIN CHANGELOG_END * Update docs/source/daml-integration-kit/index.rst Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> * Update docs/source/support/component-statuses.rst Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> * Address feedback * Update docs/source/support/compatibility.rst Co-authored-by: Gerolf Seitz <gerolf.seitz@daml.com> * Add Deprecations and address feedback * Fix short title underline * Apply suggestions from code review Co-authored-by: Gerolf Seitz <gerolf.seitz@daml.com> * Improve sentence on Integration Kit * Imprive SemVer TLDR * Uncapitalize release candidate * Fix release timeline image * Make the DAML Language Server CLI a Labs feature Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Co-authored-by: Gerolf Seitz <gerolf.seitz@daml.com>
120 lines
2.2 KiB
ReStructuredText
120 lines
2.2 KiB
ReStructuredText
.. Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. 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>
|
|
Building Your App <getting-started/index>
|
|
getting-started/app-architecture
|
|
getting-started/first-feature
|
|
getting-started/testing
|
|
Cheat Sheet <https://docs.daml.com/cheat-sheet>
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
:hidden:
|
|
:caption: Writing DAML
|
|
|
|
daml/intro/0_Intro.rst
|
|
daml/reference/index
|
|
daml/stdlib/index
|
|
daml/testing-scenarios
|
|
daml/troubleshooting
|
|
/daml/patterns
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
:hidden:
|
|
:caption: Building applications
|
|
|
|
app-dev/app-arch
|
|
app-dev/bindings-ts/index
|
|
json-api/index
|
|
DAML Script <daml-script/index>
|
|
DAML REPL <daml-repl/index>
|
|
upgrade/index
|
|
app-dev/authorization
|
|
app-dev/ledger-api
|
|
|
|
.. 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
|
|
daml/daml-studio
|
|
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
|
|
concepts/time
|
|
concepts/local-ledger
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
:hidden:
|
|
:caption: Examples
|
|
|
|
examples/examples
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
:hidden:
|
|
:caption: Early Access Features
|
|
|
|
tools/navigator/console
|
|
tools/extractor
|
|
daml-integration-kit/index
|
|
triggers/index
|
|
tools/visual
|
|
tools/trigger-service
|
|
concepts/interoperability
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
:hidden:
|
|
:caption: DAML Ecosystem
|
|
|
|
support/overview
|
|
support/releases
|
|
support/compatibility
|
|
support/support |