Glen Whitney
2357e1f220
Also update to latest revision of mkdocs semiliterate plugin. Up next: using SPT as an alternate means of running Stratego.
22 lines
447 B
YAML
22 lines
447 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
|
|
theme:
|
|
name: readthedocs
|
|
markdown_extensions:
|
|
- abbr
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
use_pygments: true
|