Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 347 Bytes

File metadata and controls

15 lines (11 loc) · 347 Bytes
id build-tutorial
title Building a Tutorial
sidebar_label Building a Tutorial

A tutorial is made from a GitHub repository that includes three parts:

  1. Markdown
  2. YAML
  3. 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.