spoofax_prop/mkdocs.yml
Glen Whitney 56b8b921dc docs: Initiate building documentation with mkdocs
Also lay out the structure of the documentation and supply a decent
  introduction. Also (unsuccessfully) attempt to get the first example of
  a Stratego transformation from the manual implemented and documented.
2021-01-12 08:41:01 -08:00

21 lines
421 B
YAML

site_name: spoofax_prop
docs_dir: target #dummy
plugins:
- search
- semiliterate:
merge_docs_dir: false
ignore_folders: ['target', 'docrefs']
extract_standard_markdown:
terminate: <!-- /md -->
nav:
- README.md
- syntax/Spoofax-Propositional-Language.md
- trans/prop-eval-rules.md
theme:
name: readthedocs
markdown_extensions:
- abbr
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true