Home of the words in the GitHub Training Manual and teaching scripts.
The GitHub Training Manual repository contains content and scripts used by the GitHub Professional Services team during training courses. The content is written in Markdown, and the scripts are shell scripts. This manual serves as a resource for training on Git and GitHub, with a focus on GitHub's core product features for both GitHub.com and GitHub Enterprise users.
The GitHub Training Manual repository serves as a valuable resource for training on Git and GitHub. With its open-source content, markdown format, deployment with docsify, and PDF generation capabilities, it provides a comprehensive guide for users. The inclusion of teaching scripts and license information ensures compliance with guidelines for logo usage. Users can easily contribute to and enhance the content for the benefit of the community.
Docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an index.html and deploy it on GitHub Pages.