forked from doubaniux/boofilsic
-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
mkdocs.yml
51 lines (51 loc) · 1.35 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
site_name: 🧩 NeoDB
site_url: https://neodb.net
repo_url: http://github.com/neodb-social/neodb
edit_uri: blob/main/docs/
site_description: Mark the things you love.
nav:
- About: 'index.md'
- features.md
- install.md
- upgrade.md
- configuration.md
- troubleshooting.md
- development.md
- api.md
- origin.md
theme:
logo: assets/logo.svg
name: material
font:
text: Lato
palette:
primary: custom
accent: custom
features:
# - navigation.tabs
# - navigation.footer
custom_dir: docs/templates
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://mastodon.online/@neodb/
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/NeoDBsocial
- icon: fontawesome/brands/threads
link: https://www.threads.net/@neodb.social
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/neodb.bsky.social
- icon: fontawesome/brands/discord
link: https://discord.gg/QBHkrV8bxK
- icon: fontawesome/brands/github
link: http://github.com/neodb-social/neodb
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/neodb
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format