diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-01 18:53:49 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-01 18:53:49 +0200 |
commit | 6d276d1e7941552d405a22eb1b7c644eb63b07fe (patch) | |
tree | 83a456ecfd28d1f3e4744618c50791b02f8bddd9 /README.md | |
parent | 6a3a369b3ef57c4ef68d87a2fca14fac1017b996 (diff) | |
download | gitbook-6d276d1e7941552d405a22eb1b7c644eb63b07fe.zip gitbook-6d276d1e7941552d405a22eb1b7c644eb63b07fe.tar.gz gitbook-6d276d1e7941552d405a22eb1b7c644eb63b07fe.tar.bz2 |
Add option to remove home link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -63,9 +63,15 @@ Here are the options that can be stored in this file: // 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, "edit": null, + + // Sharing links "sharing": { "google": null, "facebook": null, |