summaryrefslogtreecommitdiffstats
path: root/lib/generate
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-08-09 14:49:36 -0700
committerSamy Pessé <samypesse@gmail.com>2014-08-11 07:36:49 -0700
commit7e785465161ff3ca43c4e37c9caf1d94d5078bd2 (patch)
treee4f4f706fb35ae31bae455443c6d5867a20a9fb0 /lib/generate
parentd07b9450b12634ad61c57264b277fadf47290ac7 (diff)
downloadgitbook-7e785465161ff3ca43c4e37c9caf1d94d5078bd2.zip
gitbook-7e785465161ff3ca43c4e37c9caf1d94d5078bd2.tar.gz
gitbook-7e785465161ff3ca43c4e37c9caf1d94d5078bd2.tar.bz2
Change links system for sidebar
Diffstat (limited to 'lib/generate')
-rw-r--r--lib/generate/config.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/generate/config.js b/lib/generate/config.js
index 13a95af..a250a3c 100644
--- a/lib/generate/config.js
+++ b/lib/generate/config.js
@@ -42,16 +42,8 @@ var CONFIG = {
// Links in template (null: default, false: remove, string: new value)
"links": {
- // Link to home in the top-left corner
- "home": null,
-
- // Links in top of sidebar
- "about": null,
- "issues": null,
- "contribute": null,
-
// Custom links at top of sidebar
- "custom": {
+ "sidebar": {
//"Custom link name": "https://customlink.com"
},