Skip to content

Commit

Permalink
Issue crc-org#1147 Move docs modules to accessible directory
Browse files Browse the repository at this point in the history
Per modular documentation guidelines, modules should exist in an
accessible location for potential use in multiple guides.
  • Loading branch information
kowen-rh committed Apr 8, 2020
1 parent 27c3e22 commit 77ed8f6
Show file tree
Hide file tree
Showing 33 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions docs/source/getting_started/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ include::product-meta/product-attributes.adoc[]

= Getting Started Guide

include::content/assembly_introducing-codeready-containers.adoc[leveloffset=+1]
include::topics/assembly_introducing-codeready-containers.adoc[leveloffset=+1]

include::content/assembly_installation.adoc[leveloffset=+1]
include::topics/assembly_installation.adoc[leveloffset=+1]

include::content/assembly_using-codeready-containers.adoc[leveloffset=+1]
include::topics/assembly_using-codeready-containers.adoc[leveloffset=+1]

include::content/assembly_configuring-codeready-containers.adoc[leveloffset=+1]
include::topics/assembly_configuring-codeready-containers.adoc[leveloffset=+1]

include::content/assembly_networking.adoc[leveloffset=+1]
include::topics/assembly_networking.adoc[leveloffset=+1]

include::content/assembly_administrative-tasks.adoc[leveloffset=+1]
include::topics/assembly_administrative-tasks.adoc[leveloffset=+1]

include::content/assembly_troubleshooting.adoc[leveloffset=+1]
include::topics/assembly_troubleshooting.adoc[leveloffset=+1]
1 change: 1 addition & 0 deletions docs/source/getting_started/topics
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ For more information, see <<configuring-the-virtual-machine_{context}>>.

** On Linux or {mac}:
+
[subs="+quotes,attributes"]
[subs="+quotes"]
----
$ oc get clusterversion version -ojsonpath='{range .spec.overrides[*]}{.name}{"\n"}{end}' | nl -v 0
----

// TODO: Revise the command for PowerShell in the future.
** On {msw} using PowerShell:
+
[subs="+quotes,attributes"]
[subs="+quotes"]
----
PS> oc get clusterversion version -ojsonpath='{range .spec.overrides[*]}{.name}{"\n"}{end}' | % {$nl++;"`t$($nl-1) `t $_"};$nl=0
----

. Start monitoring, alerting, and telemetry services using the identified numeric index:
+
[subs="+quotes,attributes"]
[subs="+quotes"]
----
$ oc patch clusterversion/version --type='json' -p '[{"op":"remove", "path":"/spec/overrides/_<unmanaged-operator-index>_"}]' -oyaml
----
File renamed without changes.

0 comments on commit 77ed8f6

Please sign in to comment.