-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (36 loc) · 1.17 KB
/
mkdocs.yml
File metadata and controls
36 lines (36 loc) · 1.17 KB
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: subpatch
site_url: https://subpatch.net
docs_dir: website
theme:
name: readthedocs
custom_dir: website-theme-overrides
nav:
- Home: 'index.md'
- Explanations:
- Introduction: 'exp/intro.md'
- Learnings: 'exp/learnings.md'
- Requirements: 'exp/requirements.md'
- Comparison to other tools: 'exp/comparison.md'
- Benefits and drawbacks: 'exp/benefits.md'
- Frequently asked questions: 'exp/faq.md'
- Design decisions: 'exp/design.md'
- Implementation details: 'exp/impl.md'
- Tutorials:
- Installation: 'tut/installation.md'
- Basic usage: 'tut/basic-usage.md'
- Applying patches: 'tut/applying-patches.md'
- How-to guides:
- Project based on Yocto: 'howto/yocto.md'
- Reference:
- Command line arguments: 'ref/command-line.md'
- Format: 'ref/format.md'
- Glossary: 'ref/glossary.md'
- Releases: 'ref/releases.md'
- FrOSCon 25: 'ref/froscon25.md'
- FOSDEM 25: 'ref/fosdem25.md'
- Imprint: 'imprint.md'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/lengfeld/subpatch
copyright: Copyright © 2024-2025 Stefan Lengfeld (This website is licensed under CC BY-SA 4.0)