docs(hotreload): add docs
This commit is contained in:
parent
1993da084d
commit
9e489a4c91
1 changed files with 14 additions and 13 deletions
27
mkdocs.yml
27
mkdocs.yml
|
@ -1,8 +1,8 @@
|
||||||
site_name: SeaCogs Documentation
|
site_name: SeaCogs Documentation
|
||||||
site_url: !ENV [SITE_URL, 'https://seacogs.coastalcommits.com']
|
site_url: !ENV [SITE_URL, "https://seacogs.coastalcommits.com"]
|
||||||
repo_name: CoastalCommits
|
repo_name: CoastalCommits
|
||||||
repo_url: https://coastalcommits.com/cswimr/SeaCogs
|
repo_url: https://coastalcommits.com/cswimr/SeaCogs
|
||||||
edit_uri: !ENV [EDIT_URI, 'src/branch/main/.docs']
|
edit_uri: !ENV [EDIT_URI, "src/branch/main/.docs"]
|
||||||
copyright: Copyright © 2023-2024, cswimr
|
copyright: Copyright © 2023-2024, cswimr
|
||||||
docs_dir: .docs
|
docs_dir: .docs
|
||||||
|
|
||||||
|
@ -12,20 +12,21 @@ site_description: Documentation for my Red-DiscordBot Cogs.
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Aurora:
|
- Aurora:
|
||||||
- aurora/index.md
|
- aurora/index.md
|
||||||
- Moderation Commands: aurora/moderation-commands.md
|
- Moderation Commands: aurora/moderation-commands.md
|
||||||
- Case Commands: aurora/case-commands.md
|
- Case Commands: aurora/case-commands.md
|
||||||
- Configuration: aurora/configuration.md
|
- Configuration: aurora/configuration.md
|
||||||
- Bible: bible.md
|
- Bible: bible.md
|
||||||
- Backup: backup.md
|
- Backup: backup.md
|
||||||
- EmojiInfo: emojiinfo.md
|
- EmojiInfo: emojiinfo.md
|
||||||
|
- HotReload: hotreload.md
|
||||||
- Nerdify: nerdify.md
|
- Nerdify: nerdify.md
|
||||||
- Pterodactyl:
|
- Pterodactyl:
|
||||||
- pterodactyl/index.md
|
- pterodactyl/index.md
|
||||||
- Installing Red: pterodactyl/installing-red.md
|
- Installing Red: pterodactyl/installing-red.md
|
||||||
- Getting Started: pterodactyl/getting-started.md
|
- Getting Started: pterodactyl/getting-started.md
|
||||||
- Configuration: pterodactyl/configuration.md
|
- Configuration: pterodactyl/configuration.md
|
||||||
- Regex Examples: pterodactyl/regex.md
|
- Regex Examples: pterodactyl/regex.md
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- git-authors
|
- git-authors
|
||||||
|
@ -72,7 +73,7 @@ markdown_extensions:
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
palette:
|
palette:
|
||||||
- media: '(prefers-color-scheme: light)'
|
- media: "(prefers-color-scheme: light)"
|
||||||
scheme: default
|
scheme: default
|
||||||
primary: white
|
primary: white
|
||||||
accent: light blue
|
accent: light blue
|
||||||
|
@ -80,7 +81,7 @@ theme:
|
||||||
icon: material/toggle-switch
|
icon: material/toggle-switch
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
|
|
||||||
- media: '(prefers-color-scheme: dark)'
|
- media: "(prefers-color-scheme: dark)"
|
||||||
scheme: slate
|
scheme: slate
|
||||||
primary: black
|
primary: black
|
||||||
accent: light blue
|
accent: light blue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue