Skip to content

Commit 37eb26f

Browse files
authored
Specify correct repo and path for "Edit this page" link on docs
I noticed the "Edit this page" link was broken on the docs site and did a bit of investigation to figure out the fix. Assuming I'm correct and the docs site uses doks-child-theme, [this example `params.toml` file](https://github.com/h-enk/doks-child-theme/blob/master/config/_default/params.toml) suggests the use of the parameter I've added in this PR. Hope this is correct! Signed-off-by: g. nicholas d'andrea <gnidan@users.noreply.github.com>
1 parent e8a1233 commit 37eb26f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/config/_default/params.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ quality = 85
3636
footer = "Powered by <a href=\"https://gohugo.io/\">Hugo</a>"
3737

3838
# Edit Page
39-
docsRepo = "https://github.com/TrueBlocks/trueblocks-docs"
39+
docsRepo = "https://github.com/TrueBlocks/trueblocks-core"
40+
docsRepoSubPath = "docs"
4041
editPage = true
4142

4243
[options]

0 commit comments

Comments
 (0)