Archetype: doc_manual.org.mustache
User-manual chapter under doc/manual/user_guide/. Org-mode document scaffold generated from the entity meta-model. The produced `.org` file is tangled into the site build and kept in the org-roam graph.
See the Template variable reference for the complete list of available variables and their semantics.
Template
The full template source. Edit here and re-tangle with
compass build --direct tangle_codegen_templates to regenerate
library/templates/doc_manual.org.mustache.
{{! GENERATED FILE — tangled from projects/ores.codegen/library/templates/doc.org. Edit the org source. }}
:PROPERTIES:
:ID: {{id}}
:END:
#+title: {{title}}
#+description: {{description}}
#+type: manual
#+level: cross
#+filetags: {{filetags}}
#+created: {{date}}
#+updated: {{date}}
** Overview
(One or two sentences introducing the area covered by this chapter.)
** See also
-
See also
- Parent facet: Documentation templates
- Template variable reference