From 40e7d88fd0684beaf91d9fc24e8b5a3639b30be2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 01:32:24 +0400 Subject: Add NRes format documentation and decompression algorithms - Created `huffman_decompression.md` detailing the Huffman decompression algorithm used in NRes, including context structure, block modes, and decoding methods. - Created `overview.md` for the NRes format, outlining file structure, header details, file entries, and packing algorithms. - Updated `mkdocs.yml` to include new documentation files in the navigation structure. --- mkdocs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index fc95499..63eeaf9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,16 @@ theme: palette: scheme: slate +# Navigation +nav: + - Home: index.md + - Specs: + - Assets: + - NRes: + - Документация по формату: specs/assets/nres/overview.md + - FRES Декомпрессия: specs/assets/nres/fres_decompression.md + - Huffman Декомпрессия: specs/assets/nres/huffman_decompression.md + # Additional configuration extra: social: -- cgit v1.2.3