chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:25:07 +08:00
commit a26e856398
1681 changed files with 296950 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
mdbook:
container_name: mdbook
image: peaceiris/mdbook:v0.5.0
stdin_open: true
tty: true
ports:
- 3000:3000
- 3001:3001
volumes:
- ${PWD}/..:/repo
working_dir: /repo/docs
command:
- serve
- --hostname
- "0.0.0.0"