Archetype: doc_knowledge.org.mustache
Generic knowledge page: Summary / Detail / See also. 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_knowledge.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: knowledge
#+level: cross
#+filetags: {{filetags}}
#+created: {{date}}
#+updated: {{date}}
* Summary
(Three to five sentences capturing the load-bearing facts. Should be
enough that a reader skimming the summary alone can decide whether to
read on.)
* Detail
(The content proper. Subheadings welcome; aim for navigable, not
exhaustive.)
* See also
-
See also
- Parent facet: Documentation templates
- Template variable reference