From 8b7950066d101557d907348445c393699a5d0868 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 14 Aug 2019 14:45:42 +0100 Subject: [PATCH] Create advanced map section --- _en/{map => advmap}/lvm.md | 6 ++++-- _en/games/games.md | 2 +- _en/quality/clean_arch.md | 2 +- _en/quality/common_mistakes.md | 2 +- _en/quality/luacheck.md | 2 +- _en/quality/readmore.md | 2 +- _en/quality/releasing.md | 2 +- _en/quality/security.md | 2 +- _en/quality/unit_testing.md | 2 +- 9 files changed, 12 insertions(+), 10 deletions(-) rename _en/{map => advmap}/lvm.md (98%) diff --git a/_en/map/lvm.md b/_en/advmap/lvm.md similarity index 98% rename from _en/map/lvm.md rename to _en/advmap/lvm.md index a580233..94b5c90 100644 --- a/_en/map/lvm.md +++ b/_en/advmap/lvm.md @@ -2,9 +2,11 @@ title: Lua Voxel Manipulators layout: default root: ../.. -idx: 3.5 +idx: 6.1 description: Learn how to use LVMs to speed up map operations. -redirect_from: /en/chapters/lvm.html +redirect_from: + - /en/chapters/lvm.html + - /en/map/lvm.html mapgen_object: level: warning title: LVMs and Mapgen diff --git a/_en/games/games.md b/_en/games/games.md index e5092df..2ead9eb 100644 --- a/_en/games/games.md +++ b/_en/games/games.md @@ -2,7 +2,7 @@ title: Creating Games layout: default root: ../.. -idx: 6.1 +idx: 7.1 --- ## Introduction diff --git a/_en/quality/clean_arch.md b/_en/quality/clean_arch.md index 867cc73..c3a6b2c 100644 --- a/_en/quality/clean_arch.md +++ b/_en/quality/clean_arch.md @@ -2,7 +2,7 @@ title: Intro to Clean Architectures layout: default root: ../.. -idx: 7.4 +idx: 8.4 --- ## Introduction diff --git a/_en/quality/common_mistakes.md b/_en/quality/common_mistakes.md index 036397c..293a5aa 100644 --- a/_en/quality/common_mistakes.md +++ b/_en/quality/common_mistakes.md @@ -2,7 +2,7 @@ title: Common Mistakes layout: default root: ../.. -idx: 7.1 +idx: 8.1 redirect_from: /en/chapters/common_mistakes.html --- diff --git a/_en/quality/luacheck.md b/_en/quality/luacheck.md index 0e2a63b..d9b4410 100644 --- a/_en/quality/luacheck.md +++ b/_en/quality/luacheck.md @@ -2,7 +2,7 @@ title: Automatic Error Checking layout: default root: ../.. -idx: 7.2 +idx: 8.2 description: Use LuaCheck to find errors redirect_from: /en/chapters/luacheck.html --- diff --git a/_en/quality/readmore.md b/_en/quality/readmore.md index ee8bcda..8dc1218 100644 --- a/_en/quality/readmore.md +++ b/_en/quality/readmore.md @@ -2,7 +2,7 @@ title: Read More layout: default root: ../.. -idx: 7.7 +idx: 8.7 redirect_from: /en/chapters/readmore.html --- diff --git a/_en/quality/releasing.md b/_en/quality/releasing.md index 4e391c0..8d31957 100644 --- a/_en/quality/releasing.md +++ b/_en/quality/releasing.md @@ -2,7 +2,7 @@ title: Releasing a Mod layout: default root: ../.. -idx: 7.6 +idx: 8.6 redirect_from: /en/chapters/releasing.html --- diff --git a/_en/quality/security.md b/_en/quality/security.md index 1d0e5ca..c37eba5 100644 --- a/_en/quality/security.md +++ b/_en/quality/security.md @@ -2,7 +2,7 @@ title: Security layout: default root: ../.. -idx: 7.3 +idx: 8.3 --- ## Introduction diff --git a/_en/quality/unit_testing.md b/_en/quality/unit_testing.md index fdc917a..643380a 100644 --- a/_en/quality/unit_testing.md +++ b/_en/quality/unit_testing.md @@ -2,7 +2,7 @@ title: Automatic Unit Testing layout: default root: ../.. -idx: 7.5 +idx: 8.5 --- ## Introduction