summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-05-01 18:37:27 +0200
committerSamy Pessé <samypesse@gmail.com>2014-05-01 18:37:30 +0200
commit6a3a369b3ef57c4ef68d87a2fca14fac1017b996 (patch)
tree49231c0f68b2558afe3bd00c067aa6fb0dbd083c /README.md
parent5d8afa21358f1204f36d46fee93bb314ef4d21ca (diff)
downloadgitbook-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.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 55edcc9..255f699 100644
--- a/README.md
+++ b/README.md
@@ -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
+ }
}
}
```