forked from Atlas-OS/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.insiders.yml
44 lines (38 loc) · 1.47 KB
/
mkdocs.insiders.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
# https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance
INHERIT: mkdocs.yml
#
# Plugins
#
plugins:
- search: {}
# https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin (Insiders)
- privacy:
assets_fetch_dir: assets/external
links: true
links_noopener: true
links_attr_map:
target: _blank
assets_exclude:
- unpkg.com/*
- avatars.githubusercontent.com/*
- pla.atlasos.net/*
- widget.kapa.ai/*
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards (Insiders)
- social:
cards_layout: default/variant
cards_layout_options:
background_color: "#1991FF"
color: "#FFFFFF"
font_family: Inter
logo: docs/assets/brand/icon-white.svg
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-contributors (Insiders)
- git-committers:
repository: Atlas-OS/docs
branch: master
# https://github.com/mkdocs/mkdocs-redirects
- redirects:
redirect_maps:
'getting-started/post-installation/atlas-folder/configuration.md': 'getting-started/post-installation/atlas-folder/general-configuration.md'
'getting-started/post-installation/atlas-folder/optional-tweaks.md': 'getting-started/post-installation/atlas-folder/interface-tweaks.md'
# https://squidfunk.github.io/mkdocs-material/reference/#built-in-typeset-plugin (Insiders)
- typeset