forked from argoproj/argo-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
145 lines (145 loc) · 5.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
site_name: Argo Workflows - The workflow engine for Kubernetes
repo_url: https://github.com/argoproj/argo
strict: true
theme:
name: material
palette:
primary: blue
font:
text: Work Sans
logo: assets/logo.png
google_analytics:
- UA-105170809-7
- auto
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- Overview: README.md
- core-concepts.md
- quick-start.md
- User Guide:
# topics are ones that can be done using the UI only
- Beginner:
- workflow-concepts.md
- cli.md
- variables.md
# topics that don't require kubctl or re-configuration
- Intermediate:
- service-accounts.md
- workflow-rbac.md
- node-field-selector.md
- workflow-templates.md
- cluster-workflow-templates.md
- cron-workflows.md
- cron-backfill.md
- work-avoidance.md
- enhanced-depends-logic.md
- artifact-repository-ref.md
- resource-duration.md
- workflow-creator.md
- synchronization.md
- workflow-of-workflows.md
- memoization.md
# all other topics, including API access
- Advanced:
- workflow-requirements.md
- workflow-notifications.md
- workflow-events.md
- kubectl.md
- access-token.md
- rest-api.md
- rest-examples.md
- events.md
- webhooks.md
- submit-workflow-via-automation.md
- workflow-submitting-workflow.md
- resuming-workflow-via-automation.md
- async-pattern.md
- security.md
- ide-setup.md
- Examples: examples/README.md
- Field Reference: fields.md
- CLI Reference:
- argo: cli/argo.md
- argo archive: cli/argo_archive.md
- argo archive delete: cli/argo_archive_delete.md
- argo archive get: cli/argo_archive_get.md
- argo archive list: cli/argo_archive_list.md
- argo auth: cli/argo_auth.md
- argo auth token: cli/argo_auth_token.md
- argo cluster-template: cli/argo_cluster-template.md
- argo cluster-template create: cli/argo_cluster-template_create.md
- argo cluster-template delete: cli/argo_cluster-template_delete.md
- argo cluster-template get: cli/argo_cluster-template_get.md
- argo cluster-template lint: cli/argo_cluster-template_lint.md
- argo cluster-template list: cli/argo_cluster-template_list.md
- argo completion: cli/argo_completion.md
- argo cron: cli/argo_cron.md
- argo cron create: cli/argo_cron_create.md
- argo cron delete: cli/argo_cron_delete.md
- argo cron get: cli/argo_cron_get.md
- argo cron lint: cli/argo_cron_lint.md
- argo cron list: cli/argo_cron_list.md
- argo cron resume: cli/argo_cron_resume.md
- argo cron suspend: cli/argo_cron_suspend.md
- argo delete: cli/argo_delete.md
- argo get: cli/argo_get.md
- argo lint: cli/argo_lint.md
- argo list: cli/argo_list.md
- argo logs: cli/argo_logs.md
- argo node: cli/argo_node.md
- argo resubmit: cli/argo_resubmit.md
- argo resume: cli/argo_resume.md
- argo retry: cli/argo_retry.md
- argo server: cli/argo_server.md
- argo stop: cli/argo_stop.md
- argo submit: cli/argo_submit.md
- argo suspend: cli/argo_suspend.md
- argo template: cli/argo_template.md
- argo template create: cli/argo_template_create.md
- argo template delete: cli/argo_template_delete.md
- argo template get: cli/argo_template_get.md
- argo template lint: cli/argo_template_lint.md
- argo template list: cli/argo_template_list.md
- argo terminate: cli/argo_terminate.md
- argo version: cli/argo_version.md
- argo wait: cli/argo_wait.md
- argo watch: cli/argo_watch.md
- API Reference: swagger.md
- Operator Manual:
- installation.md
- Configuration:
- managed-namespace.md
- service-accounts.md
- configure-artifact-repository.md
- workflow-controller-configmap.md
- workflow-executors.md
- default-workflow-specs.md
- offloading-large-workflows.md
- workflow-archive.md
- metrics.md
- links.md
- Argo Server:
- argo-server.md
- argo-server-auth-mode.md
- tls.md
- argo-server-sso.md
- scaling.md
- cost-optimisation.md
- windows.md
- Developer Guide:
- CONTRIBUTING.md
- architecture.md
- running-locally.md
- versioning.md
- public-api.md
- static-code-analysis.md
- releasing.md
- Releases ⧉: https://github.com/argoproj/argo/releases
- Roadmap ⧉: https://github.com/argoproj/argo/milestones
- Blog ⧉: https://blog.argoproj.io/
- Slack ⧉: https://argoproj.github.io/community/join-slack
- Twitter ⧉: https://twitter.com/argoproj