diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-07-11 17:15:37 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-07-11 17:15:37 -0700 |
commit | c7c98009e70865dddaeb548097248e14c275a98c (patch) | |
tree | 36dcf0159225be99508841756f67d168b9cb8f58 /README.md | |
parent | 356322e0ed8cfb1fc1547ee27d7143d5b2e22c22 (diff) | |
parent | ddacbbe73bb3b8a3717c4ea589b5b19514104e8c (diff) | |
download | gitbook-c7c98009e70865dddaeb548097248e14c275a98c.zip gitbook-c7c98009e70865dddaeb548097248e14c275a98c.tar.gz gitbook-c7c98009e70865dddaeb548097248e14c275a98c.tar.bz2 |
Merge pull request #347 from rlmv/custom_links
Add custom links to TOC
Diffstat (limited to 'README.md')
-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, |