Skip to content

ibm-cloud-architecture/ibm-cloud-architecture.github.io

Repository files navigation

IBM Garage To Go

IBM Garage to Go is released under the Apache-2.0 license Travis

IBM Garage To Go

This site is a one stop shop for assets and tools that can help you to understand and implement IBM Cloud Solutions to meet your application requirements. These assets range from blogs, webinars, videos, and courses to help you understand cloud concepts and IBM solutions to code and tools to ease your implementation.

The site is hosted at - https://ibm-cloud-architecture.github.io/

git clone

Install dependencies

npm install

Publish Content

Currently, the content is published to the GitHub pages site through the master branch. The source content is in the master-content branch. All of the details for handling the publishing are covered within the deploy script. After running npm install on your local machine, the deploy can be tested locally using the following:

npm run deploy

The process of contributing content to this site is fully described at https://ibm-cloud-architecture.github.io/contribute/.

The result of the deploy can be viewed here - https://ibm-cloud-architecture.github.io/.

Note: There is a time delay between when the deploy process completes and when the content is available on the published site.

Administrators