We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75221fc + 1484735 commit ece4b00Copy full SHA for ece4b00
main/.vitepress/config.mjs
@@ -400,10 +400,11 @@ export default defineConfig({
400
docsDir: 'main',
401
// if your docs are in a specific branch (defaults to 'master'):
402
docsBranch: 'main',
403
- // defaults to false, set to true to enable
404
- editLinks: true,
405
// custom text for edit link. Defaults to "Edit this page"
406
- editLinkText: 'Help us improve this page!',
+ editLink: {
+ pattern: 'https://github.com/Agoric/documentation/edit/main/main/:path',
+ text: 'Help us improve this page!',
407
+ },
408
409
zoeVersion: 'v0.24.0',
410
zoeDocsUpdated: 'August 25, 2022',
0 commit comments