-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (45 loc) · 1.27 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
site_name: CatPack Crafter docs
site_description: Documentation for the CatPack Crafter.
site_author: KTrain5369
copyright: Copyright 2024 by KTrain5369
repo_name: GitHub source
repo_url: https://github.com/KTrain5169/CatPackMaker
edit_uri: blob/main/docs/
theme:
name: material
icon:
repo: fontawesome/brands/github
palette: # Chosen by https://discord.com/channels/1031648380885147709/1031694870756204566/1297376138888216647
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: orange
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/KTrain5169
- icon: fontawesome/brands/discord
link: https://discord.gg/G6YvWhctjk
- icon: fontawesome/brands/bluesky
link: https://bsky.social/profile/ktrain5369.me
nav:
- Home: index.md
- Download: downloads.md
- How to use: instructions.md
- Contributing: contributing.md
- Run from source: run-from-source.md
markdown_extensions:
- toc:
permalink: true
plugins:
- search