-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
96 lines (75 loc) · 1.81 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
site_name: OasysDB
repo_name: oasysai/oasysdb
repo_url: https://github.com/oasysai/oasysdb
theme:
name: material
logo: assets/wordmark.png
favicon: assets/favicon64.png
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
name: Light Mode
icon: material/brightness-7
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
name: Dark Mode
icon: material/brightness-4
font:
text: Space Grotesk
code: Space Mono
features:
- header.autohide
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.footer
- content.code.copy
copyright: Copyright © 2024 OasysDB
extra:
generator: false
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/oasysai
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/oasysai
- icon: fontawesome/brands/discord
link: https://discord.gg/bDhQrkqNP4
extra_css:
- css/style.css
nav:
- Documentation:
- Introduction: index.md
- Other:
- Changelog: changelog.md
- Contributing: contributing.md
- Blog:
- blog/index.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: "#"
plugins:
- blog:
post_readtime: true
post_excerpt: required
authors: true
categories_allowed:
- Log
- Rust