corda/docs
2024-11-14 11:20:21 +00:00
..
example-code NOTICK Remove example code (#6327) 2020-06-09 17:39:51 +01:00
whitepaper EG-1404 - Retired the rst doc source structure under /docs and update… (#6147) 2020-04-23 09:56:57 +01:00
.gitattributes dockerize docs building 2019-01-30 15:33:46 +00:00
.gitignore CORDA-1585 - Tidy up participate docs + pdf toctree backport (#3674) 2018-07-24 10:05:57 +01:00
build.gradle Updated BC package list URL 2024-11-14 11:20:21 +00:00
README.md EG-1404 - Retired the rst doc source structure under /docs and update… (#6147) 2020-04-23 09:56:57 +01:00

Docs

Released documentation

All released Corda documentation has now been moved to a standalone public documentation repository where the doc source can be found:

corda/corda-docs

See the readme and usage docs pages for instructions on how to use the new repo and build the docs locally.

You can contribute to the docs source as before via fork & PR. We now use markdown to write/edit (instead of rst) and Hugo to build (instead of Sphinx).

The published documentation is available at https://docs.corda.net.

Documentation for future releases

R3's technical writing team, R3 engineering, and other R3 teams use a separate, private docs repo for working on draft documentation content targeting future releases:

corda/corda-docs-develop

These docs are published as part of each quarterly release of Corda. At that point their doc source becomes available and open for contributions in the public docs repo.

The new documentation process is described in the technical writing team's space on R3's internal confluence wiki.