forked from argoproj/argo-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (45 loc) · 1.09 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: 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'
- 'getting_started.md'
- Setup:
- gateways/artifact.md
- gateways/aws-sns.md
- gateways/aws-sqs.md
- gateways/calendar.md
- gateways/file.md
- gateways/gcp-pubsub.md
- gateways/github.md
- gateways/gitlab.md
- gateways/resource.md
- gateways/slack.md
- gateways/storage-grid.md
- gateways/streams.md
- gateways/webhook.md
- 'gateway.md'
- 'sensor.md'
- 'trigger.md'
- 'parameterization.md'
- 'communication.md'
- 'controllers.md'
- Releases ⧉: https://github.com/argoproj/argo-events/releases
- Roadmap ⧉: https://github.com/argoproj/argo-events/milestones
- Blog ⧉: https://blog.argoproj.io/