Files
fparkan/mkdocs.yml
Valentin Popov 54c94fddb5
Some checks failed
Test / cargo test (push) Failing after 41s
Add detailed documentation for NRes and RsLi resource formats
- Introduced a comprehensive markdown file `nres.md` detailing the structure, header, and operations of the NRes and RsLi formats.
- Updated `mkdocs.yml` to reflect the new documentation structure, consolidating NRes and RsLi under a single entry.
2026-02-10 00:30:25 +04:00

33 lines
661 B
YAML

# Project information
site_name: FParkan
site_url: https://fparkan.popov.link/
site_author: Valentin Popov
site_description: >-
Utilities and tools for the game “Parkan: Iron Strategy”.
# Repository
repo_name: valentineus/fparkan
repo_url: https://github.com/valentineus/fparkan
# Copyright
copyright: Copyright © 2023 — 2024 Valentin Popov
# Configuration
theme:
name: material
language: en
palette:
scheme: slate
# Navigation
nav:
- Home: index.md
- Specs:
- NRes / RsLi: specs/nres.md
# Additional configuration
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/valentineus/fparkan