summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-30 16:46:24 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-30 16:46:24 +0200
commitfa00b52fb510340630a37ea1c5bc4bfead6613d9 (patch)
tree1eab3d5bb98aeaab18f383980416078e9674b79e /README.md
parent2999d90907c5850baa9deee365aba59022c36029 (diff)
downloadgitbook-fa00b52fb510340630a37ea1c5bc4bfead6613d9.zip
gitbook-fa00b52fb510340630a37ea1c5bc4bfead6613d9.tar.gz
gitbook-fa00b52fb510340630a37ea1c5bc4bfead6613d9.tar.bz2
Fix #127: add configuration for changing links in sidebar
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9f2a00..8cd88e4 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,14 @@ Here are the options that can be stored in this file:
"plugins": [],
// Global configuration for plugins
- "pluginsConfig": {}
+ "pluginsConfig": {},
+
+ // Links in template (null: default, false: remove, string: new value)
+ "links": {
+ "about": null,
+ "issues": null,
+ "edit": null
+ }
}
```