Skip to content

Commit 4f3e07e

Browse files
authored
Merge pull request #87657 from stevsmit/ocpbugs-44341-templates
Moves templates content
2 parents 57010eb + 5469b51 commit 4f3e07e

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,8 +2221,6 @@ Topics:
22212221
- Name: Image configuration resources
22222222
File: image-configuration
22232223
Distros: openshift-enterprise,openshift-origin
2224-
- Name: Using templates
2225-
File: using-templates
22262224
- Name: Using Ruby on Rails
22272225
File: templates-using-ruby-on-rails
22282226
- Name: Using images
@@ -2256,6 +2254,8 @@ Topics:
22562254
- Name: Creating applications
22572255
Dir: creating_applications
22582256
Topics:
2257+
- Name: Using templates
2258+
File: using-templates
22592259
- Name: Creating applications using the Developer perspective
22602260
File: odc-creating-applications-using-developer-perspective
22612261
- 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
@@ -583,8 +583,6 @@ Topics:
583583
- Name: Image configuration resources
584584
File: image-configuration
585585
Distros: openshift-dedicated
586-
- Name: Using templates
587-
File: using-templates
588586
- Name: Using Ruby on Rails
589587
File: templates-using-ruby-on-rails
590588
- Name: Using images
@@ -904,6 +902,8 @@ Topics:
904902
- Name: Creating applications
905903
Dir: creating_applications
906904
Topics:
905+
- Name: Using templates
906+
File: using-templates
907907
- Name: Creating applications using the Developer perspective
908908
File: odc-creating-applications-using-developer-perspective
909909
- 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
@@ -837,8 +837,6 @@ Topics:
837837
- Name: Image configuration resources (HCP)
838838
File: image-configuration-hcp
839839
Distros: openshift-rosa
840-
- Name: Using templates
841-
File: using-templates
842840
- Name: Using Ruby on Rails
843841
File: templates-using-ruby-on-rails
844842
- Name: Using images
@@ -1169,6 +1167,8 @@ Topics:
11691167
- Name: Creating applications
11701168
Dir: creating_applications
11711169
Topics:
1170+
- Name: Using templates
1171+
File: using-templates
11721172
- Name: Creating applications using the Developer perspective
11731173
File: odc-creating-applications-using-developer-perspective
11741174
- Name: Creating applications from installed Operators

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
@@ -185,7 +185,7 @@ xref:../applications/working_with_helm_charts/understanding-helm.adoc#understand
185185

186186
- **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.
187187

188-
- **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.
188+
- **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.
189189

190190
- **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.
191191

0 commit comments

Comments
 (0)