diff --git a/README.md b/README.md index edd481d..29158a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# Bootcamp Instructions -This repository contains the instructions for Red Hat OpenShift AI Accelerate Bootcamp. +# Red Hat OpenShift AI (RHOAI) Accelerator Boot Camp -To view the static version of the instructions, please use this URL: https://redhat-ai-services.github.io/ai-accelerator-bootcamp-instructions/ +This repository contains the source code for the instructions used by the Red Hat OpenShift AI Accelerator project boot camp. +To view the static version of the instructions, please use this URL: + +https://redhat-ai-services.github.io/ai-accelerator-bootcamp-instructions/ + +## Authoring + +The framework of this repo is derived from the format found at (redhat-scholars/build-course)[https://github.com/redhat-scholars/build-course]. + +See the [course documentation)[https://redhat-scholars.github.io/build-course/rhs-build-course] for instructions on authoring and workflows building. + +All course content can be found inside the [content/modules/ROOT/pages](content/modules/ROOT/pages) subdirectory. \ No newline at end of file diff --git a/site.yml b/site.yml index 144de93..5879058 100644 --- a/site.yml +++ b/site.yml @@ -1,5 +1,5 @@ site: - title: AI Accelerate Bootcamp + title: AI Accelerator Bootcamp url: https://redhat-ai-services.github.io/ai-accelerator-bootcamp-instructions start_page: modules::01_welcome.adoc @@ -9,7 +9,7 @@ ui: supplemental_files: ./content/supplemental-ui content: - edit_url: 'https://github.com/arckrish/bootcamp-instructions/edit/main/{path}' + edit_url: 'https://redhat-ai-services.github.io/ai-accelerator-bootcamp-instructions/edit/main/{path}' sources: - url: ./ start_path: content