Documentation updates
This commit is contained in:
parent
e33706c21d
commit
87f9777f5c
@ -21,6 +21,7 @@
|
||||
- @subpage entitytypesindex
|
||||
- @subpage worldgenerationindex
|
||||
- @subpage chemistryindex
|
||||
- @subpage terrainindex
|
||||
|
||||
|
||||
# What is this section
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
@page instancedactors Instanced Actors
|
||||
|
||||
|
||||
Instanced Actors Documentation
|
||||
@ -1,4 +1,5 @@
|
||||
@page instanceindex Instancing
|
||||
|
||||
[TOC]
|
||||
- @subpage instancingarch
|
||||
- @subpage instancingarch
|
||||
- @subpage instancedactors
|
||||
@ -1,3 +1,4 @@
|
||||
@page terrainediting Terrain Editing
|
||||
electrosphere.client.terrain.editing.TerrainEditing
|
||||
- Client static interface for editing terrain
|
||||
- The idea is that this provides functions you can call anywhere from client side to trigger a request to perform a terrain edit
|
||||
4
docs/src/architecture/terrain/terrainindex.md
Normal file
4
docs/src/architecture/terrain/terrainindex.md
Normal file
@ -0,0 +1,4 @@
|
||||
@page terrainindex Terrain
|
||||
|
||||
[TOC]
|
||||
- @subpage terrainediting
|
||||
@ -1136,6 +1136,7 @@ Fix terrain editing
|
||||
Fix foliage not updating at edited chunk
|
||||
Dedicated control for opening crafting
|
||||
Break out network imgui debug window
|
||||
Move text files to documentation pages
|
||||
|
||||
|
||||
# TODO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user