-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (80 loc) · 2.05 KB
/
mkdocs.yml
File metadata and controls
80 lines (80 loc) · 2.05 KB
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: Cookie Docs
site_url: https://docs.cookieapp.me
theme:
name: material
language: en
logo: https://cdn.cookieapp.me/bot/logo.png
favicon: https://cdn.cookieapp.me/bot/logo.png
font:
text: Roboto
features:
# - navigation.tabs
- navigation.indexes
- navigation.footer
palette:
# Dark mode
- scheme: slate
primary: orange
toggle:
icon: material/weather-night
name: Switch to light mode
# Light mode
- scheme: default
primary: orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
markdown_extensions:
- tables
- pymdownx.tabbed:
alternate_style: true
# Admonitions
- admonition
- pymdownx.details
- pymdownx.superfences
# Images
- attr_list
- md_in_html
- pymdownx.blocks.caption
extra:
homepage: https://cookieapp.me
social:
- icon: fontawesome/brands/github
link: https://github.com/CookieAppTeam/docs
name: GitHub Repository
- icon: fontawesome/brands/discord
link: https://discord.gg/zfvbjTEzv6
name: Discord Server
- icon: fontawesome/solid/cookie
link: https://cookieapp.me/
name: Cookie's Website
- icon: material/shield-check
link: https://legal.cookieapp.me
name: Legal Notice & Privacy Policy
plugins:
- glightbox
- search
- git-revision-date-localized
- git-committers:
repository: CookieAppTeam/docs
branch: main
nav:
- 🏠 Home: index.md
- ✨ Customization: customization.md
- 🎲 Games: games.md
- 🍪 Economy: economy.md
- 🚬 Moderation: moderation.md
- 🧰 Server Features:
- features/index.md
- Birthday: features/birthday.md
- Giveaway: features/giveaway.md
- Leveling: features/leveling.md
- Server Banner: features/banner.md
- Stats: features/stats.md
- TempVoice: features/tempvoice.md
- Tickets: features/tickets.md
- Welcome Messages: features/welcome.md
- 👥 User Features: user_features.md
- 💎 Cookie Premium: premium.md
- 📜 Changelog: changelog.md
- ❓ FAQ: faq.md