diff --git a/workshop/docs/modules/ROOT/assets/images/workbenches/jupyter-git-icon-version.png b/workshop/docs/modules/ROOT/assets/images/workbenches/jupyter-git-icon-version.png new file mode 100644 index 0000000..5ad60a2 Binary files /dev/null and b/workshop/docs/modules/ROOT/assets/images/workbenches/jupyter-git-icon-version.png differ diff --git a/workshop/docs/modules/ROOT/pages/_attributes.adoc b/workshop/docs/modules/ROOT/pages/_attributes.adoc index 5ab20bc..53709c1 100644 --- a/workshop/docs/modules/ROOT/pages/_attributes.adoc +++ b/workshop/docs/modules/ROOT/pages/_attributes.adoc @@ -5,4 +5,5 @@ :productname-long: Red Hat OpenShift AI :productname-short: OpenShift AI :org-name: Red Hat -:version: 2.9 \ No newline at end of file + +// 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 \ No newline at end of file diff --git a/workshop/docs/modules/ROOT/pages/enabling-data-science-pipelines.adoc b/workshop/docs/modules/ROOT/pages/enabling-data-science-pipelines.adoc index 84fa9a5..17229d1 100644 --- a/workshop/docs/modules/ROOT/pages/enabling-data-science-pipelines.adoc +++ b/workshop/docs/modules/ROOT/pages/enabling-data-science-pipelines.adoc @@ -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 diff --git a/workshop/docs/modules/ROOT/pages/importing-files-into-jupyter.adoc b/workshop/docs/modules/ROOT/pages/importing-files-into-jupyter.adoc index bc78c64..ceebbbd 100644 --- a/workshop/docs/modules/ROOT/pages/importing-files-into-jupyter.adoc +++ b/workshop/docs/modules/ROOT/pages/importing-files-into-jupyter.adoc @@ -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 @@ -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 diff --git a/workshop/docs/modules/ROOT/pages/index.adoc b/workshop/docs/modules/ROOT/pages/index.adoc index 0f3c4e0..5ae4820 100644 --- a/workshop/docs/modules/ROOT/pages/index.adoc +++ b/workshop/docs/modules/ROOT/pages/index.adoc @@ -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}!]