spoofax_prop/mkdocs.yml
Glen Whitney 50dce6b265 docs: Document section 5.1.2
Note still need to implement and document command-line running
  of these strategies.
2021-01-17 10:15:32 -08:00

23 lines
468 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
- trans/prop-dnf-rules.md
- trans/prop-dnf3.md
theme:
name: readthedocs
markdown_extensions:
- abbr
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true