This developer enablement will enable technical teams to understand how to use the tools to manage the full lifecycle of Cloud-Native development with IBM Kubernetes Service or managed Red Hat OpenShift on IBM Cloud.
The rendered Learning Journey can be viewed here - Cloud-Native Activation
To update and manage the Learning Journey follow these steps.
git clone
npm install
This will install all the dependencies necessary to run the environment in development mode and to build and publish the content.
Most notably, this project depends on the following:
(documented in package.json
):
npm install -g gatsby
npm install -g gh-pages
The content of the Learning Journey is authored through a hybrid of Markdown and React. The content itself is primarily provided using Markdown. React components are sprinkled into the Markdown to provide for a richer and more interactive set of components in the published guide.
To render the content within your local development environment, run the following:
npm run build
npm run dev
Currently, the content is published to the GitHub pages site through the gh-pages
branch
using the gh-pages
npm module. All of the details for handling the publishing are covered within
the deploy script. The deploy can be run using the following:
npm run build
npm run deploy
The result of the deploy
can be viewed here - https://ibm-gsi-ecosystem.github.io/ibm-gsi-cloudnative-journey/
Note: There is a time delay between when the deploy process completes and when the content is available on the published site.
Get started using with the Gatsby Carbon theme which includes all configuration you might need to build a beautiful site inspired by the Carbon Design System.