-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
40 lines (37 loc) · 998 Bytes
/
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
site_name: Hammy, A Ham Radio Discord Bot
site_url: https://n8acl.github.io/hammy-discord-bot
repo_url: https://github.com/n8acl/hammy-discord-bot
theme:
name: 'material'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
palette:
- media: "(prefers-color-scheme: light)"
scheme: light
primary: 'amber'
accent: 'orange'
toggle:
icon: material/toggle-switch-off-outline
name: Embrace the dark side
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: 'deep orange'
accent: 'amber'
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- admonition
- def_list
- codehilite:
guess_lang: false
- toc:
permalink: true
nav:
- Welcome!: index.md
- Getting Started:
- Installation/Setup: Installation.md
- Obtaining API Keys: obtaining_api_keys.md
- Bot Commands: bot-commands.md
- Change Log (changes prior to 2023): changelog.md