@@ -10,32 +10,38 @@ site_url: https://input-output-hk.github.io/catalyst-docs
10
10
repo_name : input-output-hk/catalyst-voices
11
11
repo_url : https://github.com/input-output-hk/catalyst-voices
12
12
13
- # Page tree
14
- nav :
15
- - Home : index.md
16
- - Getting Started :
17
- - Getting Started : getting-started/index.md
18
- - Quick Start : getting-started/quick-start.md
19
- - Advanced : getting-started/advanced.md
20
- - Development : getting-started/development.md
21
- - Monorepo Architecture :
22
- - Monorepo Architecture : monorepo-architecture/index.md
23
- - Catalyst Standards :
24
- - Catalyst Standards : catalyst-standards/index.md
25
- - Draft CIPs :
26
- - Draft CIPs : catalyst-standards/draft-cips/index.md
27
- - Role Registration : catalyst-standards/draft-cips/role-registration/cip-xxxx.md
28
- - RBAC CIP30 Extension : catalyst-standards/draft-cips/rbac-cip30-extension/cip-xxxx.md
29
- - Catalyst Voting CIP30 Extension : catalyst-standards/draft-cips/catalyst-vote-signing-cip30-extension/cip-xxxx.md
30
- - Catalyst Ballot Formats :
31
- - Catalyst Ballot Formats : catalyst-standards/ballot/index.md
32
- - Catalyst V1 Ballot : catalyst-standards/ballot/catalyst-v1.md
33
- - Catalyst V2 Ballot : catalyst-standards/ballot/catalyst-v2.md
34
- - Appendix :
35
- - Appendix : appendix/index.md
36
- - Important Information :
37
- - Important Information : appendix/important/index.md
38
- - Contributing : appendix/important/contributing.md
39
- - Code of Conduct : appendix/important/coc.md
40
- - Security : appendix/important/security.md
41
- - License : appendix/important/license.md
13
+ # Page tree - is created automatically.
14
+ # See: https://henrywhitaker3.github.io/mkdocs-material-dark-theme/plugins/awesome-pages/
15
+
16
+ # Tags used in these docs
17
+ extra :
18
+ tags :
19
+ HTML5 : html
20
+ JavaScript : js
21
+ CSS : css
22
+ Rust : rust
23
+ Flutter : flutter
24
+ Dart : dart
25
+ Python : python
26
+ Earthly : earthly
27
+ Github : github
28
+ Docker : docker
29
+ arc42 : arc42
30
+ ADR : adr
31
+
32
+ # Icons associated with the tags
33
+ theme :
34
+ icon :
35
+ tag :
36
+ html : fontawesome/brands/html5
37
+ js : fontawesome/brands/js
38
+ css : fontawesome/brands/css3
39
+ rust : simple/rust
40
+ flutter : simple/flutter
41
+ dart : simple/dart
42
+ python : simple/python
43
+ earthly : material/earth-plus
44
+ github : simple/github
45
+ docker : simple/docker
46
+ arc42 : material/pencil-ruler
47
+ adr : material/arrow-decision-auto
0 commit comments