forked from argoproj/applicationset
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
37 lines (34 loc) · 891 Bytes
/
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
site_name: ApplicationSet Controller
repo_url: https://github.com/argoproj-labs/applicationset
strict: true
theme:
name: material
palette:
primary: teal
font:
text: 'Work Sans'
logo: 'assets/logo.png'
extra_css:
- assets/extra.css
- css/extra.css
extra_javascript:
- js/jquery-2.1.1.min.js
- js/modernizr-2.8.3.min.js
- js/theme.js
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- Introduction: index.md
- Getting Started: Geting-Started.md
- Use Cases: Use-Cases.md
- How ApplicationSet controller interacts with Argo CD: Argo-CD-Integration.md
- Generators: Generators.md
- Template fields: Template.md
- Application Pruning & Resource Deletion: Application-Deletion.md
- Developer Guide:
- Building and Running the Controller: Development.md
- Running E2E Tests: E2E-Tests.md
- Release Guidance: Releasing.md