diff options
author | Nick Shine <shine.nick@gmail.com> | 2018-12-14 22:21:23 -0600 |
---|---|---|
committer | Alexander Shpak <alex-shpak@users.noreply.github.com> | 2018-12-20 21:07:15 +0100 |
commit | dc58f78cd1de9776e6eaf320b2fb6dbe8f429fcf (patch) | |
tree | d66b5a8984040a91dc679b42c860d9cc7017c5ce | |
parent | 60fd8cfd4bf2c44b77fba94a2eca0295d34c161a (diff) |
add extra clarification on BookEditPath in readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ params: # Enable "Edit this page" links for 'doc' page type. # Disabled by default. Uncomment to enable. Requires 'BookRepo' param. + # Path must point to 'content' directory of repo. BookEditPath: edit/master/exampleSite/content ``` |