Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
blues-man committed Feb 8, 2022
1 parent 99daa4f commit b4eb2df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
34 changes: 12 additions & 22 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,53 +62,43 @@ To start this workshop, follow the step by step tutorial link for your cluster a
|Javascript Path
|Python Path
|link:https://www.openshift.com/try[OpenShift 4.8]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.8/index.html?PROJECT=workshop[Guide]
|link:https://www.openshift.com/try[OpenShift 4.9]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.9/index.html?PROJECT=workshop[Guide]
|
|
|
|link:https://developers.redhat.com/products/codeready-containers/overview[CRC 4.8]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.8/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing&PROJECT=workshop[Guide]
|link:https://developers.redhat.com/products/codeready-containers/overview[CRC 4.9]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.9/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing&PROJECT=workshop[Guide]
|
|
|
|link:https://www.openshift.com/try[OpenShift 4.7]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.7/index.html?PROJECT=workshop[Guide]
|link:https://developers.redhat.com/courses/explore-openshift/openshift-49-playground[OpenShift 4.9 Playground]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.9/index.html?USERNAME=admin&PASSWORD=admin&PROJECT=workshop[Guide]
|
|
|
|link:https://developers.redhat.com/products/codeready-containers/overview[CRC 4.7]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.7/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing&PROJECT=workshop[Guide]
|
|
|
|link:https://learn.openshift.com/playgrounds/openshift47/[OpenShift 4.7 Playground]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.7/index.html?USERNAME=admin&PASSWORD=admin&PROJECT=workshop[Guide]
|link:https://www.openshift.com/try[OpenShift 4.8]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.8/index.html?PROJECT=workshop[Guide]
|
|
|
|link:https://www.openshift.com/try[OpenShift 4.6]
|link:https://www.openshift.com/try[OpenShift 4.7]
|link:https://redhat-scholars.github.io/openshift-starter-guides/[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-dotnet/[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-javascript/[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-python/[Guide]
|link:https://developers.redhat.com/products/codeready-containers/overview[CRC 4.6]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.6/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing[Guide]
|link:https://developers.redhat.com/products/codeready-containers/overview[CRC 4.7]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.7/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-dotnet/rhs-openshift-starter-guides-dotnet/4.6/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-javascript/rhs-openshift-starter-guides-javascript/4.6/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-python/rhs-openshift-starter-guides-python/4.6/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing[Guide]
|link:https://learn.openshift.com/playgrounds/openshift46/[OpenShift 4.6 Playground]
|link:https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.6/index.html?USERNAME=admin&PASSWORD=admin[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-dotnet/rhs-openshift-starter-guides-dotnet/4.6/index.html?USERNAME=admin&PASSWORD=admin[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-javascript/rhs-openshift-starter-guides-javascript/4.6/index.html?USERNAME=admin&PASSWORD=admin[Guide]
|link:https://redhat-scholars.github.io/openshift-starter-guides-python/rhs-openshift-starter-guides-python/4.6/index.html?USERNAME=admin&PASSWORD=admin[Guide]
|===
Expand Down Expand Up @@ -141,7 +131,7 @@ Here's the list of all query params used (they are all optional, but generated l
Example:
https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.7/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing&USERNAME=developer&PASSWORD=developer&PROJECT=workshop
https://redhat-scholars.github.io/openshift-starter-guides/rhs-openshift-starter-guides/4.9/index.html?CLUSTER_SUBDOMAIN=apps-crc.testing&USERNAME=developer&PASSWORD=developer&PROJECT=workshop
## Contributing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In this step we will create a MongoDB template inside our project, so that is on
[.console-input]
[source,bash,subs="+attributes,macros+"]
----
oc create -f +https://raw.githubusercontent.com/openshift-labs/starter-guides/ocp-4.6/mongodb-template.yaml+ -n %PROJECT%
oc create -f +https://raw.githubusercontent.com/openshift-labs/starter-guides/ocp-4.8/mongodb-template.yaml+ -n %PROJECT%
----

What just happened? What did you just `create`? The item that we passed to the `create`
Expand Down

0 comments on commit b4eb2df

Please sign in to comment.