An open API service indexing awesome lists of open source software.

https://github.com/mrjasonweaver/gitbook-docs-quickstart

Quickstart repo for Gitbook docs
https://github.com/mrjasonweaver/gitbook-docs-quickstart

Last synced: 2 months ago
JSON representation

Quickstart repo for Gitbook docs

Awesome Lists containing this project

README

        

### Gitbook Docs Quickstart

#### A starting repo and quide to using GitBook for open source documentation with GitHub syncing.

The purpose of this book is to educate the reader in steps to create open source documentation using GitHub for version control, pull requests, and version branching while using GitBook for UI and comments.

##### Make a new directory and clone quickstart
```bash
> mkdir REPO_NAME && git clone https://github.com/indyplanets/gitbook-docs-quickstart.git REPO_NAME

```
##### Remove `.git` and start fresh
```bash
> cd REPO_NAME
> (sudo) rm -R .git

```