-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
38 lines (36 loc) · 968 Bytes
/
_config.yml
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
name: Endless Sky - Software Architecture Docs
baseurl: /docs
markdown: kramdown
exclude: ['README.md']
sections: [
['Introduction', 'index'],
['Game Data', 'data', [
['Map', 'map'],
['Ships, etc.', 'ships'],
['Missions', 'missions'],
['Interface', 'interface'],
['Other data', 'other-data']]],
['Player', 'player'],
['Engine', 'engine', [
['Objects', 'objects'],
['AI', 'ai'],
['Collisions', 'collisions']]],
['User Interface', 'interface', [
['Layout', 'layout'],
['Main menu', 'main-menu'],
['Planet panels', 'planet-panels'],
['Map panels', 'map-panels'],
['Other panels', 'other-panels'],
['UI Elements', 'ui-elements']]],
['Resources', 'resources', [
['Text', 'text'],
['Audio', 'audio'],
['Sprites', 'sprites'],
['Shaders', 'shaders']]],
['Utilities', 'utilities', [
['Geometry', 'geometry'],
['Files', 'files'],
['Other', 'other-utilities']]],
['Class Index', 'class-index'],
['Data Index', 'data-index']
]