-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.insiders.yml
120 lines (115 loc) · 3.26 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
INHERIT: mkdocs.yml
theme:
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/theme-light-dark
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: octicons/sun-16
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: octicons/moon-16
name: Switch to system preference
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select # insiders-only
- content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant # doesn't work with home page? :(
# - navigation.instant.prefetch # insiders-only
# - navigation.instant.progress
- navigation.instant.preview # insiders-only
- navigation.path # insiders-only
- navigation.prune # insiders-only
# - navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
extra:
analytics:
provider: custom
domains: discordtickets.app
website: 477eda1e-48af-428f-9ffa-0c682a39bac7
script: https://static.eartharoid.me/ustats.js
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
<a href="https://github.com/discord-tickets/docs/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">submitting an issue</a>.
annotate:
json: [.s2]
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/discord-tickets
- icon: fontawesome/brands/discord
link: https://lnk.earth/discord
- icon: fontawesome/brands/twitter
link: https://twitter.com/DiscordTickets
status:
new: Recently added
tags:
Archives: archives
plugins:
- search
- redirects:
redirect_maps:
"sponsor.md": "https://github.com/discord-tickets/bot/?sponsor=1#-sponsors"
- git-revision-date-localized:
enabled: !ENV [CI, false]
enable_creation_date: true
- git-committers:
enabled: !ENV [CI, false]
repository: discord-tickets/docs
branch: main
- glightbox:
skip_classes:
- no-glightbox
- tags:
tags_allowed:
- Archives
tags_file: tags.md
- meta # must be before blog
# - blog:
# archive: false
# blog_dir: changelogs
# post_url_date_format: yyyy
# post_url_format: "{slug}"
# post_slugify: !!python/object/apply:pymdownx.slugs.slugify
# kwds:
# case: lower
# post_slugify_separator: "-"
- social:
cards_color:
fill: "#5865F2"
text: "#FFFFFF"
- typeset
# - optimize:
# enabled: !ENV [CI, false]