From b88d5f6b12fa9ac179ed8f54c00acbd747a6546f Mon Sep 17 00:00:00 2001 From: tyler71 <4926565+tyler71@users.noreply.github.com> Date: Thu, 16 Apr 2020 08:40:17 -0700 Subject: Edit this page content dir lang independent (#202) #200 --- exampleSite/config.toml | 4 ++-- exampleSite/config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a44dc39..93325cf 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -73,8 +73,8 @@ enableGitInfo = true # 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' + # Edit path must point to root directory of repo. + BookEditPath = 'edit/master/exampleSite' # Configure the date format used on the pages # - In git information diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index d7038ba..bf05b2a 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -69,8 +69,8 @@ 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 + # Edit path must point to root directory of repo. + BookEditPath: edit/master/exampleSite # Configure the date format used on the pages # - In git information -- cgit v1.2.3