forked from argoproj/argo-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (43 loc) · 1.25 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
site_name: Argo Events - The Event-Based Dependency Manager for Kubernetes
repo_url: https://github.com/argoproj/argo-events
strict: true
theme:
name: material
palette:
primary: teal
font:
text: 'Work Sans'
logo: 'assets/logo.png'
google_analytics:
- 'UA-105170809-2'
- 'auto'
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- Overview: 'index.md'
- 'installation.md'
- 'quick_start.md'
- Concepts:
- 'concepts/gateway.md'
- 'concepts/sensor.md'
- 'concepts/event_source.md'
- Tutorials:
- 'tutorials/01-introduction.md'
- 'tutorials/02-parameterization.md'
- 'tutorials/03-trigger-sources.md'
- 'tutorials/04-standard-k8s-resources.md'
- 'tutorials/05-trigger-custom-resources.md'
- 'tutorials/06-circuit-and-switch.md'
- 'tutorials/07-filters.md'
- 'tutorials/08-policy.md'
- 'tutorials/09-http-trigger.md'
- 'tutorials/10-aws-lambda-and-openfaas-trigger.md'
- 'tutorials/11-special-argo-workflow-trigger.md'
- 'developer_guide.md'
- 'controllers.md'
- Releases ⧉: https://github.com/argoproj/argo-events/releases
- Roadmap ⧉: https://github.com/argoproj/argo-events/milestones
- Blog ⧉: https://blog.argoproj.io/