Skip to content

Commit 3ecb3fb

Browse files
authored
Merge pull request #41412 from gabriel-rh/RHDEVDOCS-3598commentoutoldcontent
RHDEVDOCS-3598: Temporarily comment out some sections of odo docs
2 parents 6871168 + 237bf1a commit 3ecb3fb

File tree

5 files changed

+2
-45
lines changed

5 files changed

+2
-45
lines changed

_topic_maps/_topic_map.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -655,50 +655,10 @@ Topics:
655655
File: understanding-odo
656656
- Name: Installing odo
657657
File: installing-odo
658-
- Name: Creating and deploying applications with odo
659-
Dir: creating_and_deploying_applications_with_odo
660-
Topics:
661-
- Name: Working with projects
662-
File: working-with-projects
663-
- Name: Creating a single-component application with odo
664-
File: creating-a-single-component-application-with-odo
665-
- Name: Creating a multicomponent application with odo
666-
File: creating-a-multicomponent-application-with-odo
667-
- Name: Creating an application with a database
668-
File: creating-an-application-with-a-database
669-
- Name: Creating a Java application with a database
670-
File: creating-a-java-application-with-a-database
671-
- Name: Using devfiles in odo
672-
File: using-devfiles-in-odo
673-
- Name: Working with storage
674-
File: working-with-storage
675-
- Name: Deleting applications
676-
File: deleting-applications
677-
- Name: Debugging applications in odo
678-
File: debugging-applications-in-odo
679-
- Name: Sample applications
680-
File: sample-applications
681-
- Name: Using odo in a restricted environment
682-
Dir: using_odo_in_a_restricted_environment
683-
Topics:
684-
- Name: About odo in a restricted environment
685-
File: about-odo-in-a-restricted-environment
686-
- Name: Pushing the odo init image to the restricted cluster registry
687-
File: pushing-the-odo-init-image-to-the-restricted-cluster-registry
688-
- Name: Creating and deploying a component to the disconnected cluster
689-
File: creating-and-deploying-a-component-to-the-disconnected-cluster
690-
- Name: Creating and deploying devfile components to the disconnected cluster
691-
File: creating-and-deploying-devfile-components-to-the-disconnected-cluster
692-
- Name: Creating instances of services managed by Operators
693-
File: creating-instances-of-services-managed-by-operators
694-
- Name: Managing environment variables in odo
695-
File: managing-environment-variables-in-odo
696658
- Name: Configuring the odo CLI
697659
File: configuring-the-odo-cli
698660
- Name: odo CLI reference
699661
File: odo-cli-reference
700-
- Name: odo architecture
701-
File: odo-architecture
702662
- Name: Knative CLI (kn) for use with OpenShift Serverless
703663
File: kn-cli-tools
704664
Distros: openshift-enterprise,openshift-origin

cicd/pipelines/creating-applications-with-cicd-pipelines.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ include::modules/op-mirroring-images-to-run-pipelines-in-restricted-environment.
4848

4949
* xref:../../installing/disconnected_install/installing-mirroring-installation-images.adoc#installation-about-mirror-registry_installing-mirroring-installation-images[Creating a cluster with a mirrored registry]
5050

51-
* 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]
52-
5351
include::modules/op-running-a-pipeline.adoc[leveloffset=+1]
5452

5553
include::modules/op-adding-triggers.adoc[leveloffset=+1]

cicd/pipelines/installing-pipelines.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ include::modules/op-disabling-automatic-creation-of-rbac-resources.adoc[leveloff
5959

6060
** xref:../../installing/disconnected_install/installing-mirroring-installation-images.adoc#installation-about-mirror-registry_installing-mirroring-installation-images[Creating a cluster with a mirrored registry]
6161

62-
** 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]

modules/developer-cli-odo-installing-odo-on-linux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ curl -L https://developers.redhat.com/content-gateway/rest/mirror/pub/openshif
3232
[source,terminal]
3333
----
3434
$ 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
35-
$ tar xvzf odo.zip
35+
$ tar xvzf odo.tar.gz
3636
----
3737
. Change the permissions on the binary:
3838
+

modules/developer-cli-odo-unset-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: REFERENCE
66
[id="developer-cli-odo-unset-config_{context}"]
7-
= Setting a value
7+
= Unsetting a value
88

99
You can unset a value for a preference key by using the following command:
1010

0 commit comments

Comments
 (0)