| id | build-tutorial |
|---|---|
| title | Building a Tutorial |
| sidebar_label | Building a Tutorial |
A tutorial is made from a GitHub repository that includes three parts:
- Markdown
- YAML
- Git Commits
The Markdown and YAML live on the master branch of the repo, and the Git commits live on a version branch.
We'll go into each parts in more detail.