-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
32 lines (31 loc) · 1.44 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
site_name: aliecs
nav:
- 'Handbook':
- Introduction: handbook/index.md
- Overview: handbook/overview.md
- Basic Concepts: handbook/concepts.md
- Environment Operation Order: handbook/operation_order.md
- Configuration:
- Workflow Configuration: handbook/configuration.md
- Apricot Usage: './apricot/docs/apricot.md'
- Apricot HTTP API: './apricot/docs/apricot_http_service.md'
- Interfaces:
- AliECS gRPC API: apidocs_aliecs.md
- Apricot gRPC API: apidocs_apricot.md
- OCC gRPC API (Protobuf based): apidocs_occ.md
- Kafka: kafka.md
- Workflow Variables: '../controlworkflows/README.md'
- 'Command Reference':
- coconut:
- Overview: './coconut/README.md'
- coconut: './coconut/doc/coconut.md'
- coconut about: './coconut/doc/coconut_about.md'
- coconut configuration: './coconut/doc/coconut_configuration.md'
- coconut environment: './coconut/doc/coconut_environment.md'
- coconut info: './coconut/doc/coconut_info.md'
- coconut repository: './coconut/doc/coconut_repository.md'
- coconut role: './coconut/doc/coconut_role.md'
- coconut task: './coconut/doc/coconut_task.md'
- coconut template: './coconut/doc/coconut_template.md'
- peanut: './occ/peanut/README.md'
- 'FAQ': faq.md