Please do not open new PRs or issues.
- Do not modify manually files in the
docs/directory. - Do modify files in the
raw_dows/directory. - Before opening a PR, run
./generate-docs.sh. It'll prepare files in the/docsdirectory as described below. - Changes in both
raw_docs/(manually introduced) anddocs/(automatically generated) need to be committed to the repository. - After opening a PR, ping developers and ask for a review.
Currently the ./generate-docs.sh script does two things:
You can use hercule to include (transclude) other partial markdown files and reduce repetition. You can find the current partial files in the raw_docs/_partials folder and you include them with the following syntax:
:[Getting started tutorial intro](../../_partials/getting-started-intro.md)
Placeholders for variables in code examples are enclosed in angled brackets, for example:
<space_id>
When you build the documentation these are replaced with the real values you can find in placeholder-replacements.sh via the sed command. Feel free to add new variables you need.