Create advanced map section
This commit is contained in:
parent
6e09b6f447
commit
8b7950066d
@ -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
|
@ -2,7 +2,7 @@
|
||||
title: Creating Games
|
||||
layout: default
|
||||
root: ../..
|
||||
idx: 6.1
|
||||
idx: 7.1
|
||||
---
|
||||
|
||||
## Introduction <!-- omit in toc -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Intro to Clean Architectures
|
||||
layout: default
|
||||
root: ../..
|
||||
idx: 7.4
|
||||
idx: 8.4
|
||||
---
|
||||
|
||||
## Introduction <!-- omit in toc -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Common Mistakes
|
||||
layout: default
|
||||
root: ../..
|
||||
idx: 7.1
|
||||
idx: 8.1
|
||||
redirect_from: /en/chapters/common_mistakes.html
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Read More
|
||||
layout: default
|
||||
root: ../..
|
||||
idx: 7.7
|
||||
idx: 8.7
|
||||
redirect_from: /en/chapters/readmore.html
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Releasing a Mod
|
||||
layout: default
|
||||
root: ../..
|
||||
idx: 7.6
|
||||
idx: 8.6
|
||||
redirect_from: /en/chapters/releasing.html
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Security
|
||||
layout: default
|
||||
root: ../..
|
||||
idx: 7.3
|
||||
idx: 8.3
|
||||
---
|
||||
|
||||
## Introduction <!-- omit in toc -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Automatic Unit Testing
|
||||
layout: default
|
||||
root: ../..
|
||||
idx: 7.5
|
||||
idx: 8.5
|
||||
---
|
||||
|
||||
## Introduction <!-- omit in toc -->
|
||||
|
Loading…
Reference in New Issue
Block a user