diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-05-07 23:08:53 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-05-07 23:08:53 -0700 |
commit | 82afc34755d96365c7f00c40c036ec08f093721b (patch) | |
tree | fca98e8029d54b3904dc4026fe84bd9e2bdb338b | |
parent | fc8685a7c19f58dd5725d20cde03308381b2341d (diff) | |
parent | da39631a5a5bb11fda0646af6cad997740942687 (diff) | |
download | gitbook-82afc34755d96365c7f00c40c036ec08f093721b.zip gitbook-82afc34755d96365c7f00c40c036ec08f093721b.tar.gz gitbook-82afc34755d96365c7f00c40c036ec08f093721b.tar.bz2 |
Merge pull request #219 from BjoernSchotte/feature/doc-theme
added documentation for theme option
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -61,6 +61,11 @@ Here are the options that can be stored in this file: // Global configuration for plugins "pluginsConfig": {}, + // set another theme with your own layout + // it's recommended to use plugins or add more options for default theme, though + // see https://github.com/GitbookIO/gitbook/issues/209 + // "theme": "./localtheme", + // Links in template (null: default, false: remove, string: new value) "links": { // Link to home in the top-left corner |