forked from drone/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
128 lines (117 loc) · 2.69 KB
/
config.yaml
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
baseurl: http://docs.drone.io
title: Drone Continuous Delivery
theme: drone
copyright: Copyright © 2016 Drone.IO Inc.
params:
algolia_key: 745aeaa8be75dc0c4de55030703ed3f4
algolia_index: drone_io
disableRSS: true
disableSitemap: true
disable404: true
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: false
languages:
en:
weight: 1
languageName: English
es:
weight: 2
languageName: Español
pt:
weight: 3
languageName: Português
zh:
weight: 4
languageName: 中文(简体)
zh-tw:
weight: 5
languageName: 中文(台灣)
ru:
weight: 6
languageName: pусский
menu:
install:
- identifier: install_overview
weight: 101
- identifier: install_integrations
weight: 102
- identifier: install_access
weight: 104
- identifier: install_server
weight: 105
- identifier: install_release
weight: 106
usage:
- identifier: usage_overview
weight: 201
- identifier: usage_concepts
weight: 202
- identifier: usage_config
weight: 203
- identifier: usage_secrets
weight: 204
- identifier: usage_publishing
weight: 205
- identifier: usage_deployments
weight: 206
- identifier: usage_notifications
weight: 207
- identifier: usage_reports
weight: 208
- identifier: usage_examples
weight: 209
- identifier: usage_reference
weight: 210
plugin:
- identifier: plugin_pipeline
weight: 300
cli:
- identifier: cli_overview
weight: 501
- identifier: cli_user
weight: 502
- identifier: cli_repo
weight: 503
- identifier: cli_build
weight: 504
- identifier: cli_registry
weight: 505
- identifier: cli_secret
weight: 506
- identifier: cli_misc
weight: 507
api:
- identifier: api_overview
weight: 601
- identifier: api_users
weight: 603
- identifier: api_user
weight: 602
- identifier: api_repo
weight: 604
- identifier: api_build
weight: 605
- identifier: api_registry
weight: 606
- identifier: api_secret
weight: 607
index:
- identifier: section_install
url: /installation/
weight: 101
- identifier: section_usage
url: /getting-started/
weight: 102
- identifier: section_plugin_reference
url: /plugin-overview/
weight: 103
- identifier: section_plugin_marketplace
url: http://plugins.drone.io
weight: 104
- identifier: section_cli_reference
url: /cli-installation/
weight: 105
- identifier: section_api_reference
url: /api-overview/
weight: 106