Updated doc for release

- Fixed bug in build.sh and doc generator
This commit is contained in:
Toby Chui
2025-05-31 13:34:41 +08:00
parent cd822ed904
commit 0215171646
18 changed files with 293 additions and 289 deletions

View File

@@ -28,6 +28,10 @@ func main() {
flag.Parse()
if (*root_url)[0] != '/' {
*root_url = "/" + *root_url
}
switch *mode {
case "build":
build()