-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
45 lines (42 loc) · 1.25 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
site_name: 🍳 Cook-Off
site_url: https://bedrockcommands.github.io/Cook-Off-Docs/
repo_url: "https://github.com/BedrockCommands/Cook-Off-Docs"
repo_name: "Cook-Off-Docs"
copyright: |
Copyright © 2025 Bedrock Commands Community (BCC) <br>
Website Template by <a href="https://squidfunk.github.io/mkdocs-material/">MkDocs</a> – Licensed under the <a href="https://opensource.org/license/mit">MIT License</a>
extra:
generator: false
social:
- icon: fontawesome/brands/discord
link: https://discord.com/servers/bedrock-commands-community-924894457894174740
- icon: fontawesome/brands/youtube
link: https://youtube.com/@bccommunuty
theme:
name: material
favicon: "assets/logo.png"
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
palette:
- scheme: default
primary: brown
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: brown
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: "assets/logo.png"
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.css