-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
134 lines (126 loc) · 3.51 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: DRE Documentation
site_description: Documentation for DFINITY's Decentralized Reliability Engineering (DRE) tools and processes
site_author: DFINITY Foundation
repo_name: dfinity/dre
repo_url: https://github.com/dfinity/dre/
edit_uri: edit/main/docs/
nav:
- "Home": index.md
- "Getting Started":
- "Installation": getting-started.md
- "Contributing Guide": contributing.md
- "Documentation Guide": how-to-update-docs.md
- "Core Concepts":
- "Decentralization": decentralization.md
- "Release Management": make-release.md
- "Subnet Management": subnet-decentralization-whatif.md
- "Trustworthy Metrics":
- "Overview": trustworthy-metrics/trustworthy-metrics.md
- "Architecture": trustworthy-metrics/architecture.md
- "Untrusted Metrics": trustworthy-metrics/untrusted-metrics.md
- "Guides":
- "Creating a Neuron": create-a-neuron.md
- "NNS Proposals": nns-proposals.md
- "Submitting Motion Proposals": nns-motion-proposals.md
- "Running Qualification": qualification/running-qualification.md
- "Release Controller": release.md
- "Being a DRE": be-dr-dre.md
- "Development":
- "Kubernetes":
- "Tips and Tricks": k8s/tips-and-tricks.md
- "Bazel":
- "Tips and Tricks": bazel/tips-and-tricks.md
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.action.edit
- content.action.view
- content.tooltips
- content.code.copy
- content.code.annotate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.ico
logo: assets/favicon.ico
icon:
repo: fontawesome/brands/github
plugins:
- search
- offline
- git-revision-date-localized:
enable_creation_date: true
type: datetime
- git-committers:
repository: dfinity/dre
branch: main
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
title: On this page
- pymdownx.betterem
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascript/katex.js
- https://unpkg.com/[email protected]/dist/katex.min.js
- https://unpkg.com/[email protected]/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/[email protected]/dist/katex.min.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dfinity/dre