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
- Host: GitHub
- URL: https://github.com/mrjasonweaver/gitbook-docs-quickstart
- Owner: mrjasonweaver
- Created: 2017-01-24T17:15:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T21:14:17.000Z (over 8 years ago)
- Last Synced: 2025-01-28T04:42:15.798Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```