docs: update editURL description (#154)

This commit is contained in:
rwxguo 2023-10-27 17:39:31 +08:00 committed by GitHub
parent ae01ac08b6
commit c6f432566d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}