aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 5630470d7725c2e5cea5faf3cd39cbc4fcd5d1b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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 — 2026 Valentin Popov

# Configuration
theme:
  name: material
  language: ru
  palette:
    scheme: slate

# Navigation
nav:
  - Home: index.md
  - Specs:
      - 3D implementation notes: specs/msh-notes.md
      - AI system: specs/ai.md
      - ArealMap: specs/arealmap.md
      - Behavior system: specs/behavior.md
      - Control system: specs/control.md
      - FXID: specs/fxid.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
      - Object registry (objects.rlb): specs/object-registry.md
      - MSH animation: specs/msh-animation.md
      - MSH core: specs/msh-core.md
      - Network system: specs/network.md
      - NRes / RsLi: specs/nres.md
      - Render pipeline: specs/render.md
      - Render parity: specs/render-parity.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
      - Форматы 3D‑ресурсов (обзор): specs/msh.md

# Additional configuration
extra:
  social:
    - icon: fontawesome/brands/github
      link: https://github.com/valentineus/fparkan