sophia/docs/mkdocs.yml
2020-10-06 17:09:21 +02:00

26 lines
572 B
YAML

site_name: Aeternity Sophia
extra_css: [extra.css]
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- rust
- erlang
markdown_extensions:
- attr_list
- admonition
#- pymdownx.details
#- pymdownx.superfences
nav:
- 'The sophia language' : 'index.md'
- Syntax : 'syntax.md'
- Contracts : 'contracts.md'
- 'Standard Library Functions' : 'sophia_stdlib.md'
- Examples : 'examples.md'
repo_name: 'nikita-fuchs/sophiadocs'
repo_url: 'https://github.com/nikita-fuchs/sophiadocs'