The purpose of these codelabs is to create easily consumable, step-by-step tutorials that walk a developer to achieve a goal.
This repository is included as a submodule in the main site repo. The main codelabs site is deployed from that repo and codelab artifacts are kept here.
- codelabs - contains codelabs that will be served up on https://codelabs.solace.dev/. The raw markdown file is exported into this directory via the claat tool.
- markdown - This directory contains the markdown file that the codelabs were generated from.
- Fork this main repository by clicking on the
Fork
button on the top right - From a terminal window, clone your fork of the repo
git clone [email protected]:<Your_Github_User>/solace-dev-codelabs.git
- Navigate to the newly cloned directory
cd solace-dev-codelabs
- Checkout a local branch for your new codelab
git checkout -b add-codelab-<name_of_codelab>
Follow the steps found in the Codelab to Create a Codelab codelab
- CodeLabs are being created using Google Codelabs: https://github.com/googlecodelabs/tools