Skip to content

Commit

Permalink
fix(docs): add editURL.enable = true (imfing#245)
Browse files Browse the repository at this point in the history
The MR documents the requirement to enable editURL setting.


[A  prior commit](imfing@04a5c73#diff-5311bf4e1519696010f8298385d9de30210dfcd9dee8785f6deba3a084b62eecL26) the behavior changed from a default of "disable = false" to a default of "enabled = false".
  • Loading branch information
ytjohn authored Jan 8, 2024
1 parent 1f9e7c8 commit fd9a87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exampleSite/content/docs/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ To configure the page edit link, we can set the `params.editURL.base` parameter
```yaml {filename="hugo.yaml"}
params:
editURL:
enable: true
base: "https://github.com/your-username/your-repo/edit/main"
```

Expand Down

0 comments on commit fd9a87a

Please sign in to comment.