-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
80 lines (78 loc) · 2.04 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
site_name: Chatterino
site_url: https://wiki.chatterino.com
use_directory_urls: true
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: https://chatterino.com/logo.png
favicon: https://chatterino.com/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.instant
- navigation.sections
- navigation.top
- content.code.annotate
- content.code.copy
icon:
repo: fontawesome/brands/github
plugins:
- search
- git-revision-date-localized:
type: datetime
fallback_to_build_date: true
repo_url: https://github.com/chatterino/chatterino2
edit_uri: ""
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/qq7DDxjste
name: Discord
- icon: fontawesome/brands/github
link: https://github.com/chatterino/chatterino2
name: GitHub
- icon: fontawesome/solid/dollar-sign
link: https://streamelements.com/fourtf/tip
name: Donate
nav:
- Home: index.md
- Chat:
- Commands: Commands.md
- Filters: Filters.md
- Search: Search.md
- Regex: Regex.md
- Features:
- Twitch: Features.md
- Hotkeys: Hotkeys.md
- Image Uploader: Image Uploader.md
- Link Previews: Link Previews.md
- Moderation: Moderation.md
- Themes: Themes.md
- Help: Help.md
- Settings: Settings.md
- Third party services: Third_party_services.md
- Glossary: Glossary.md
- Developers:
- Environment Variables: Environment Variables.md
- Crash Analysis: Crash Analysis.md
- Contributing: Contributing for Developers.md