From 71a749c9808be3d303236c033875dcf607b4201a Mon Sep 17 00:00:00 2001 From: Alex Rasto <97386075+A-lex-Ra@users.noreply.github.com> Date: Sun, 13 Jul 2025 11:37:29 +0300 Subject: [PATCH] Fix docs for entity-properties (#542) * Add entity-properties.md to menu * Update eng docs main-page.md * alphabetical order --- doc/en/main-page.md | 1 + doc/ru/main-page.md | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/en/main-page.md b/doc/en/main-page.md index 94aaaebe..2443cd9a 100644 --- a/doc/en/main-page.md +++ b/doc/en/main-page.md @@ -11,6 +11,7 @@ Documentation for release 0.28. - [Console](console.md) - [Content-packs](content-packs.md) - [Engine usage recommendations](engine-use-recommendations.md) +- [Entity properties](entity-properties.md) - [Item properties](item-properties.md) - [Particles](particles.md) - [Resources (resources.json)](resources.md) diff --git a/doc/ru/main-page.md b/doc/ru/main-page.md index 8d034a88..e4a9dc61 100644 --- a/doc/ru/main-page.md +++ b/doc/ru/main-page.md @@ -16,6 +16,7 @@ - [Риггинг](rigging.md) - [Свойства блоков](block-properties.md) - [Свойства предметов](item-properties.md) +- [Свойства сущностей](entity-properties.md) - [Скриптинг](scripting.md) - [Стили текста](text-styles.md) - [Частицы](particles.md)