-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
50 lines (49 loc) · 1.22 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
site_name: Clams Docs
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: clams
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
repo: fontawesome/brands/github
admonition:
info: octicons/info-16
tip: octicons/squirrel-16
logo: assets/logo.png
favicon: assets/favicon.png
features:
- navigation.instant
- navigation.tracking
repo_url: https://github.com/clams-tech/docs
repo_name: clams-tech/docs
edit_uri: edit/main/docs/
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/clamstech
- icon: fontawesome/brands/discord
link: https://discord.gg/F2SK8QGW
- icon: fontawesome/brands/github
link: https://github.com/clams-tech
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- "index.md"
- "remote.md"
- "glossary.md"
extra_css:
- stylesheets/extra.css