|
1 | 1 | [](https://www.gitbook.com)
|
2 | 2 |
|
| 3 | +<p align="center">A <em>modern</em> customizable documentation format and toolchain</p> |
| 4 | + |
| 5 | + |
| 6 | +<p align="center"><a href="#features"><strong>Features</strong></a> · <a href="https://www.gitbook.com"><strong>Hosting</strong></a> · <a href="http://redux.js.org/"><strong>Example</strong></a> · <a href="https://www.gitbook.com/editor"><strong>Editor</strong></a> · <a href="https://toolchain.gitbook.com/"><strong>Documentation</strong></a> · <a href="./CONTRIBUTING.md"><strong>Contributing!</strong></a> · <a href="https://twitter.com/GitBookIO"><strong>Twitter</strong></a></p> |
| 7 | +<br/> |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 | <p align="center">
|
4 |
| -[](http://badge.fury.io/js/gitbook) |
5 |
| -[](https://travis-ci.org/GitbookIO/gitbook) |
6 |
| -[](https://ci.appveyor.com/project/GitBook/gitbook) |
7 |
| -[](https://slack.gitbook.com) |
| 13 | +<img src="https://badge.fury.io/js/gitbook.svg" /> |
| 14 | +<a href="https://travis-ci.org/GitbookIO/gitbook"><img src="https://travis-ci.org/GitbookIO/gitbook.png?branch=master" /></a> |
| 15 | +<a href="https://ci.appveyor.com/project/GitBook/gitbook"><img src="https://ci.appveyor.com/api/projects/status/63nlflxcwmb2pue6?svg=true" /></a> |
| 16 | +<a href="https://ci.appveyor.com/project/GitBook/gitbook"><img src="https://slack.gitbook.com/badge.svg" /></a> |
8 | 17 | </p>
|
9 | 18 |
|
10 |
| -GitBook is a command line tool (and Node.js library) for building beautiful books using GitHub/Git and Markdown (or AsciiDoc). Here is an example: [Learn Javascript](https://www.gitbook.com/book/GitBookIO/javascript). |
| 19 | +GitBook is a command line tool (and Node.js library) for building beautiful books using GitHub/Git and Markdown (or AsciiDoc). Here is an example: [ReduxJS documentation](http://redux.js.org/). |
11 | 20 |
|
12 | 21 | You can publish and host books easily online using [gitbook.com](https://www.gitbook.com). A desktop editor is [also available](https://www.gitbook.com/editor).
|
13 | 22 |
|
14 | 23 | Check out the [GitBook Community Slack Channel](https://slack.gitbook.com), Stay updated by following [@GitBookIO](https://twitter.com/GitBookIO) on Twitter or [GitBook](https://www.facebook.com/gitbookcom) on Facebook.
|
15 | 24 |
|
16 | 25 | Complete documentation is available at [toolchain.gitbook.com](http://toolchain.gitbook.com/).
|
17 | 26 |
|
18 |
| - |
19 |
| - |
20 | 27 | ## Getting started
|
21 | 28 |
|
22 | 29 | GitBook can be used either on your computer for building local books or on GitBook.com for hosting them. To get started, check out [the installation instructions in the documentation](docs/setup.md).
|
|
0 commit comments