dgf-prototype/specification/mkdocs.yml

31 lines
817 B
YAML
Raw Permalink Normal View History

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:
2024-05-15 13:28:17 -05:00
- Overview: index.md
- Terminology: terminology.md
2024-06-13 09:56:03 -05:00
- Generic DAO:
2024-06-10 15:48:21 -05:00
- Requirements: requirements.md
- System Design: system-design.md
- User Stories: user-stories.md
- Specialized DAOs:
- Arbitration: arbitration.md
- Publishing: publishing.md
2024-05-21 15:44:44 -05:00
- Implementation:
- Ethereum Prototype: implementation-solidity.md
- Casper Production: implementation-casper.md
- Future Work: future-work.md