forked from kadaster-labs/sensrnet-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (50 loc) · 1.34 KB
/
mkdocs.yml
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
43
44
45
46
47
48
49
50
51
site_name: SensRNet Documentation
docs_dir: docs
site_dir: site
site_url: http://localhost:8000
repo_url: https://github.com/kadaster-labs/sensrnet-home
edit_uri: edit/main/docs/
nav:
- 'General':
- Overview: README.md
- ProductVision.md
- ProductVisionNL.md
- SystemDescriptionNL.md
- 'Architecture':
- Overview: Architecture.md
- KeyConcepts.md
- Architectural Decision Records (ARDs): adr/index.md
- Network.md
- Model.md
# - Definitions.rst
- Blockchain.md
- 'Functional':
- Use Cases (NL): UseCasesNL.md
- TestScenariosNL.md
- 'Technical':
- Overview: Deployment.md
- Multichain: SyncMultiChainEN.md
- 'Organisation':
- Functional Advisory Board: FAB.md
- Pilots: Pilots.md
- Users Group: UsersGroup.md
- Notes: notes/index.md
- Project Board: https://github.com/orgs/kadaster-labs/projects/1?fullscreen=true
extra_css:
- css/sensrnet.css
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
palette:
primary: indigo
accent: amber
icon:
logo: material/antenna
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg