From ab55b0d779bb7869cc7001a2f99a7b8ef435cc6e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 19 Oct 2018 14:29:07 +0100 Subject: [PATCH] Update chapter IDs to be consistent --- _en/map/lvm.md | 2 +- _en/map/objects.md | 2 +- _en/quality/clean_arch.md | 2 +- _en/quality/readmore.md | 2 +- _en/quality/releasing.md | 2 +- _en/quality/security.md | 2 +- _en/quality/unit_testing.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_en/map/lvm.md b/_en/map/lvm.md index 477737e..9d4464d 100644 --- a/_en/map/lvm.md +++ b/_en/map/lvm.md @@ -2,7 +2,7 @@ title: Lua Voxel Manipulators layout: default root: ../.. -idx: 3.4 +idx: 3.5 description: Learn how to use LVMs to speed up map operations. redirect_from: /en/chapters/lvm.html --- diff --git a/_en/map/objects.md b/_en/map/objects.md index 18b5f46..ccbd8d4 100644 --- a/_en/map/objects.md +++ b/_en/map/objects.md @@ -2,7 +2,7 @@ title: Objects, Players, and Entities layout: default root: ../.. -idx: 3.35 +idx: 3.4 description: Using an ObjectRef --- diff --git a/_en/quality/clean_arch.md b/_en/quality/clean_arch.md index 9c076e6..c9eccd5 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.3 +idx: 7.4 --- ## Introduction diff --git a/_en/quality/readmore.md b/_en/quality/readmore.md index 94b6648..ee8bcda 100644 --- a/_en/quality/readmore.md +++ b/_en/quality/readmore.md @@ -2,7 +2,7 @@ title: Read More layout: default root: ../.. -idx: 7.6 +idx: 7.7 redirect_from: /en/chapters/readmore.html --- diff --git a/_en/quality/releasing.md b/_en/quality/releasing.md index 92b7323..3a0487a 100644 --- a/_en/quality/releasing.md +++ b/_en/quality/releasing.md @@ -2,7 +2,7 @@ title: Releasing a Mod layout: default root: ../.. -idx: 7.5 +idx: 7.6 redirect_from: /en/chapters/releasing.html --- diff --git a/_en/quality/security.md b/_en/quality/security.md index 829cbd7..b6a9843 100644 --- a/_en/quality/security.md +++ b/_en/quality/security.md @@ -2,7 +2,7 @@ title: Security layout: default root: ../.. -idx: 7.25 +idx: 7.3 --- ## Introduction diff --git a/_en/quality/unit_testing.md b/_en/quality/unit_testing.md index 13d335c..a74960c 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.4 +idx: 7.5 --- ## Introduction