diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-01 18:37:27 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-01 18:37:30 +0200 |
commit | 6a3a369b3ef57c4ef68d87a2fca14fac1017b996 (patch) | |
tree | 49231c0f68b2558afe3bd00c067aa6fb0dbd083c /README.md | |
parent | 5d8afa21358f1204f36d46fee93bb314ef4d21ca (diff) | |
download | gitbook-6a3a369b3ef57c4ef68d87a2fca14fac1017b996.zip gitbook-6a3a369b3ef57c4ef68d87a2fca14fac1017b996.tar.gz gitbook-6a3a369b3ef57c4ef68d87a2fca14fac1017b996.tar.bz2 |
Add options to remove sharing links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -65,7 +65,12 @@ Here are the options that can be stored in this file: "links": { "about": null, "issues": null, - "edit": null + "edit": null, + "sharing": { + "google": null, + "facebook": null, + "twitter": null + } } } ``` |