chore: Fixes github pages (#2303)
This commit is contained in:
parent
1a7c94a442
commit
a9e611d46a
1 changed files with 10 additions and 5 deletions
15
mkdocs.yml
15
mkdocs.yml
|
|
@ -1,3 +1,8 @@
|
||||||
|
# Exclude non-documentation files from build output
|
||||||
|
exclude_docs: |
|
||||||
|
commands/
|
||||||
|
packets/
|
||||||
|
tools/
|
||||||
|
|
||||||
# Project
|
# Project
|
||||||
site_name: ModernUO
|
site_name: ModernUO
|
||||||
|
|
@ -9,7 +14,7 @@ edit_uri: edit/main/docs/
|
||||||
repo_name: modernuo/modernuo
|
repo_name: modernuo/modernuo
|
||||||
repo_url: https://github.com/modernuo/modernuo
|
repo_url: https://github.com/modernuo/modernuo
|
||||||
site_description: The Ultima Online Server Emulator for the modern era!
|
site_description: The Ultima Online Server Emulator for the modern era!
|
||||||
copyright: Copyright 2019-2023 ModernUO Development Team
|
copyright: Copyright 2019-2025 ModernUO Development Team
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
favicon: branding/favicon.png
|
favicon: branding/favicon.png
|
||||||
|
|
@ -17,8 +22,8 @@ theme:
|
||||||
logo: modernuo/logo
|
logo: modernuo/logo
|
||||||
custom_dir: docs/overrides/
|
custom_dir: docs/overrides/
|
||||||
features:
|
features:
|
||||||
- tabs
|
- navigation.tabs
|
||||||
- instant
|
- navigation.instant
|
||||||
extra_css:
|
extra_css:
|
||||||
- assets/stylesheets/extra.css
|
- assets/stylesheets/extra.css
|
||||||
extra:
|
extra:
|
||||||
|
|
@ -60,8 +65,8 @@ markdown_extensions:
|
||||||
- pymdownx.betterem:
|
- pymdownx.betterem:
|
||||||
smart_enable: all
|
smart_enable: all
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
options:
|
options:
|
||||||
custom_icons:
|
custom_icons:
|
||||||
- docs/overrides/.icons
|
- docs/overrides/.icons
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue