forked from openshift/openshift-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_build_cfg.yml
273 lines (264 loc) · 6.44 KB
/
_build_cfg.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
# This configuration file dictates the organization of the topic groups and
# topics on the main page of the doc site for this branch. Each record
# consists of the following:
#
# --- <= Record delimiter
# Name: Origin of the Species <= Display name of topic group
# Dir: origin_of_the_species <= Directory name of topic group
# Topics:
# - Name: The Majestic Marmoset <= Topic name
# File: the_majestic_marmoset <= Topic file under group dir +/- .adoc
# - Name: The Curious Crocodile <= Topic 2 name
# File: the_curious_crocodile <= Topic 2 file
# - Name: The Numerous Nematodes <= Sub-topic group name
# Dir: the_numerous_nematodes <= Sub-topic group dir
# Topics:
# - Name: The Wily Worm <= Sub-topic name
# File: the_wily_worm <= Sub-topic file under <group dir>/<subtopic dir>
# - Name: The Acrobatic Ascarid <= Sub-topic 2 name
# File: the_acrobatic_ascarid <= Sub-topic 2 file under <group dir>/<subtopic dir>
#
# The ordering of the records in this document determines the ordering of the
# topic groups and topics on the main page.
---
Name: OpenShift Documentation
Dir: welcome
Topics:
- Name: Welcome
File: index
---
Name: What's New?
Dir: whats_new
Topics:
- Name: Overview
File: overview
- Name: Applications
File: applications
- Name: Cartridges vs Images
File: carts_vs_images
- Name: Terminology
File: terminology
---
Name: Getting Started
Dir: getting_started
Topics:
- Name: Overview
File: overview
- Name: Developers
Dir: dev_get_started
Topics:
- Name: Overview
File: overview
- Name: Setup
File: setup
- Name: Installation
File: installation
- Name: Try It Out
File: try_it_out
- Name: Administrators
Dir: admin_get_started
Topics:
- Name: Overview
File: overview
- Name: Installation
File: install
- Name: Configuration
File: configure
- Name: Monitoring
File: monitor
---
Name: Architecture
Dir: architecture
Topics:
- Name: Overview
File: overview
- Name: Infrastructure Components
Dir: infrastructure_components
Topics:
- Name: Overview
File: overview
- Name: Kubernetes Infrastructure
File: kubernetes_infrastructure
- Name: Image Registry
File: image_registry
- Name: Management Console
File: management_console
- Name: Core Objects
Dir: core_objects
Topics:
- Name: Overview
File: overview
- Name: Kubernetes Model
File: kubernetes_model
- Name: OpenShift Model
File: openshift_model
- Name: Builds
File: builds
- Name: Routing
File: routing
- Name: Additional Concepts
Dir: additional_concepts
Topics:
- Name: Overview
File: overview
- Name: Networking
File: networking
- Name: Authentication
File: authentication
- Name: Authorization
File: authorization
- Name: Remote Commands
File: remote_commands
- Name: Port Forwarding
File: port_forwarding
- Name: Throttling
File: throttling
- Name: Source Control Management
File: scm
---
Name: Administrator Guide
Dir: admin_guide
Topics:
- Name: Overview
File: overview
- Name: Installing OpenShift
File: admin_install_openshift
- Name: Master and Node Configuration
File: master_node_configuration
- Name: Configuring Authentication
File: configuring_authentication
- Name: Managing Authorization Policies
File: manage_authorization_policy
- Name: Managing Nodes
File: manage_nodes
- Name: Scheduler
File: scheduler
- Name: Routers
File: router
- Name: High Availability
File: high_availability
- Name: Self-Provisioned Projects
File: selfprovisioned_projects
---
Name: CLI Reference
Dir: cli_reference
Topics:
- Name: Overview
File: overview
- Name: Get Started with the CLI
File: get_started_cli
- Name: Multiple CLI Profiles
File: setup_multiple_cli_profiles
- Name: CLI Operations
File: basic_cli_operations
---
Name: Developer Guide
Dir: dev_guide
Topics:
- Name: Overview
File: overview
- Name: Authentication
File: authentication
- Name: Management Console
File: console
- Name: Create a New Application
File: new_app
- Name: Templates
File: templates
- Name: Builds
File: builds
- Name: Deployments
File: deployments
- Name: Integrating External Services
File: integrating_external_services
- Name: Projects
File: projects
- Name: Resource Limits
File: limits
- Name: Quota
File: quota
- Name: Linking
File: linking
- Name: Executing Remote Commands
File: executing_remote_commands
- Name: Port Forwarding
File: port_forwarding
- Name: Application Health
File: application_health
- Name: Events
File: events
- Name: Output Build Dependencies
File: output_deps
- Name: JBoss Tools IDE
File: jboss_tools
---
Name: Creating Images
Dir: creating_images
Topics:
- Name: Overview
File: overview
- Name: Guidelines
File: guidelines
- Name: Image Metadata
File: metadata
- Name: STI Requirements
File: sti
- Name: Testing STI Images
File: sti_testing
---
Name: Using Images
Dir: using_images
Topics:
- Name: Overview
File: overview
- Name: STI Images
Dir: sti_images
Topics:
- Name: Overview
File: overview
- Name: Base
File: base
- Name: NodeJS
File: nodejs
- Name: Ruby
File: ruby
- Name: Perl
File: perl
- Name: PHP
File: php
- Name: Python
File: python
- Name: Database Images
Dir: db_images
Topics:
- Name: Overview
File: overview
- Name: MySQL
File: mysql
- Name: PostgreSQL
File: postgresql
- Name: MongoDB
File: mongodb
- Name: Docker Images
Dir: docker_images
Topics:
- Name: Overview
File: overview
- Name: xPaaS Middleware Images
Dir: xpaas_images
Distros: openshift-online,openshift-enterprise
Topics:
- Name: Overview
File: overview
- Name: EAP
File: eap
- Name: JBoss A-MQ
File: a_mq
- Name: JBoss Web Server
File: jws
---
Name: REST API Reference
Dir: rest_api
Topics:
- Name: Overview
File: overview