update doc/en structure

This commit is contained in:
MihailRis
2024-06-13 18:52:47 +03:00
parent dbe98959d1
commit 09610a3bb3
12 changed files with 17 additions and 12 deletions
-11
View File
@@ -1,11 +0,0 @@
# Sections
- [Engine usage recommendations](1.Engine-usage-recommendations.md)
- [Content-packs](2.Content-packs.md)
- [Block properties](3.Block-properties.md)
- [Item properties](4.Item-properties.md)
- [XML UI building](5.XML-UI-building.md)
- [Assets preloading](6.Assets-preloading.md)
- [Audio](7.Audio.md)
- [Scripting](8.Scripting.md)
- [Block modoels](9.Block-models.md)
+14
View File
@@ -0,0 +1,14 @@
# Documentation
## Sections
- [Engine usage recommendations](engine-use-recommendations.md)
- [Content-packs](content-packs.md)
- [Block properties](block-properties.md)
- [Item properties](item-properties.md)
- [XML UI building](xml-ui-layouts.md)
- [Assets preloading](assets-preload.md)
- [Audio](audio.md)
- [Scripting](scripting.md)
- [Console](console.md)
- [Block models](block-models.md)