From c6f432566d2e0a1e8557fa53688a16b4251b2314 Mon Sep 17 00:00:00 2001 From: rwxguo <10892928+rwxguo@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:39:31 +0800 Subject: [PATCH] docs: update editURL description (#154) --- exampleSite/content/docs/guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/guide/configuration.md b/exampleSite/content/docs/guide/configuration.md index 6ff24f0e..8927aa03 100644 --- a/exampleSite/content/docs/guide/configuration.md +++ b/exampleSite/content/docs/guide/configuration.md @@ -132,7 +132,7 @@ params: base: "https://github.com/your-username/your-repo/edit/main" ``` -The edit links will be automatically generated for each page. +The edit links will be automatically generated for each page based on the provided url as root directory. If you want to set edit link for a specific page, you can set the `params.editURL` parameter in the front matter of the page: ```yaml {filename="content/docs/guide/configuration.md"}