diff options
Diffstat (limited to 'lib/generate')
-rw-r--r-- | lib/generate/config.js | 10 |
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" }, |