Update .gitignore and mkdocs.yml config

Added site directory to .gitignore for GitHub Pages output. Adjusted mkdocs.yml formatting and moved use_directory_urls to the top for improved clarity.
This commit is contained in:
PurplePower
2025-08-26 15:08:33 +08:00
parent c16529a4c5
commit b18d68b11a
2 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@@ -18,3 +18,6 @@ target
#
misc/lab*_ans.yaml
# github pages
site/**/*