Skip to content

Commit

Permalink
update version attribute and links (#37)
Browse files Browse the repository at this point in the history
* update version attribute and links

* changing git-version to main for main branch
  • Loading branch information
MelissaFlinn authored Jul 1, 2024
1 parent 254b728 commit 53da9bc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion workshop/docs/modules/ROOT/pages/_attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
:productname-long: Red Hat OpenShift AI
:productname-short: OpenShift AI
:org-name: Red Hat
:version: 2.9

// the :git-version: attribute value is defined at the top of the importing-files-into-jupyter.adoc file so that it is re-used downstream
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you have waited more than 5 minutes, and the pipeline server configuration do
+
image::projects//ds-project-delete-pipeline-server.png[Delete pipeline server, 300]
+
You can also ask your {productname-short} administrator to verify that self-signed certificates are added to your cluster as described in link:{rhoaidocshome}{default-format-url}/installing_and_uninstalling_{url-productname-short}/working-with-certificates_certs[Working with certificates].
You can also ask your {productname-short} administrator to verify that self-signed certificates are added to your cluster as described in link:https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2-latest/html/installing_and_uninstalling_openshift_ai_self-managed/working-with-certificates_certs[Working with certificates].

.Verification

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[id='importing-files-into-jupyter']
= Importing the {deliverable} files into the Jupyter environment

:git-version: main

The Jupyter environment is a web-based environment, but everything you do inside it happens on *{productname-long}* and is powered by the *OpenShift* cluster. This means that, without having to install and maintain anything on your own computer, and without disposing of valuable local resources such as CPU, GPU and RAM, you can conduct your Data Science work in this powerful and stable managed environment.

.Prerequisite
Expand Down Expand Up @@ -36,7 +38,17 @@ image::workbenches/jupyter-git-modal.png[Git Modal, 300]

.. Check the *Include submodules* option.

.. Click *Clone*.
.. Check the *Include submodules* option, and then click *Clone*.

.. In the file browser, select the newly-created *fraud-detection* folder.

.. In the left navigation bar, click the *Git* icon and then, in the *Filter* field, enter *{git-version}*.
+
image::workbenches/jupyter-git-icon-version.png[Git Clone icon, 300]

// the {git-version} attribute value is defined at the top of this file
.. Select *{git-version}* as the current branch.


.Verification

Expand Down
2 changes: 1 addition & 1 deletion workshop/docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you don't already have an instance of {productname-long}, see the https://dev

[IMPORTANT]
====
If your cluster uses self-signed certificates, before you begin the {deliverable}, your {productname-short} administrator must add self-signed certificates for {productname-short} as described in https://access.redhat.com/documentation/en-us/red_hat_openshift_ai_self-managed/{version}/html/installing_and_uninstalling_openshift_ai_self-managed/working-with-certificates_certs[Working with certificates].
If your cluster uses self-signed certificates, before you begin the {deliverable}, your {productname-short} administrator must add self-signed certificates for {productname-short} as described in link:https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2-latest/html/installing_and_uninstalling_openshift_ai_self-managed/working-with-certificates_certs[Working with certificates].
====

If you're ready, xref:navigating-to-the-dashboard.adoc[start the {deliverable}!]

0 comments on commit 53da9bc

Please sign in to comment.