-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
67 lines (61 loc) · 1.79 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: ChadMusic
theme:
name: material
favicon: assets/deejaytreefiddy.ico
logo: assets/deejaytreefiddy.png
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: blue
accent: light blue
toggle:
icon: material/weather-sunny
name: Lights on! Click to toggle.
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/weather-night
name: Lights off... Click to toggle.
features:
- content.tooltips
- content.code.copy
- navigation.sections
- navigation.top
- navigation.prune
- navigation.path
- navigation.indexes
- navigation.footer
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- abbr
- attr_list
- md_in_html
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- stylesheets/badge.css
repo_name: 200percentmicky/chadmusic
repo_url: https://github.com/200percentmicky/chadmusic
nav:
- Home: 'index.md'
- Changelog: 'changelog.md'
- Commands: 'commands.md'
- Supported Sites: 'supported_sites.md'
- Setup:
- 'Getting Started': 'setup/getting_started.md'
- '1. Installing Node.js': 'setup/install_node.md'
- '2. Installing git': 'setup/install_git.md'
- '3. Downloading FFmpeg': 'setup/install_ffmpeg.md'
- '4. Creating your bot': 'setup/creating_app.md'
- '5. Cloning the bot': 'setup/cloning_the_bot.md'
- '6. Installing Packages': 'setup/install_packages.md'
- '7. Starting the bot': 'setup/starting_the_bot.md'
- Configuration:
- 'Customization': 'configuration/customization.md'
- 'Environment Variables': 'configuration/env_variables.md'