mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-12-02 16:42:30 +00:00
26 lines
645 B
YAML
26 lines
645 B
YAML
|
site_name: UDB Script
|
||
|
theme: readthedocs
|
||
|
markdown_extensions:
|
||
|
- admonition
|
||
|
- footnotes
|
||
|
nav:
|
||
|
- 'UDB Script':
|
||
|
- Index: 'index.md'
|
||
|
- 'Getting started': 'gettingstarted.md'
|
||
|
- 'API':
|
||
|
- Angle2D: 'Angle2D.md'
|
||
|
- Data: 'Data.md'
|
||
|
- GameConfiguration: 'GameConfiguration.md'
|
||
|
- ImageInfo: 'ImageInfo.md'
|
||
|
- Line2D: 'Line2D.md'
|
||
|
- Linedef: 'Linedef.md'
|
||
|
- Map: 'Map.md'
|
||
|
- QueryOptions: 'QueryOptions.md'
|
||
|
- Sector: 'Sector.md'
|
||
|
- Sidedef: 'Sidedef.md'
|
||
|
- Thing: 'Thing.md'
|
||
|
- Vector2D: 'Vector2D.md'
|
||
|
- Vector3D: 'Vector3D.md'
|
||
|
- Vertex: 'Vertex.md'
|
||
|
- 'Built-in libraries':
|
||
|
- Pen: 'Pen.md'
|