Commit Graph

10 Commits

Author SHA1 Message Date
Gary Verhaegen
151e12b81a
bump copyright (#16002)
This is the result of:

- Updating `./COPY` to say `2023`.
- Running `./dev-env/bin/dade-copyright-headers update .`
2023-01-04 18:21:15 +01:00
Remy
752b4cfb63
[Doc] update configuration of Interface (#15690) 2022-11-24 12:06:02 +00:00
carrielaben-da
4e647fe068
Add High Level Intro and Architecture (#15449)
* Add High Level Intro and Architecture

High level intro content covering multi-party apps, Daml, and the Canton ledger.

* Update docs/source/high-level-intro.rst

Per Stefano's suggestion

[CHANGELOG_BEGIN]
[CHANGELOG_END]

Co-authored-by: Stefano Baghino <43749967+stefanobaghino-da@users.noreply.github.com>

* Update high-level-intro.rst

Implementing Stefano's suggestions.

[CHANGELOG_BEGIN]
[CHANGELOG_END]

* fix ref

* fix toc ref

Co-authored-by: carrie-laben <91496516+carrie-laben@users.noreply.github.com>
Co-authored-by: Stefano Baghino <43749967+stefanobaghino-da@users.noreply.github.com>
Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com>
2022-11-14 15:30:30 -04:00
Stefano Baghino
7aaec19fd9
Link main Canton console doc from intro (#15313)
changelog_begin
changelog_end

Follow up to https://github.com/digital-asset/daml/pull/15292#discussion_r1001459934
2022-10-21 15:36:45 +00:00
Meriam Lachkar
3c3a8f874d
document how to enable dev on both Daml and Canton (#14838)
* document how to enable dev on both Daml and Canton

changelog_begin
changelog_end

* Update docs/source/daml/reference/interfaces.rst

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

* Update docs/source/daml/reference/interfaces.rst

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>

* Update docs/source/daml/reference/interfaces.rst

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

* Update docs/source/daml/reference/interfaces.rst

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

* change the link reference to a ref

Co-authored-by: carrielaben-da <91496516+carrielaben-da@users.noreply.github.com>
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
2022-08-29 11:01:50 +02:00
Meriam Lachkar
a5bf4a1282
Improve the documentation to run Daml script on Canton (#14529)
* Improve the documentation to run Daml script on Canton

CHANGELOG_BEGIN
CHANGELOG_END

* hints to synchronize contracts

* Fixup sphinx syntax in Daml Script on Canton docs

Annoyingly sphinx links are kinda confusing made worse by the fact
that we need to reference stuff defined in the Canton repo docs.

changelog_begin
changelog_end

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
2022-07-28 09:53:05 +00:00
Sergey Kisel
c959812e96
Documentation for test evidence. [DPP-996] (#13545)
* Documentation for test evidence. [DPP-996]

CHANGELOG_BEGIN
CHANGELOG_END

* doc update
2022-05-05 17:28:06 +02:00
Gary Verhaegen
3629d1915a
docs: fix canton ref (#13482)
The referenced section is here:
https://github.com/DACH-NY/canton/blob/main/docs-open/src/sphinx/architecture/ha.rst

It already contains a label definition, but it doesn't directly match
the title. I've tested this fix locally by building the combined docs.

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-31 14:29:39 +00:00
Stefano Baghino
30acaaea77
Document how to connect HTTP JSON API Service to an HA participant (#13381)
* Document how to connect HTTP JSON API Service to an HA participant

Fixes https://github.com/digital-asset/daml/issues/13369

changelog_begin
changelog_end

* Add dummy Canton docs ref for `high-availability`
2022-03-23 13:05:15 +01:00
Moritz Kiefer
eb19df6cd8
Setup infrastructure to cross-link to Canton docs (#12824)
* Setup infrastructure to cross-link to Canton docs

fixes #12811

changelog_begin
changelog_end

* .

changelog_begin
changelog_end
2022-02-09 16:21:56 +01:00