-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (42 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
42 lines (42 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
site_name: DATU Documentation
site_description: "Documentation hub for the Decentralized Accountable Trust Union"
site_url: "https://datuph.github.io/datu"
nav:
- Overview:
- Home: index.md
- Government Blockchain Explainer: government-blockchain-explainer.md
- Architecture & Protocol:
- Reference Architecture: ARCHITECTURE.md
- Stellar Consensus Protocol: consensus-scp.md
- Infrastructure:
- Stellar Fork Environment: stellar-fork-environment.md
- Ledger Security Register: operations/ledger-security-register.md
- Delivery Roadmap:
- Implementation Plan: IMPLEMENTATION_PLAN.md
- Project Mobilization: project-mobilization.md
- Project Progress: project-progress.md
- Phase 1 Gap Analysis: phase1-gap-analysis.md
docs_dir: docs
theme:
name: material
custom_dir: docs/overrides
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- toc:
permalink: true
plugins:
- search:
lang: en
hooks:
- mkdocs_hooks.py
extra:
social_image: assets/datu-social-cover.jpg