-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (28 loc) · 856 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
28 lines (28 loc) · 856 Bytes
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
site_name: hawkbit-cli
site_description: CLI client for Eclipse hawkBit Management API
repo_url: https://github.com/pffmachado/hawkbit-cli
repo_name: pffmachado/hawkbit-cli
theme:
name: readthedocs
markdown_extensions:
- admonition
- toc:
permalink: true
- tables
- fenced_code
nav:
- Home: index.md
- Getting Started: getting-started.md
- Configuration: configuration.md
- Commands:
- Overview: commands/index.md
- Config: commands/config.md
- Targets: commands/targets.md
- Target Filters: commands/target-filters.md
- Distributions: commands/distributions.md
- Modules: commands/modules.md
- Rollouts: commands/rollouts.md
- Deployment: commands/deployment.md
- Examples: examples.md
- CI, Binaries, and Releases: ci-releases.md
- Publish to GitHub Pages: publishing-docs.md