diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-19 03:46:23 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-19 03:46:23 +0300 |
| commit | 0e19660eb5122c8c52d5e909927884ad5c50b813 (patch) | |
| tree | 6a53c24544ca828f08c2b6872d568b1edc1a4cef /mkdocs.yml | |
| parent | 8a69872576eed41a918643be52a80fe74a054974 (diff) | |
| download | fparkan-0e19660eb5122c8c52d5e909927884ad5c50b813.tar.xz fparkan-0e19660eb5122c8c52d5e909927884ad5c50b813.zip | |
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.
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
