From a9e611d46ae9805b8a9752750c428f256e1efb3b Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:35:35 -0800 Subject: [PATCH] chore: Fixes github pages (#2303) --- mkdocs.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index a535a64a6..8891e4187 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,3 +1,8 @@ +# Exclude non-documentation files from build output +exclude_docs: | + commands/ + packets/ + tools/ # Project site_name: ModernUO @@ -9,7 +14,7 @@ edit_uri: edit/main/docs/ repo_name: modernuo/modernuo repo_url: https://github.com/modernuo/modernuo 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: name: material favicon: branding/favicon.png @@ -17,8 +22,8 @@ theme: logo: modernuo/logo custom_dir: docs/overrides/ features: - - tabs - - instant + - navigation.tabs + - navigation.instant extra_css: - assets/stylesheets/extra.css extra: @@ -60,8 +65,8 @@ markdown_extensions: - pymdownx.betterem: smart_enable: all - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg options: custom_icons: - docs/overrides/.icons