From d064808db8e11041839dc2ad4a450c377a49a8f9 Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:04:02 +0200 Subject: [PATCH] Forgot a file --- doc/mkdocs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mkdocs/build.sh b/doc/mkdocs/build.sh index 8d8ecb7ca1f85..20defbffa3fed 100755 --- a/doc/mkdocs/build.sh +++ b/doc/mkdocs/build.sh @@ -4,7 +4,7 @@ cat ../lua_api.md | csplit -sz -f docs/section - '/^=/-1' '{*}' cat > mkdocs.yml << EOF -site_name: Minetest API Documentation +site_name: Luanti API Documentation theme: name: readthedocs highlightjs: False