-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
45 lines (44 loc) · 1.16 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
site_name: Piper - Multibranch Pipeline for ArgoWorkflows
site_description: 'Piper project for multibranch pipeline in Argo Workflows'
site_author: 'George Dozoretz'
docs_dir: docs/
repo_url: https://github.com/rookout/piper
repo_name: rookout/piper
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.annotate
plugins:
- mkdocs-video:
is_video: True
video_loop: True
video_muted: True
video_autoplay: True
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Introduction: index.md
- Getting Started: getting_started/installation.md
- Configuration:
- configuration/environment_variables.md
- configuration/health_check.md
- Use piper:
- usage/workflows_folder.md
- usage/global_variables.md
- usage/workflows_config.md
- Developers: CONTRIBUTING.md