Skip to content

Commit ece4b00

Browse files
authored
Merge pull request #1009 from Agoric/1003-edit-this-page
fix: edit this page links are missing
2 parents 75221fc + 1484735 commit ece4b00

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

main/.vitepress/config.mjs

+4-3
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,11 @@ export default defineConfig({
400400
docsDir: 'main',
401401
// if your docs are in a specific branch (defaults to 'master'):
402402
docsBranch: 'main',
403-
// defaults to false, set to true to enable
404-
editLinks: true,
405403
// custom text for edit link. Defaults to "Edit this page"
406-
editLinkText: 'Help us improve this page!',
404+
editLink: {
405+
pattern: 'https://github.com/Agoric/documentation/edit/main/main/:path',
406+
text: 'Help us improve this page!',
407+
},
407408

408409
zoeVersion: 'v0.24.0',
409410
zoeDocsUpdated: 'August 25, 2022',

0 commit comments

Comments
 (0)