mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
website: update moondoc, fix Lua API docs sitename
This commit is contained in:
parent
fbb3d5096c
commit
565dc81994
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
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",
|
||||||
|
|
Loading…
Reference in a new issue