-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (40 loc) · 1.72 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
site_name: SpaceDot's Obsidian Notes
site_url: https://acubesat.gitlab.io/documentation/obsidian
site_dir: public
docs_dir: ./docs
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- toc.follow
- toc.integrate
palette:
scheme: slate
# Built-in extensions.
markdown_extensions:
- footnotes # https://squidfunk.github.io/mkdocs-material/reference/footnotes/
- attr_list # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists
- pymdownx.highlight # https://facelessuser.github.io/pymdown-extensions/extensions/highlight/
- pymdownx.superfences # https://facelessuser.github.io/pymdown-extensions/extensions/superfences/
- pymdownx.details # https://facelessuser.github.io/pymdown-extensions/extensions/details/
- pymdownx.magiclink # https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/
- pymdownx.saneheaders # https://facelessuser.github.io/pymdown-extensions/extensions/saneheaders/
- pymdownx.tasklist # https://facelessuser.github.io/pymdown-extensions/extensions/tasklist/
- pymdownx.emoji # https://facelessuser.github.io/pymdown-extensions/extensions/emoji/
- admonition # https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- toc:
permalink: true # https://python-markdown.github.io/extensions/toc/
# Community plugins.
plugins:
- search # https://www.mkdocs.org/user-guide/configuration/#search
- roamlinks # https://github.com/Jackiexiao/mkdocs-roamlinks-plugin
- exclude: # https://github.com/apenwarr/mkdocs-exclude
glob:
- Kanban/*
- Excalidraw/*
- Templates/*