website: update moondoc, fix Lua API docs sitename

This commit is contained in:
Starbeamrainbowlabs 2024-10-16 01:22:01 +01:00
parent fbb3d5096c
commit 565dc81994
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
3 changed files with 992 additions and 86 deletions

@ -21,6 +21,7 @@ export default function moondoc_runner(filepath_output) {
"build", "build",
"--input", dirpath_root, "--input", dirpath_root,
"--output", filepath_output, "--output", filepath_output,
"--branch", "dev" "--branch", "dev",
"--name", "WorldEditAditions"
]); ]);
} }

1073
.docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -31,7 +31,7 @@
"keen-slider": "^6.8.6", "keen-slider": "^6.8.6",
"markdown-it-github-alerts": "^0.3.0", "markdown-it-github-alerts": "^0.3.0",
"markdown-it-prism": "^2.3.0", "markdown-it-prism": "^2.3.0",
"moondoc": "^1.1.0", "moondoc": "^1.2.0",
"p-memoize": "^7.1.1", "p-memoize": "^7.1.1",
"p-queue": "^8.0.1", "p-queue": "^8.0.1",
"phin": "^3.7.1", "phin": "^3.7.1",