1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Moves templates content

This commit is contained in:
Steven Smith
2025-01-27 11:43:21 -05:00
committed by openshift-cherrypick-robot
parent 7dd5fce1d2
commit fbd82da65f
7 changed files with 9 additions and 9 deletions

View File

@@ -2220,8 +2220,6 @@ Topics:
- Name: Image configuration resources
File: image-configuration
Distros: openshift-enterprise,openshift-origin
- Name: Using templates
File: using-templates
- Name: Using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Using images
@@ -2255,6 +2253,8 @@ Topics:
- Name: Creating applications
Dir: creating_applications
Topics:
- Name: Using templates
File: using-templates
- Name: Creating applications using the Developer perspective
File: odc-creating-applications-using-developer-perspective
- Name: Creating applications from installed Operators

View File

@@ -583,8 +583,6 @@ Topics:
- Name: Image configuration resources
File: image-configuration
Distros: openshift-dedicated
- Name: Using templates
File: using-templates
- Name: Using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Using images
@@ -904,6 +902,8 @@ Topics:
- Name: Creating applications
Dir: creating_applications
Topics:
- Name: Using templates
File: using-templates
- Name: Creating applications using the Developer perspective
File: odc-creating-applications-using-developer-perspective
- Name: Creating applications from installed Operators

View File

@@ -837,8 +837,6 @@ Topics:
- Name: Image configuration resources (HCP)
File: image-configuration-hcp
Distros: openshift-rosa
- Name: Using templates
File: using-templates
- Name: Using Ruby on Rails
File: templates-using-ruby-on-rails
- Name: Using images
@@ -1169,6 +1167,8 @@ Topics:
- Name: Creating applications
Dir: creating_applications
Topics:
- Name: Using templates
File: using-templates
- Name: Creating applications using the Developer perspective
File: odc-creating-applications-using-developer-perspective
- Name: Creating applications from installed Operators

View File

@@ -72,7 +72,7 @@ describes an application that can be deployed using the Helm CLI.
* **xref:../applications/deployments/what-deployments-are.adoc#what-deployments-are[Create deployments]**: Use `Deployment` and `DeploymentConfig` objects to exert fine-grained management over applications.
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.
* **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.
* **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.
* **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.

View File

@@ -58,7 +58,7 @@ endif::openshift-rosa,openshift-dedicated[]
== About templates
A template is a definition of an object to be replicated.
You can use xref:../openshift_images/using-templates.adoc#using-templates[templates] to build and deploy configurations.
You can use xref:../applications/creating_applications/using-templates.adoc#using-templates[templates] to build and deploy configurations.
[id="how-you-can-use-ruby-on-rails"]
== How you can use Ruby on Rails

View File

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