Update chapter IDs to be consistent

This commit is contained in:
rubenwardy 2018-10-19 14:29:07 +01:00
parent b854f52310
commit ab55b0d779
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
7 changed files with 7 additions and 7 deletions

View File

@ -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
---

View File

@ -2,7 +2,7 @@
title: Objects, Players, and Entities
layout: default
root: ../..
idx: 3.35
idx: 3.4
description: Using an ObjectRef
---

View File

@ -2,7 +2,7 @@
title: Intro to Clean Architectures
layout: default
root: ../..
idx: 7.3
idx: 7.4
---
## Introduction

View File

@ -2,7 +2,7 @@
title: Read More
layout: default
root: ../..
idx: 7.6
idx: 7.7
redirect_from: /en/chapters/readmore.html
---

View File

@ -2,7 +2,7 @@
title: Releasing a Mod
layout: default
root: ../..
idx: 7.5
idx: 7.6
redirect_from: /en/chapters/releasing.html
---

View File

@ -2,7 +2,7 @@
title: Security
layout: default
root: ../..
idx: 7.25
idx: 7.3
---
## Introduction

View File

@ -2,7 +2,7 @@
title: Automatic Unit Testing
layout: default
root: ../..
idx: 7.4
idx: 7.5
---
## Introduction