-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
83 lines (78 loc) · 1.73 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
site_name: Northstar modding docs
site_url: https://docs.northstar.tf/
repo_url: https://github.com/R2Northstar/NorthstarDocs
edit_uri: blob/main/docs/
theme:
name: material
palette:
scheme: "slate"
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- navigation.instant
- navigation.instant.prefetch
icon:
edit: material/pencil
view: material/eye
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
plugins:
- group:
plugins:
- privacy
enabled: !ENV CI
- search
- social
- git-committers:
repository: R2Northstar/NorthstarDocs
branch: main
enabled: !ENV [GITHUB_ACTIONS, false]
token: !ENV [GH_TOKEN]
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets
- toc:
permalink: true
- pymdownx.highlight:
use_pygments: true
linenums_style: pymdownx-inline
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- stylesheets/extra.css