Skip to content

Commit 930b722

Browse files
Moved service containers docs in their own page
1 parent dc81b5f commit 930b722

File tree

6 files changed

+389
-362
lines changed

6 files changed

+389
-362
lines changed

_data/home-content.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
- title: Scala
4646
localurl: /docs/learn-by-example/scala/scala-hello-world/
4747
- title: Android (Mobile)
48-
new: true
4948
localurl: /docs/learn-by-example/mobile/android/
5049
- title: Selenium
5150
localurl: /docs/learn-by-example/general/selenium-test/
@@ -63,6 +62,9 @@
6362
localurl: /docs/codefresh-yaml/variables/
6463
- title: Step conditions
6564
localurl: /docs/codefresh-yaml/conditional-execution-of-steps/
65+
- title: Service Containers
66+
new: true
67+
localurl: /docs/codefresh-yaml/service-containers/
6668
- title: Parallel Pipelines
6769
localurl: /docs/codefresh-yaml/advanced-workflows/
6870
- title: Annotations
@@ -131,7 +133,6 @@
131133
- title: Helm Quick start guide
132134
localurl: /docs/getting-started/helm-quick-start-guide/
133135
- title: Helm best practices
134-
new: true
135136
localurl: /docs/new-helm/helm-best-practices/
136137
- title: Using Helm in a Codefresh pipeline
137138
localurl: /docs/new-helm/using-helm-in-codefresh-pipeline/
@@ -210,7 +211,6 @@
210211
- title: Codefresh behind the firewall
211212
localurl: /docs/enterprise/behind-the-firewall
212213
- title: Codefresh Runner
213-
new: true
214214
localurl: /docs/enterprise/codefresh-runner
215215
- title: Enterprise Account Management
216216
localurl: /docs/enterprise/ent-account-mng

_data/nav.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@
123123
url: "/variables"
124124
- title: "Conditional Execution of Steps"
125125
url: "/conditional-execution-of-steps"
126+
- title: "Service containers"
127+
url: "/service-containers"
126128
- title: "Post-Step Operations"
127129
url: "/post-step-operations"
128130
- title: "Parallel steps"

0 commit comments

Comments
 (0)