summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-02-29 21:59:05 +0100
committerSamy Pesse <samypesse@gmail.com>2016-02-29 21:59:05 +0100
commita9a8a04bcaa736d45000551a05d1409c5c8ec0f3 (patch)
tree97a7e1c07b7add038726217faeb4a3dff83ac729 /docs
parentc08e5ce62c30cb8d014151448bfe6da6b5a47fcf (diff)
downloadgitbook-a9a8a04bcaa736d45000551a05d1409c5c8ec0f3.zip
gitbook-a9a8a04bcaa736d45000551a05d1409c5c8ec0f3.tar.gz
gitbook-a9a8a04bcaa736d45000551a05d1409c5c8ec0f3.tar.bz2
Tweaks in documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/SUMMARY.md2
-rw-r--r--docs/asciidoc.md2
-rw-r--r--docs/languages.md2
-rw-r--r--docs/plugins/README.md2
-rw-r--r--docs/structure.md2
5 files changed, 7 insertions, 3 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 2919ab7..5e31d42 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -9,9 +9,9 @@
* [Directory structure](structure.md)
* [Pages and Summary](pages.md)
+* [Configuration](config.md)
* [Glossary](lexicon.md)
* [Multi-Lingual](languages.md)
-* [Configuration](config.md)
* [AsciiDoc](asciidoc.md)
### Customization
diff --git a/docs/asciidoc.md b/docs/asciidoc.md
index 6fe0dec..c04098b 100644
--- a/docs/asciidoc.md
+++ b/docs/asciidoc.md
@@ -54,7 +54,7 @@ This file is used to define terms. [See the glossary section](./lexicon.md).
Sufficiently advanced technology, beyond the understanding of the observer producing a sense of wonder.
== PHP
-An atrocious language, invented for the sole purpose of inflicting pain and suffering amongst the programming wizards of this world.
+A popular web programming language, used by many large websites such as Facebook. Rasmus Lerdorf originally created PHP in 1994 to power his personal homepage (PHP originally stood for "Personal Home Page" but now stands for "PHP: Hypertext Preprocessor").
```
diff --git a/docs/languages.md b/docs/languages.md
index 9a866be..0cb5801 100644
--- a/docs/languages.md
+++ b/docs/languages.md
@@ -3,6 +3,8 @@
GitBook supports building books written in multiple languages. Each language should be a sub-directory following the normal GitBook format, and a file named `LANGS.md` should be present at the root of the repository with the following format:
```markdown
+# Languages
+
* [English](en/)
* [French](fr/)
* [EspaƱol](es/)
diff --git a/docs/plugins/README.md b/docs/plugins/README.md
index ff56b7b..eeed839 100644
--- a/docs/plugins/README.md
+++ b/docs/plugins/README.md
@@ -19,6 +19,8 @@ Once you find a plugin that you want to install, you need to add it to your `boo
You can also specify a specific version using: `"myPlugin@0.3.1"`. By default GitBook will resolve the latest version of the plugin compatbile with the current GitBook version.
+### GitBook.com
+
Plugins are automatically installed on [GitBook.com](https://www.gitbook.com). Locally, run `gitbook install` to install and prepare all plugins for your books.
### Configuring plugins
diff --git a/docs/structure.md b/docs/structure.md
index ca35c01..a811bd9 100644
--- a/docs/structure.md
+++ b/docs/structure.md
@@ -1,6 +1,6 @@
# Directory structure
-GitBook uses a very simple and obvious directory sttructure:
+GitBook uses a very simple and obvious directory structure:
```
.