-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
58 lines (54 loc) · 1.65 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
site_name: "Fireactions"
repo_name: "hostinger/fireactions"
repo_url: https://github.com/hostinger/fireactions
site_url: https://hostinger.github.io/fireactions/
edit_uri: edit/main/docs/
theme:
name: material
logo: img/banner_white.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.sections
palette:
primary: violet
include_sidebar: true
extra_css:
- css/extra.css
nav:
- Home:
- Overview: "index.md"
- User Guide:
- Intro: "user-guide/index.md"
- Configuration: "user-guide/configuration.md"
- Concepts: "user-guide/concepts.md"
- Installation: "user-guide/installation.md"
- Running the first build: "user-guide/running-the-first-build.md"
- Images: "user-guide/images.md"
- Kernels: "user-guide/kernels.md"
- Monitoring: "user-guide/monitoring.md"
- Troubleshooting: "user-guide/troubleshooting.md"
- Upgrading: "user-guide/upgrading.md"
- Support Matrix: "user-guide/support-matrix.md"
- API Guide: "api/index.md"
- SDK Guide: "sdk/index.md"
- CLI Guide: "cli/index.md"
- Examples:
- Creating custom image for Firecracker VMs: "examples/custom-image.md"
- Setting up a Docker registry mirror: "examples/docker-registry-mirror.md"
- Debugging workflows: "examples/debugging-workflows.md"
- FAQ: "faq.md"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- admonition
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
- pymdownx.emoji
- pymdownx.magiclink