-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
30 lines (28 loc) · 1.09 KB
/
mkdocs.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
site_name: Liri Developers Documentation
theme:
name: 'material'
nav:
- Home: 'index.md'
- About:
- Philosophy: 'about/philosophy.md'
- Project Management: 'about/project-management.md'
- Packaging:
- Overview: 'packaging/index.md'
- Snap: 'packaging/snap.md'
- Contributing:
- Contributor Guide: 'contributing/contributor-guide/index.md'
- Build from Sources: 'contributing/build-sources.md'
- Upstream Issues: 'contributing/upstream-issues.md'
- Coding Conventions:
- Design Philosophy: 'contributing/coding-conventions/design-philosophy.md'
- C++ Coding Conventions: 'contributing/coding-conventions/cpp-conventions.md'
- C++ Coding Style: 'contributing/coding-conventions/cpp-style.md'
- QML Coding Conventions: 'contributing/coding-conventions/qml-conventions.md'
- Modules:
- Overview: 'modules/index.md'
- Text:
- Overview: 'modules/text/index.md'
- Syntax Highlighting: 'modules/text/syntax-highlighting.md'
- Browser:
- Overview: 'modules/browser/index.md'
- Shortcuts: 'modules/browser/shortcuts.md'