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

RHDEVDOCS-3598: Temporarily comment out some sections of odo docs

This commit is contained in:
Gabriel McGoldrick
2022-02-04 12:28:15 +00:00
committed by openshift-cherrypick-robot
parent 027eecbc66
commit d334b3c49c
5 changed files with 2 additions and 45 deletions

View File

@@ -642,50 +642,10 @@ Topics:
File: understanding-odo
- Name: Installing odo
File: installing-odo
- Name: Creating and deploying applications with odo
Dir: creating_and_deploying_applications_with_odo
Topics:
- Name: Working with projects
File: working-with-projects
- Name: Creating a single-component application with odo
File: creating-a-single-component-application-with-odo
- Name: Creating a multicomponent application with odo
File: creating-a-multicomponent-application-with-odo
- Name: Creating an application with a database
File: creating-an-application-with-a-database
- Name: Creating a Java application with a database
File: creating-a-java-application-with-a-database
- Name: Using devfiles in odo
File: using-devfiles-in-odo
- Name: Working with storage
File: working-with-storage
- Name: Deleting applications
File: deleting-applications
- Name: Debugging applications in odo
File: debugging-applications-in-odo
- Name: Sample applications
File: sample-applications
- Name: Using odo in a restricted environment
Dir: using_odo_in_a_restricted_environment
Topics:
- Name: About odo in a restricted environment
File: about-odo-in-a-restricted-environment
- Name: Pushing the odo init image to the restricted cluster registry
File: pushing-the-odo-init-image-to-the-restricted-cluster-registry
- Name: Creating and deploying a component to the disconnected cluster
File: creating-and-deploying-a-component-to-the-disconnected-cluster
- Name: Creating and deploying devfile components to the disconnected cluster
File: creating-and-deploying-devfile-components-to-the-disconnected-cluster
- Name: Creating instances of services managed by Operators
File: creating-instances-of-services-managed-by-operators
- Name: Managing environment variables in odo
File: managing-environment-variables-in-odo
- Name: Configuring the odo CLI
File: configuring-the-odo-cli
- Name: odo CLI reference
File: odo-cli-reference
- Name: odo architecture
File: odo-architecture
- Name: Knative CLI (kn) for use with OpenShift Serverless
File: kn-cli-tools
Distros: openshift-enterprise,openshift-origin

View File

@@ -48,8 +48,6 @@ include::modules/op-mirroring-images-to-run-pipelines-in-restricted-environment.
* xref:../../installing/disconnected_install/installing-mirroring-installation-images.adoc#installation-about-mirror-registry_installing-mirroring-installation-images[Creating a cluster with a mirrored registry]
* xref:../../cli_reference/developer_cli_odo/using_odo_in_a_restricted_environment/creating-and-deploying-a-component-to-the-disconnected-cluster.adoc#mirroring-a-supported-builder-image_creating-and-deploying-a-component-to-the-disconnected-cluster[Mirroring a supported builder image]
include::modules/op-running-a-pipeline.adoc[leveloffset=+1]
include::modules/op-adding-triggers.adoc[leveloffset=+1]

View File

@@ -59,4 +59,3 @@ include::modules/op-disabling-automatic-creation-of-rbac-resources.adoc[leveloff
** xref:../../installing/disconnected_install/installing-mirroring-installation-images.adoc#installation-about-mirror-registry_installing-mirroring-installation-images[Creating a cluster with a mirrored registry]
** xref:../../cli_reference/developer_cli_odo/using_odo_in_a_restricted_environment/creating-and-deploying-a-component-to-the-disconnected-cluster.adoc#mirroring-a-supported-builder-image_creating-and-deploying-a-component-to-the-disconnected-cluster[Mirroring a supported builder image]

View File

@@ -32,7 +32,7 @@ $ curl -L https://developers.redhat.com/content-gateway/rest/mirror/pub/openshif
[source,terminal]
----
$ curl -L https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/latest/odo-linux-amd64.tar.gz -o odo.tar.gz
$ tar xvzf odo.zip
$ tar xvzf odo.tar.gz
----
. Change the permissions on the binary:
+

View File

@@ -4,7 +4,7 @@
:_content-type: REFERENCE
[id="developer-cli-odo-unset-config_{context}"]
= Setting a value
= Unsetting a value
You can unset a value for a preference key by using the following command: