-
Notifications
You must be signed in to change notification settings - Fork 34
/
mkdocs.yml
180 lines (159 loc) · 5.5 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
site_name: SONAR - Self-Organizing Network of Aggregated Representations
repo_url: https://github.com/aidecentralized/sonar/
site_url: https://aidecentralized.github.io/sonar/
#
# Navigation
# https://www.mkdocs.org/user-guide/configuration/#nav
#
nav:
- Home:
- Home: index.md
- Getting Started:
- Main: getting-started.md
- Config File: getting-started/config.md
- Customizability: getting-started/customize.md
- Using GRPC: getting-started/grpc.md
- Automating Experiments: getting-started/experiments.md
- CollaBench:
- Main: collabench.md
- Feature Comparison: feature.md
- Algorithms:
- Algorithms: algorithms.md
- Tasks:
- Main: tasks.md
- Image Classification: tasks/image-classification.md
- Object Detection: tasks/object-detection.md
- Text Classification: tasks/text-classification.md
- Datasets:
- Main: datasets/main.md
- Partitioning Strategy: datasets/partitioning.md
- Logging:
- Main: logging/logging.md
- Log Details: logging/log_details.md
- Development:
- Overview: development.md
- Contribution Guidelines: development/sonar.md
- Documentation: development/documentation.md
#
# Theme Settings
#
theme:
# https://squidfunk.github.io/mkdocs-material/customization/#setup-and-theme-structure
name: material
# custom_dir: overrides
features:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#setting-up-navigation
- navigation.instant
- navigation.instant.prefetch
- navigation.path
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.sections
- navigation.tracking
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-pruning
- navigation.prune
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#table-of-contents
- toc.follow
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-suggestions
- search.suggest
- search.highlight
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions
# - content.action.edit
# - content.action.view
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#configuration
- content.code.copy
- content.code.select
- content.code.annotate
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors
palette:
- scheme: slate
primary: blue
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: blue
accent: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts
font:
text: Inter
code: Chivo Mono
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-language
language: en
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons
# logo: assets/icon.svg
# favicon: assets/icon.png
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions
icon:
edit: material/file-edit
view: material/file-eye
repo: fontawesome/brands/github-alt
#
# Extra Settings
#
extra_css:
- docs/stylesheets/msdl.v2.css
- docs/stylesheets/theme.v3.css
extra:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#generator-notice
generator: false
# https://mkdocs-macros-plugin.readthedocs.io/en/stable/pages/#1-variable
sonar:
release: 0.1.0
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#social-links
social:
# Add slack invite as well
- icon: fontawesome/brands/github
link: https://github.com/aidecentralized/sonar/
name: Sonar on GitHub
#
# Python Markdown
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions
#
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/reference/admonitions
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
# https://squidfunk.github.io/mkdocs-material/reference/annotations
- abbr
- attr_list
- md_in_html
# https://squidfunk.github.io/mkdocs-material/reference/formatting
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#inlinehilite
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets
- pymdownx.snippets:
auto_append:
- abbreviations.md
base_path: ['./docs/getting-started/', './docs/contributing/', 'includes']
# https://squidfunk.github.io/mkdocs-material/reference/content-tabs
- pymdownx.tabbed:
alternate_style: true
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences
- pymdownx.superfences
# https://squidfunk.github.io/mkdocs-material/reference/icons-emojis
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
# https://squidfunk.github.io/mkdocs-material/reference/lists
- def_list
- pymdownx.tasklist:
custom_checkbox: true