-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (61 loc) · 1.44 KB
/
mkdocs.yml
File metadata and controls
71 lines (61 loc) · 1.44 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
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
site_name: OnSSET
site_url: https://onsset.org/
repo_url: https://github.com/OnSSET/website
repo_name: OnSSET/website
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
features:
- navigation.tabs
- navigation.top
- navigation.footer
- navigation.sections
- navigation.indexes
- navigation.expand
- toc.integrate
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
palette:
- scheme: default
primary: black
accent: indigo
- scheme: slate
primary: black
accent: indigo
font:
text: Inter
code: JetBrains Mono
nav:
- Home: index.md
- Get started: get-started.md
- Data: data.md
- Learn: learn.md
- Community: community.md
- Governance: governance.md
- Contribute: contribute.md
- Publications: publications.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/orgs/OnSSET/repositories
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/98958988/
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/external-links.js
plugins:
- search
- include-markdown