daml/docs/configs
pbatko-da d3dad75d00
[DPP-592] Generate docs for self-service error codes. (#11129)
Adding `Daml Documentation >> Building applications >> "Self-Service Error Codes (Experimental)` section in the HTML documentation. 

The section is populated automatically with error code information retrieved from the classpath.
The process of generating documentation for error codes looks like this:
- first we find error codes information from the classpath,
- then we save it to a json file,
- then the json file is made available to a custom Sphinx extension,
- then the custom Sphinx extension generates documentation wherever we put a new custom Sphinx directive.

Try it out with
`./docs/scripts/live-preview.sh`
or
`./docs/scripts/preview.sh`


CHANGELOG_BEGIN
CHANGELOG_END
2021-10-20 08:47:54 +02:00
..
html [DPP-592] Generate docs for self-service error codes. (#11129) 2021-10-20 08:47:54 +02:00
pdf move e2e testing to app-dev (#10479) 2021-08-05 11:28:46 +02:00
static Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00