forked from cmmorrow/build-magic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (51 loc) · 1.53 KB
/
mkdocs.yml
File metadata and controls
51 lines (51 loc) · 1.53 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
site_name: build-magic
nav:
- Home: index.md
- What's New: CHANGELOG.md
- Getting Started: getting_started.md
- User Guide:
- Core Concepts: user_guide/core_concepts.md
- Using Build-magic: user_guide/basic_usage.md
- Using the CLI: user_guide/cli_usage.md
- Defining Config Files: user_guide/config_usage.md
- Using Command Runners:
- Using the Local Runner: user_guide/runners/local_usage.md
- Using the Docker Runner: user_guide/runners/docker_usage.md
- Using the Vagrant Runner: user_guide/runners/vagrant_usage.md
- Using the Remote Runner: user_guide/runners/remote_usage.md
- Comparison with Similar Tools: comparison.md
markdown_extensions:
- toc:
permalink: True
- admonition
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.superfences
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid-experimental
# format: !!python/name:pymdownx.superfences.fence_code_format
theme:
# name: readthedocs
name: material
palette:
# scheme: slate
primary: teal
accent: light blue
# - media: "(prefers-color-scheme: light)"
# scheme: default
# primary: teal
# toggle:
# icon: material/toggle-switch-off-outline
# name: Switch to dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# primary: teal
# toggle:
# icon: material/toggle-switch
# name: Switch to light mode
# highlightjs: true
# hljs_languages:
# - yaml
# - bash