-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·37 lines (35 loc) · 850 Bytes
/
mkdocs.yml
File metadata and controls
executable file
·37 lines (35 loc) · 850 Bytes
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
site_name: framaRAMA
docs_dir: docs/en
repo_url: https://github.com/framaRAMA/framarama
markdown_extensions:
- attr_list
theme:
logo: assets/logo.png
favicon: assets/favicon.ico
name: material
features:
- navigation.tabs
nav:
- 'Introduction':
- 'index.md'
- 'architecture.md'
- 'install.md'
- 'config.md'
- 'Server':
- 'server/index.md'
- 'Frames':
- 'Overview': 'server/frames.md'
- 'Plugins':
- 'Overview': 'server/plugins.md'
- 'server/plugins/source.md'
- 'server/plugins/sorting.md'
- 'server/plugins/finishing.md'
- 'server/plugins/context.md'
- 'server/displays.md'
- 'Frontend':
- 'frontend/index.md'
- 'Development':
- 'development/index.md'
- 'development/software.md'
- 'development/documentation.md'
- 'changelog.md'