|
153 | 153 | -title:"Annotations" |
154 | 154 | url:"/annotations" |
155 | 155 |
|
156 | | - |
157 | 156 | -title:"YAML Examples" |
158 | 157 | url:"/yaml-examples" |
159 | 158 | pages: |
160 | 159 | -title:Examples |
161 | 160 | url:"/examples" |
| 161 | + -title:"Git" |
| 162 | +url:"/examples" |
162 | 163 | sub-pages: |
163 | 164 | -title:Checking out Git repositories |
164 | 165 | url:"/git-checkout" |
165 | 166 | -title:Custom Git commmands |
166 | 167 | url:"/git-checkout-custom" |
167 | 168 | -title:Non git checkouts |
168 | 169 | url:"/non-git-checkout" |
169 | | - |
| 170 | + -title:Use Git Hash in CI |
| 171 | +url:"/get-short-sha-id-and-use-it-in-a-ci-process" |
| 172 | + -title:"Image Builds" |
| 173 | +url:"/examples" |
| 174 | +sub-pages: |
170 | 175 | -title:Build an Image with the Dockerfile in Root Directory |
171 | 176 | url:"/build-an-image-dockerfile-in-root-directory" |
172 | 177 | -title:Build an Image - Specify Dockerfile Location |
|
177 | 182 | url:"/build-and-push-an-image" |
178 | 183 | -title:Build an Image with Build Arguments |
179 | 184 | url:"/build-an-image-with-build-arguments" |
180 | | - -title:Shared volumes between builds |
181 | | -url:"/shared-volumes-between-builds" |
182 | | - -title:Use Git Hash in CI |
183 | | -url:"/get-short-sha-id-and-use-it-in-a-ci-process" |
184 | | - -title:Calling other pipelines |
185 | | -url:"/call-child-pipelines" |
186 | | - |
| 185 | + -title:"Testing" |
| 186 | +url:"/examples" |
| 187 | +sub-pages: |
187 | 188 | -title:Run Unit Tests |
188 | 189 | url:"/run-unit-tests" |
189 | | - |
190 | 190 | -title:Run Integration Tests |
191 | 191 | url:"/run-integration-tests" |
192 | | - |
| 192 | + -title:"Databases" |
| 193 | +url:"/examples" |
| 194 | +sub-pages: |
193 | 195 | -title:Run Integration Tests with Mongo |
194 | 196 | url:"/integration-tests-with-mongo" |
195 | 197 | -title:Run Integration Tests with MySQL |
|
200 | 202 | url:"/integration-tests-with-redis" |
201 | 203 | -title:Populate a database with existing data |
202 | 204 | url:"/populate-a-database-with-existing-data" |
203 | | - |
204 | | - |
205 | | - -title:Shared volumes for composition |
206 | | -url:"/shared-volumes-of-service-from-composition-step-for-other-yml-steps" |
207 | | - -title:Launch Composition |
208 | | -url:"/launch-composition" |
209 | | - -title:Use Docker compose |
210 | | -url:"/launching-a-composition-and-defining-a-service-environment-variables-using-a-file" |
211 | | - |
212 | | - |
213 | | - |
214 | 205 | -title:Import data to MongoDB |
215 | 206 | url:"/import-data-to-mongodb" |
216 | | - -title:NodeJS + Angular2 + MongoDB |
217 | | -url:"/nodejs-angular2-mongodb" |
218 | | - -title:Secure a Docker Container Using HTTP Basic Auth |
219 | | -url:"/secure-a-docker-container-using-http-basic-auth" |
220 | | - -title:Spring Boot + Kafka + Zookeeper |
221 | | -url:"/spring-boot-kafka-zookeeper" |
222 | | - -title:Web terminal |
223 | | -url:"/web-terminal" |
224 | | - |
| 207 | + -title:"Deployments" |
| 208 | +url:"/examples" |
| 209 | +sub-pages: |
225 | 210 | -title:Deploy to VM |
226 | 211 | url:"/packer-gcloud" |
227 | | - -title:Use kubectl as part of Freestyle step |
228 | | -url:"/use-kubectl-as-part-of-freestyle-step" |
229 | 212 | -title:Deploy with Helm |
230 | 213 | url:"/helm" |
231 | 214 | -title:Deploy with Terraform |
|
234 | 217 | url:"/pulumi" |
235 | 218 | -title:Deploy to Nomad |
236 | 219 | url:"/nomad" |
237 | | - |
| 220 | + -title:"Compositions" |
| 221 | +url:"/examples" |
| 222 | +sub-pages: |
| 223 | + -title:Shared volumes for composition |
| 224 | +url:"/shared-volumes-of-service-from-composition-step-for-other-yml-steps" |
| 225 | + -title:Launch Composition |
| 226 | +url:"/launch-composition" |
| 227 | + -title:Use Docker compose |
| 228 | +url:"/launching-a-composition-and-defining-a-service-environment-variables-using-a-file" |
| 229 | + -title:"Notifications" |
| 230 | +url:"/examples" |
| 231 | +sub-pages: |
238 | 232 | -title:Sending the notification to Slack |
239 | 233 | url:"/sending-the-notification-to-slack" |
240 | | - |
241 | | - |
242 | | - |
| 234 | + -title:"Security" |
| 235 | +url:"/examples" |
| 236 | +sub-pages: |
| 237 | + -title:Secure a Docker Container Using HTTP Basic Auth |
| 238 | +url:"/secure-a-docker-container-using-http-basic-auth" |
| 239 | + -title:"General" |
| 240 | +url:"/examples" |
| 241 | +sub-pages: |
| 242 | + -title:Shared volumes between builds |
| 243 | +url:"/shared-volumes-between-builds" |
| 244 | + -title:Calling other pipelines |
| 245 | +url:"/call-child-pipelines" |
| 246 | + -title:NodeJS + Angular2 + MongoDB |
| 247 | +url:"/nodejs-angular2-mongodb" |
| 248 | + -title:Spring Boot + Kafka + Zookeeper |
| 249 | +url:"/spring-boot-kafka-zookeeper" |
| 250 | + -title:Web terminal |
| 251 | +url:"/web-terminal" |
| 252 | + -title:Use kubectl as part of Freestyle step |
| 253 | +url:"/use-kubectl-as-part-of-freestyle-step" |
243 | 254 |
|
244 | 255 | -title:"Artifacts Management" |
245 | 256 | url:"/docker-registries" |
|