summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-05-01 18:53:49 +0200
committerSamy Pessé <samypesse@gmail.com>2014-05-01 18:53:49 +0200
commit6d276d1e7941552d405a22eb1b7c644eb63b07fe (patch)
tree83a456ecfd28d1f3e4744618c50791b02f8bddd9 /README.md
parent6a3a369b3ef57c4ef68d87a2fca14fac1017b996 (diff)
downloadgitbook-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.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 255f699..fb3b388 100644
--- a/README.md
+++ b/README.md
@@ -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,