diff options
author | Bo Marchman <bo.marchman@gmail.com> | 2014-07-02 23:32:44 -0400 |
---|---|---|
committer | Bo Marchman <bo.marchman@gmail.com> | 2014-07-02 23:40:57 -0400 |
commit | ddacbbe73bb3b8a3717c4ea589b5b19514104e8c (patch) | |
tree | ee3123ddef217ba0f1b64498833ffb2dee4df381 | |
parent | f7d52f0effa51a43af27b082defa6f0d952630f4 (diff) | |
download | gitbook-ddacbbe73bb3b8a3717c4ea589b5b19514104e8c.zip gitbook-ddacbbe73bb3b8a3717c4ea589b5b19514104e8c.tar.gz gitbook-ddacbbe73bb3b8a3717c4ea589b5b19514104e8c.tar.bz2 |
update readme with custom links
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -92,6 +92,11 @@ Here are the options that can be stored in this file: "issues": null, "contribute": null, + // Custom links at top of sidebar + "custom": { + "Custom link name": "https://customlink.com" + }, + // Sharing links "sharing": { "google": null, |