diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-05-11 11:17:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 11:17:31 +0200 |
commit | d5f55b4003f5d16c5460eb72b64f2c0a46e48c07 (patch) | |
tree | c09c5a4135d3551fc12e1c10dd0f6734f2afbd09 | |
parent | 31e642141f0cc409e4143bfdc03b21bfbdcb2147 (diff) |
#220, Update 'BookEditPath' docs
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -162,8 +162,8 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] # 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' + # Path must point to the site directory. + BookEditPath = 'edit/master/exampleSite' # (Optional, default January 2, 2006) Configure the date format used on the pages # - In git information |