diff --git a/README.md b/README.md index 53b652a..c2a2ca0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Creating Machine Learning Models with Red Hat OpenShift Data Science +# Deploying Machine Learning Models with Red Hat OpenShift Data Science -This course is the third in a series of 6 courses about Red Hat OpenShift Data Science (RHODS). This course teaches you how to create machine learning models in RHODS, and how to export models using Jupyter Notebooks. +This course is the fourth in a series of 6 courses about Red Hat OpenShift Data Science (RHODS). This course teaches you how to deploy machine learning models in RHODS, and how to consume them from client applications. # Creating Course Content @@ -35,7 +35,7 @@ To add a new section under a chapter create an entry in the *modules/CHAPTER/nav 1. Clone the course repository. ``` - $ git clone git@github.com:RedHatQuickCourses/rhods-model.git + $ git clone git@github.com:RedHatQuickCourses/rhods-deploy.git ``` 2. Install the npm dependencies for the course tooling. @@ -75,7 +75,7 @@ To add a new section under a chapter create an entry in the *modules/CHAPTER/nav 11. Wait for a few minutes while the automated GitHub action publishes your changes ot the production GitHub pages website. -12. Verify that your changes have been published to the production GitHub pages website at https://redhatquickcourses.github.io/rhods-model +12. Verify that your changes have been published to the production GitHub pages website at https://redhatquickcourses.github.io/rhods-deploy # Problems and Feedback -If you run into any issues, report bugs/suggestions/improvements about this course here - https://github.com/RedHatQuickCourses/rhods-model/issues +If you run into any issues, report bugs/suggestions/improvements about this course here - https://github.com/RedHatQuickCourses/rhods-deploy/issues diff --git a/antora-playbook.yml b/antora-playbook.yml index 1d0e6ad..3385b49 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -1,6 +1,6 @@ site: - title: Creating Machine Learning Models with Red Hat OpenShift Data Science - start_page: rhods-model::index.adoc + title: Deploying Machine Learning Models with Red Hat OpenShift Data Science + start_page: rhods-deploy::index.adoc content: sources: diff --git a/antora.yml b/antora.yml index 1104ed7..3bab0e1 100644 --- a/antora.yml +++ b/antora.yml @@ -1,5 +1,5 @@ -name: rhods-model -title: Creating Machine Learning Models with Red Hat OpenShift Data Science +name: rhods-deploy +title: Deploying Machine Learning Models with Red Hat OpenShift Data Science version: 1.33 nav: - modules/ROOT/nav.adoc diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index cd4b90c..bdc60d6 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -1,4 +1,4 @@ -= Creating Machine Learning Models with Red Hat OpenShift Data Science += Deploying Machine Learning Models with Red Hat OpenShift Data Science :navtitle: Home == Introduction diff --git a/package-lock.json b/package-lock.json index 6d3fb59..e523c50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "rhods-model", + "name": "rhods-deploy", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/supplemental-ui/partials/header-content.hbs b/supplemental-ui/partials/header-content.hbs index 773acb6..5c08c55 100644 --- a/supplemental-ui/partials/header-content.hbs +++ b/supplemental-ui/partials/header-content.hbs @@ -11,7 +11,7 @@