-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (53 loc) · 1.54 KB
/
mkdocs.yml
File metadata and controls
54 lines (53 loc) · 1.54 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
strict: true
site_name: TuxMake
site_description: |
Documentation for TuxMake, a command line tool and Python library utility
that provides portable and repeatable Linux kernel builds across a variety of
architectures, toolchains, kernel configurations, and make targets.
site_author: Tuxmake Team
site_dir: public
repo_url: https://github.com/kernelci/tuxmake/
site_url: "https://tuxmake.org/"
theme:
name: material
logo: tuxmake.svg
favicon: tuxmake_icon.svg
font: false
features:
- content.code.copy
- navigation.footer
markdown_extensions:
- mkautodoc
extra_css:
- mkautodoc.css
- extra.css
nav:
- Getting Started: index.md
- Installing TuxMake:
- PyPI: install-pypi.md
- Debian packages: install-deb.md
- RPM packages: install-rpm.md
- Run uninstalled: run-uninstalled.md
- Features:
- Make Targets: targets.md
- Target Architectures: architectures.md
- Toolchains: toolchains.md
- Kernel Configuration: kconfig.md
- Compiler Wrappers: wrappers.md
- Runtimes: runtimes.md
- Metadata: metadata.md
- Reproducible Builds: reproducible_builds.md
- Curated Containers: curated_containers.md
- Custom Containers: custom_containers.md
- Reference:
- Command Line Reference: cli.md
- Python API Reference:
- Build: python.md
- Runtime Library: python_runtime.md
- Community:
- Chat: chat.md
- Code of Conduct: code-of-conduct.md
- Contributing: contributing.md
- Downstream Packaging: packaging.md
- License: https://github.com/kernelci/tuxmake/blob/master/LICENSE
- External resources: resources.md