Skip to content

Commit 4bc8f72

Browse files
authored
Merge pull request #87670 from stevsmit/44341-416
[enterprise-4.16] Moves templates content
2 parents 2970721 + 2251e68 commit 4bc8f72

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,8 +2140,6 @@ Topics:
21402140
- Name: Image configuration resources
21412141
File: image-configuration
21422142
Distros: openshift-enterprise,openshift-origin
2143-
- Name: Using templates
2144-
File: using-templates
21452143
- Name: Using Ruby on Rails
21462144
File: templates-using-ruby-on-rails
21472145
- Name: Using images
@@ -2175,6 +2173,8 @@ Topics:
21752173
- Name: Creating applications
21762174
Dir: creating_applications
21772175
Topics:
2176+
- Name: Using templates
2177+
File: using-templates
21782178
- Name: Creating applications using the Developer perspective
21792179
File: odc-creating-applications-using-developer-perspective
21802180
- Name: Creating applications from installed Operators

_topic_maps/_topic_map_osd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,6 @@ Topics:
569569
- Name: Image configuration resources
570570
File: image-configuration
571571
Distros: openshift-dedicated
572-
- Name: Using templates
573-
File: using-templates
574572
- Name: Using Ruby on Rails
575573
File: templates-using-ruby-on-rails
576574
- Name: Using images
@@ -890,6 +888,8 @@ Topics:
890888
- Name: Creating applications
891889
Dir: creating_applications
892890
Topics:
891+
- Name: Using templates
892+
File: using-templates
893893
- Name: Creating applications using the Developer perspective
894894
File: odc-creating-applications-using-developer-perspective
895895
- Name: Creating applications from installed Operators

_topic_maps/_topic_map_rosa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,6 @@ Topics:
838838
- Name: Image configuration resources
839839
File: image-configuration
840840
Distros: openshift-rosa
841-
- Name: Using templates
842-
File: using-templates
843841
- Name: Using Ruby on Rails
844842
File: templates-using-ruby-on-rails
845843
- Name: Using images
@@ -1170,6 +1168,8 @@ Topics:
11701168
- Name: Creating applications
11711169
Dir: creating_applications
11721170
Topics:
1171+
- Name: Using templates
1172+
File: using-templates
11731173
- Name: Creating applications using the Developer perspective
11741174
File: odc-creating-applications-using-developer-perspective
11751175
- Name: Creating applications from installed Operators
File renamed without changes.

getting_started/openshift-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describes an application that can be deployed using the Helm CLI.
7272
* **xref:../applications/deployments/what-deployments-are.adoc#what-deployments-are[Create deployments]**: Use `Deployment` and `DeploymentConfig` objects to exert fine-grained management over applications.
7373
xref:../applications/deployments/managing-deployment-processes.adoc#deployment-operations[Manage deployments] using the *Workloads* page or OpenShift CLI (`oc`). Learn xref:../applications/deployments/deployment-strategies.adoc#deployment-strategies[rolling, recreate, and custom] deployment strategies.
7474

75-
* **xref:../openshift_images/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built.
75+
* **xref:../applications/creating_applications/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built.
7676

7777
* **xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[Understand Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn about the Operator Framework and how to deploy applications using installed Operators into your projects.
7878

openshift_images/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ endif::openshift-rosa,openshift-dedicated[]
5858
== About templates
5959

6060
A template is a definition of an object to be replicated.
61-
You can use xref:../openshift_images/using-templates.adoc#using-templates[templates] to build and deploy configurations.
61+
You can use xref:../applications/creating_applications/using-templates.adoc#using-templates[templates] to build and deploy configurations.
6262

6363
[id="how-you-can-use-ruby-on-rails"]
6464
== How you can use Ruby on Rails

rosa_architecture/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ xref:../applications/working_with_helm_charts/understanding-helm.adoc#understand
184184

185185
- **xref:../applications/deployments/what-deployments-are.adoc#what-deployments-are[Create deployments]**: Use `Deployment` objects to exert fine-grained management over applications. Deployments create replica sets according to the rollout strategy, which orchestrates pod lifecycles.
186186

187-
- **xref:../openshift_images/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built.
187+
- **xref:../applications/creating_applications/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built.
188188

189189
- **xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[Understand Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn about the Operator Framework and how to deploy applications by using installed Operators into your projects.
190190

welcome/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ xref:../applications/working_with_helm_charts/understanding-helm.adoc#understand
183183

184184
- **xref:../applications/deployments/what-deployments-are.adoc#what-deployments-are[Create deployments]**: Use `Deployment` objects to exert fine-grained management over applications. Deployments create replica sets according to the rollout strategy, which orchestrates pod lifecycles.
185185

186-
- **xref:../openshift_images/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built.
186+
- **xref:../applications/creating_applications/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built.
187187

188188
- **xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[Understand Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn about the Operator Framework and how to deploy applications by using installed Operators into your projects.
189189

0 commit comments

Comments
 (0)