fostr/mkdocs.yml

26 lines
497 B
YAML
Raw Normal View History

site_name: fostr language
nav:
- README.md
- tests/basic.md
- trans/statics.md
- implementation.md
plugins:
- search
- semiliterate:
2021-01-31 03:48:03 +00:00
ignore_folders: [target, lib]
exclude_extensions: ['.o', '.hi', '.cmi', '.cmo']
extract_standard_markdown:
terminate: <!-- /md -->
theme:
name: readthedocs
2021-01-31 03:48:03 +00:00
prev_next_buttons_location: both
extra_css: [extra.css]
markdown_extensions:
- attr_list
2021-01-31 03:48:03 +00:00
- markdown_del_ins
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
- smarty