diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-30 16:46:24 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-30 16:46:24 +0200 |
commit | fa00b52fb510340630a37ea1c5bc4bfead6613d9 (patch) | |
tree | 1eab3d5bb98aeaab18f383980416078e9674b79e /README.md | |
parent | 2999d90907c5850baa9deee365aba59022c36029 (diff) | |
download | gitbook-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.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 + } } ``` |