diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-12-22 11:36:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 11:36:15 +0100 |
commit | 11893255d1167382b16871d2ca831c90a40af57d (patch) | |
tree | 68ca38d28690af53cb2ab30cc4bbe99738bd7ce0 | |
parent | 53f94b317ec04455996cf420552a142fd722da1f (diff) | |
download | gitbook-11893255d1167382b16871d2ca831c90a40af57d.zip gitbook-11893255d1167382b16871d2ca831c90a40af57d.tar.gz gitbook-11893255d1167382b16871d2ca831c90a40af57d.tar.bz2 |
Fix images in readme
-rw-r--r-- | README.md | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -1,13 +1,22 @@ [](https://www.gitbook.com) +<p align="center">A <em>modern</em> customizable documentation format and toolchain</p> + + +<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> +<br/> + + + + <p align="center"> -[](http://badge.fury.io/js/gitbook) -[](https://travis-ci.org/GitbookIO/gitbook) -[](https://ci.appveyor.com/project/GitBook/gitbook) -[](https://slack.gitbook.com) +<img src="https://badge.fury.io/js/gitbook.svg" /> +<a href="https://travis-ci.org/GitbookIO/gitbook"><img src="https://travis-ci.org/GitbookIO/gitbook.png?branch=master" /></a> +<a href="https://ci.appveyor.com/project/GitBook/gitbook"><img src="https://ci.appveyor.com/api/projects/status/63nlflxcwmb2pue6?svg=true" /></a> +<a href="https://ci.appveyor.com/project/GitBook/gitbook"><img src="https://slack.gitbook.com/badge.svg" /></a> </p> -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). +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/). 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). @@ -15,8 +24,6 @@ Check out the [GitBook Community Slack Channel](https://slack.gitbook.com), Stay Complete documentation is available at [toolchain.gitbook.com](http://toolchain.gitbook.com/). - - ## Getting started 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). |