aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-05 00:32:24 +0300
committerValentin Popov <valentin@popov.link>2026-02-05 00:32:24 +0300
commit40e7d88fd0684beaf91d9fc24e8b5a3639b30be2 (patch)
treec9ad1b427040f7f1eabcd8516297a8ca7d991ebf /mkdocs.yml
parentafe6b9a29b1f4b5f116a96fa42ee929e32e530e3 (diff)
downloadfparkan-40e7d88fd0684beaf91d9fc24e8b5a3639b30be2.tar.xz
fparkan-40e7d88fd0684beaf91d9fc24e8b5a3639b30be2.zip
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.
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml10
1 files changed, 10 insertions, 0 deletions
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: