forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lanugage:docs: include generated docs on docs.daml.com (digital-asset…
…#4924) This includes the generated docs for the typescipt libraries daml-react, daml-ledger and daml-types in the documentation presented on docs.daml.com. Next step is to create better readmes in this libraries. CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information
Robin Krom
authored
Mar 10, 2020
1 parent
6f59832
commit 8fe497e
Showing
8 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. Copyright (c) 2020 The DAML Authors. All rights reserved. | ||
.. SPDX-License-Identifier: Apache-2.0 | ||
@daml/ledger | ||
############ | ||
|
||
`@daml/ledger documentation <daml-ledger/index.html>`_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. Copyright (c) 2020 The DAML Authors. All rights reserved. | ||
.. SPDX-License-Identifier: Apache-2.0 | ||
@daml/react | ||
########### | ||
|
||
`@daml/react documentation <daml-react/index.html>`_ | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. Copyright (c) 2020 The DAML Authors. All rights reserved. | ||
.. SPDX-License-Identifier: Apache-2.0 | ||
@daml/types | ||
########### | ||
|
||
`@daml/types documentation <daml-types/index.html>`_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. Copyright (c) 2020 The DAML Authors. All rights reserved. | ||
.. SPDX-License-Identifier: Apache-2.0 | ||
TypeScript bindings | ||
################### | ||
|
||
.. _typescript: | ||
|
||
The DAML TypeScript bindings are the recommended way to build a frontend for a DAML application. We | ||
provide an integration for the `React <https://reactjs.org>`_ framework with the `@daml/react | ||
<daml-react/index.html>`_ library. However, you can choose any Javascrip/Typescript based framework | ||
and use the `@daml/ledger <daml-ledger/index.html>`_ library directly to connect and interact with a | ||
DAML ledger via it's :ref:`HTTP JSON API <json-api>`. | ||
|
||
The `@daml/types <daml-types/index.html>`_ library contains TypeScript data types corresponding to | ||
primitive DAML data types, such as ``Party`` or ``Text``. It is used by the `@daml/react <daml-react/index.html>`_ | ||
and `@daml/ledger <daml-ledger/index.html>`_ libraries. | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
daml-react | ||
daml-ledger | ||
daml-types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters