summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSoreine <soreine.plume@gmail.com>2016-03-02 13:19:26 +0100
committerSoreine <soreine.plume@gmail.com>2016-03-03 16:39:18 +0100
commit74a1e9dee23ab44c2242c69f3ee5091454af42a8 (patch)
tree8e68fdb754d720af9c20afc403759c27835dd738 /docs
parentb3662e07c1c6a0ca034ca3b145d53697fff0e1bd (diff)
downloadgitbook-74a1e9dee23ab44c2242c69f3ee5091454af42a8.zip
gitbook-74a1e9dee23ab44c2242c69f3ee5091454af42a8.tar.gz
gitbook-74a1e9dee23ab44c2242c69f3ee5091454af42a8.tar.bz2
Corrects paths. And reformulate associated FAQ
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
-rw-r--r--docs/config.md4
-rw-r--r--docs/faq.md6
-rw-r--r--docs/themes/README.md2
4 files changed, 7 insertions, 7 deletions
diff --git a/docs/README.md b/docs/README.md
index 2e8f7d9..12b0e6c 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -4,7 +4,7 @@
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). This documentation has been generated using GitBook.
-GitBook can output your content as a website ([customizable](/themes/) and [extensibles](/plugins/)) or as an ebook (PDF, ePub or Mobi).
+GitBook can output your content as a website ([customizable](themes/README.md) and [extensibles](plugins/README.md)) or as an ebook (PDF, ePub or Mobi).
[GitBook.com](https://www.gitbook.com) is the online platform to create and host books built using the GitBook format. It offers hosting, collaboration features and an [easy-to-use editor](https://www.gitbook.com/editor).
diff --git a/docs/config.md b/docs/config.md
index 2f2fd85..0b1e188 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -17,7 +17,7 @@ GitBook allows you to customize your book using a flexible configuration. These
### Plugins
-Plugins and their configurations are specified in the `book.json`. See [the plugins section](/plugins/) for more details.
+Plugins and their configurations are specified in the `book.json`. See [the plugins section](plugins/README.md) for more details.
| Variable | Description |
| -------- | ----------- |
@@ -26,7 +26,7 @@ Plugins and their configurations are specified in the `book.json`. See [the plug
### Theme
-Since version 3.0.0, GitBook can use themes. See [the theming section](/themes/) for more details.
+Since version 3.0.0, GitBook can use themes. See [the theming section](themes/README.md) for more details.
| Variable | Description |
| -------- | ----------- |
diff --git a/docs/faq.md b/docs/faq.md
index b7a8b8b..57fdf3b 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -12,7 +12,7 @@ Any text editor should work! But we advise using the [GitBook Editor](https://ww
#### Should I use an `.html` or `.md` extensions in my links?
-You should always use `.md` extensions for your relative links, GitBook will automatically replace these links by the right value when the pointing file is referenced in the Table of Contents.
+You should always use paths and the `.md` extensions when linking to your files, GitBook will automatically replace these paths by the appropriate link when the pointing file is referenced in the Table of Contents.
#### Can I create a GitBook in a sub-directory of my repository?
@@ -26,8 +26,8 @@ GitBook supports math equations and TeX thanks to plugins. There are currently 2
#### Can I customize/theme the output?
-Yes, both the website and ebook outputs can be customized using [themes](/themes/).
+Yes, both the website and ebook outputs can be customized using [themes](themes/README.md).
#### Can I add interactive content (videos, etc)?
-GitBook is very [extensible](/plugins/). You can use [existing plugins](https://plugins.gitbook.com) or create your own!
+GitBook is very [extensible](plugins/README.md). You can use [existing plugins](https://plugins.gitbook.com) or create your own!
diff --git a/docs/themes/README.md b/docs/themes/README.md
index bacde12..8a36109 100644
--- a/docs/themes/README.md
+++ b/docs/themes/README.md
@@ -23,4 +23,4 @@ Authors can extend the templates of a theme directly from the book source (witho
### Publish a theme
-Themes are published as plugins ([see related docs](/plugins/)) with a `theme-` prefix. For example the theme `awesome` will be loaded from the `theme-awesome` plugin, and then from the `gitbook-plugin-theme-awesome` NPM package.
+Themes are published as plugins ([see related docs](../plugins/README.md)) with a `theme-` prefix. For example the theme `awesome` will be loaded from the `theme-awesome` plugin, and then from the `gitbook-plugin-theme-awesome` NPM package.