diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-09 10:57:23 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-09 10:57:23 +0100 |
commit | 3ea659d582f129e843deedae7a99a60b8ec4be41 (patch) | |
tree | edbad98217607d0fe846bda8645de83a07df1fb2 | |
parent | 34fc2831e0cf0fed01c71cec28d93472d87f455b (diff) | |
download | gitbook-3ea659d582f129e843deedae7a99a60b8ec4be41.zip gitbook-3ea659d582f129e843deedae7a99a60b8ec4be41.tar.gz gitbook-3ea659d582f129e843deedae7a99a60b8ec4be41.tar.bz2 |
Improve readme presentation
-rw-r--r-- | README.md | 26 |
1 files changed, 15 insertions, 11 deletions
@@ -1,12 +1,16 @@ GitBook ======= -:warning: This branch contains the version 2.0. - [](https://travis-ci.org/GitbookIO/gitbook) [](http://badge.fury.io/js/gitbook) -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). You can publish and host book easily online using [gitbook.com](https://www.gitbook.com), a web-editor is [also available](https://www.gitbook.com/editor). You can follow [@GitBookIO](https://twitter.com/GitBookIO) on Twitter. Complete documentation is available at [help.gitbook.io](http://help.gitbook.io/). +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). + +You can publish and host book easily online using [gitbook.com](https://www.gitbook.com), a web-editor is [also available](https://www.gitbook.com/editor). + +Stay updated by following [@GitBookIO](https://twitter.com/GitBookIO) on Twitter or [GitBook](https://www.facebook.com/gitbookcom) on Facebook. + +Complete documentation is available at [help.gitbook.com](http://help.gitbook.com/).  @@ -38,14 +42,14 @@ $ gitbook build ./repository ./outputFolder ## Features -* [Output as a website or ebook (pdf, epub, mobi)](#output-formats) -* [Multi-Languages](#multi-languages) -* [Glossary](#glossary) -* [Cover](#cover) -* [AsciiDoc Support](#asciidoc) -* [Variables and Templating](#variables-and-templating) -* [Content References](#content-references) -* [Plugins](#plugins) +* [Output as a website or ebook (pdf, epub, mobi)](http://help.gitbook.com/format/output.html) +* [Multi-Languages](http://help.gitbook.com/format/languages.html) +* [Glossary](http://help.gitbook.com/format/glossary.html) +* [Cover](http://help.gitbook.com/format/cover.html) +* [AsciiDoc Support](http://help.gitbook.com/format/asciidoc.html) +* [Variables and Templating](http://help.gitbook.com/format/templating.html) +* [Content References]http://help.gitbook.com/format/conrefs.html) +* [Plugins](http://help.gitbook.com/plugins/index.html) * Interractive reader website: * Search * Font Settings (Serif, Sans Serif) |