dgf-prototype/specification/mkdocs.yml

31 lines
925 B
YAML

site_name: DGF DAO Specification
site_url: https://spec.dgov.io
theme:
name: material
plugins:
- search
- mermaid2
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
nav:
- Overview: index.md
- Terminology: terminology.md
- Requirements: requirements.md
- System Design:
- Overview: system-design/index.md
- Contracts:
- Reputation: system-design/contracts/reputation.md
- Bench: system-design/contracts/bench.md
- Work: system-design/contracts/work.md
- Proposal: system-design/contracts/proposal.md
- Forum: system-design/contracts/forum.md
- Rollup: system-design/contracts/rollup.md
- Implementation: implementation.md