-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
49 lines (49 loc) · 1.58 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
site_name: Nebula Container Orchestrator
theme: readthedocs
nav:
- Home: index.md
- Design:
- Architecture: architecture.md
- Internals: internals.md
- Setting up:
- Installing: 'installing/install.md'
- Docker-compose localhost tutorial: 'installing/getting-started.md'
- Globale cloud terraformed examples:
- Digital Ocean: 'installing/digital-ocean-global-example.md'
- Packet: 'installing/packet-global-example.md'
- Configuring:
- Using: use.md
- Configuration settings:
- 'config/apps.md'
- 'config/device_groups.md'
- 'config/manager.md'
- 'config/worker.md'
- 'config/reporter.md'
- 'config/cron_jobs.md'
- 'config/users.md'
- 'config/user_groups.md'
- Scaling: scaling.md
- Controling:
- CLI: cli.md
- API:
- General: 'api/general.md'
- Apps: 'api/apps.md'
- device_groups: 'api/device_groups.md'
- users: 'api/users.md'
- user_groups: 'api/user_groups.md'
- cron_jobs: 'api/cron_jobs.md'
- SDK:
- Python: 'sdk/python.md'
- Misc:
- Automatically update workers: auto-update-workers.md
- CI/CD:
- Drone.io: 'ci-cd/drone.md'
- Jenkins: 'ci-cd/jenkins.md'
- Monitoring & Securing: best-practice.md
- Nebula vs. Others: compare2orchestrators.md
- Contributing: contribute.md
- Where to get help: help.md
- Release notes: release-notes.md
repo_url: https://github.com/nebula-orchestrator/docs
markdown_extensions:
- admonition