2024-05-15 13:13:07 -05:00
|
|
|
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
|
2024-05-15 13:13:07 -05:00
|
|
|
- Terminology: terminology.md
|
|
|
|
- Requirements: requirements.md
|
2024-05-16 21:25:04 -05:00
|
|
|
- System Design:
|
2024-05-16 21:37:52 -05:00
|
|
|
- Overview: system-design/index.md
|
2024-05-16 21:25:04 -05:00
|
|
|
- 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
|
2024-05-16 21:37:52 -05:00
|
|
|
- Forum: system-design/contracts/forum.md
|
2024-05-16 21:25:04 -05:00
|
|
|
- Rollup: system-design/contracts/rollup.md
|
2024-05-16 21:37:52 -05:00
|
|
|
- Implementation: implementation.md
|