Skip to content

Commit

Permalink
docs: update editURL description (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxguo authored Oct 27, 2023
1 parent ae01ac0 commit c6f4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/docs/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit c6f4325

Please sign in to comment.