forked from USI-FMAA/digital_casting_system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (45 loc) · 1.35 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
site_name: Digital Casting System
site_author: Wei-Ting Chen
repo_name: USI-FMAA/digital_casting_system
repo_url: https://github.com/USI-FMAA/digital_casting_system.git
copyright: Copyright © 2024 <a href="https://github.com/USI-FMAA">USI FMAA</a>, Maintained by the <a href="https://github.com/WeiTing1991">Wei-Ting Chen</a>.
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.top
- navigation.tabs
font:
text: Roboto
code: Roboto Mono
# favicon: assets/favicon.png
icon:
logo: logo
nav:
- Digital Casting: index.md
- Getting Started:
- Installation: installation.md
- Example Configurations: example-configuration.md
- User Guide: installation.md
- API Reference: api.md
- About: about.md
# https://github.com/squidfunk/mkdocs-material/blob/master/mkdocs.yml
# https://github.com/LGUG2Z/komorebi/blob/master/mkdocs.yml