初始提交

This commit is contained in:
2025-11-08 04:23:10 +08:00
commit d42a20d7e4
15 changed files with 837 additions and 0 deletions

5
justfile Normal file
View File

@ -0,0 +1,5 @@
serve:
watchfiles "mkdocs serve" docs mkdocs.yml
build:
mkdocs build