-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (43 loc) · 1.04 KB
/
Copy pathmkdocs.yml
File metadata and controls
46 lines (43 loc) · 1.04 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
strict: true
site_name: TuxRun
site_author: TuxSuite Team
site_dir: public
site_description: |
TuxRun, by Linaro, is a command line tool for testing Linux on QEMU, using
curated test suites. TuxRun is a part of TuxSuite, a suite of tools and
services to help with Linux kernel development.
repo_url: https://gitlab.com/Linaro/tuxrun/
theme:
name: material
logo: tuxrun.svg
favicon: tuxrun_icon.svg
font: false
features:
- content.code.copy
- navigation.footer
extra_css:
- style.css
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Getting Started: index.md
- Installing TuxRun:
- PyPI: install-pypi.md
- Debian package: install-deb.md
- RPM package: install-rpm.md
- Run uninstalled: run-uninstalled.md
- Running:
- FVP: run-fvp.md
- QEMU: run-qemu.md
- Features:
- Devices: devices.md
- Tests: tests.md
- Outputs: outputs.md
- Hacking session: hacking-session.md
- Troubleshooting: troubleshooting.md