-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathmkdocs.yml
48 lines (48 loc) · 1.18 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
site_name: Castor & Pollux
site_url: https://gemini.wntr.dev
repo_url: "https://github.com/wntrblm/Castor_and_Pollux"
edit_uri: edit/main/user_guide/docs
theme:
name: wintersong
plugins: []
markdown_extensions:
- abbr
- admonition
- def_list
- attr_list
- footnotes
- md_in_html
- toc:
permalink: "#"
toc_depth: 2-2
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.blocks.tab:
alternate_style: true
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
hide_protocol: true
repo_url_shortener: true
social_url_shortener: true
normalize_issue_symbols: true
repo_url_shorthand: true
user: wntrblm
repo: winter
- pymdownx.mark
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- "Manual": index.md
- "Build": build.md
- "Settings": settings.md