forked from SinusBot/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (67 loc) · 2.06 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
site_name: SinusBot Documentation
site_url: https://sinusbot.github.io/docs/
copyright: 'Copyright © The SinusBot Team and Contributors.'
edit_uri: https://github.com/SinusBot/docs/edit/master/docs/
repo_name: SinusBot/docs
repo_url: https://github.com/SinusBot/docs/
nav:
- 'Introduction': 'index.md'
- 'Installation':
- 'Linux': 'installation/linux.md'
- 'Windows': 'installation/windows.md'
- 'Docker': 'installation/docker.md'
- 'youtube-dl': 'youtube-dl.md'
- 'Reverse Proxy':
- 'NGINX': 'reverse-proxy/nginx.md'
- 'Apache 2': 'reverse-proxy/apache2.md'
- 'Common Adaptations': 'reverse-proxy/common-adaptations.md'
- 'Discord': 'installation/discord.md'
- 'Increase TS Security Level': 'installation/increase-security-level.md'
- 'FAQ':
- 'General': 'faq/general.md'
- 'Installation': 'faq/installation.md'
- 'Features': 'faq/features.md'
- 'What is new?': 'whatsnew.md'
- 'Scripting': 'scripts.md'
- 'Configuration': 'configuration.md'
- 'Licenses': 'licenses.md'
- 'Localization': 'locales.md'
- 'Text-to-Speech': 'tts.md'
- 'Speech Recognition': 'speechrecognition.md'
theme:
name: material
font: false
logo: logo.svg
favicon: https://sinusbot.github.io/favicon.ico
features:
- instant
# - tabs
palette:
primary: 'red'
accent: 'red'
icon:
repo: fontawesome/brands/github
markdown_extensions: # see https://python-markdown.github.io/extensions/, https://facelessuser.github.io/pymdown-extensions/
- codehilite
- admonition
- attr_list
- pymdownx.details
- pymdownx.keys
- pymdownx.tilde
- pymdownx.mark
- toc:
permalink: "🔗"
extra_css:
- extra.css
extra:
social:
- icon: fontawesome/solid/globe
link: https://sinusbot.com
- icon: fontawesome/brands/github
link: https://github.com/SinusBot
- icon: fontawesome/brands/twitter
link: https://twitter.com/sinusbot
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/sinusbot
- icon: fontawesome/solid/question
link: https://forum.sinusbot.com