Skip to content

Cloud Native Learning Journey to enable developers to learn cloud-native development with the IBM Enterprise Sandbox

License

Notifications You must be signed in to change notification settings

cloud-native-toolkit/ibm-cloudnative-journey

 
 

Repository files navigation

Cloud-Native Learning Journey

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.

Clone the repository

git clone

Install dependencies

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

Write content

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

Publish Content

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.

Gatsby and Carbon

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.

Resources

About

Cloud Native Learning Journey to enable developers to learn cloud-native development with the IBM Enterprise Sandbox

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 56.6%
  • Shell 20.6%
  • SCSS 13.4%
  • CSS 8.2%
  • Dockerfile 1.2%