From 0e19660eb5122c8c52d5e909927884ad5c50b813 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 19 Feb 2026 04:46:23 +0400 Subject: Refactor documentation structure and add new specifications - Updated MSH documentation to reflect changes in material, wear, and texture specifications. - Introduced new `render.md` file detailing the render pipeline process. - Removed outdated sections from `runtime-pipeline.md` and redirected to `render.md`. - Added detailed specifications for `Texm` texture format and `WEAR` wear table. - Updated navigation in `mkdocs.yml` to align with new documentation structure. --- mkdocs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 6c9724e..cf0907b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,13 +29,17 @@ nav: - Behavior system: specs/behavior.md - Control system: specs/control.md - FXID: specs/fxid.md - - Materials + Texm: specs/materials-texm.md + - Material (MAT0): specs/material.md + - Wear (WEAR): specs/wear.md + - Texture (Texm): specs/texture.md + - Materials index: specs/materials-texm.md - Missions: specs/missions.md - MSH animation: specs/msh-animation.md - MSH core: specs/msh-core.md - Network system: specs/network.md - NRes / RsLi: specs/nres.md - - Runtime pipeline: specs/runtime-pipeline.md + - Render pipeline: specs/render.md + - Runtime pointer: specs/runtime-pipeline.md - Sound system: specs/sound.md - Terrain + map loading: specs/terrain-map-loading.md - UI system: specs/ui.md -- cgit v1.2.3