daml/docs/source/index.rst
Andreas Herrmann 5706f5e15d
Drop early access tag on trigger service and auth middleware (#8611)
* add livez endpoint to auth middleware

* Add OAuth 2.0 middleware to Daml SDK

* unhide trigger service auth flags

changelog_begin
- [Triggers] The trigger service now supports authorization through an
  auth middleware. The feature is enabled using the `--auth` and
  `--auth-callback` command-line flags. Please refer to the
  Authorization chapter of the trigger service documentation for further
  instructions.
- [OAuth 2.0 middleware] Daml Connect now includes an implementation of
  the auth middleware API that supports OAuth 2.0 Authorization Code
  Grant. Please refer to the Auth Middleware and OAuth 2.0 Auth
  Middleware chapters of the documentation.
changelog_end

* drop early access flag on triggers

Daml triggers, the trigger service, and the auth middleware are no
longer marked as early access features.

changelog_begin
- [Triggers] Daml Triggers and the Trigger Service are no longer in
  early access status.
changelog_end

Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
2021-01-22 17:02:24 +01:00

129 lines
2.3 KiB
ReStructuredText

.. Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0
Daml 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
triggers/index
tools/trigger-service/index
tools/auth-middleware/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: Operating Daml
ops/index
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Developer 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 <https://daml.com/examples>
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Early Access Features
tools/extractor
daml-integration-kit/index
tools/visual
concepts/interoperability
.. toctree::
:titlesonly:
:maxdepth: 2
:hidden:
:caption: Daml Ecosystem
support/overview
support/releases
support/compatibility
support/support