We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88999f9 commit 1484735Copy full SHA for 1484735
main/.vitepress/config.mjs
@@ -473,10 +473,11 @@ export default defineConfig({
473
docsDir: 'main',
474
// if your docs are in a specific branch (defaults to 'master'):
475
docsBranch: 'main',
476
- // defaults to false, set to true to enable
477
- editLinks: true,
478
// custom text for edit link. Defaults to "Edit this page"
479
- editLinkText: 'Help us improve this page!',
+ editLink: {
+ pattern: 'https://github.com/Agoric/documentation/edit/main/main/:path',
+ text: 'Help us improve this page!',
480
+ },
481
482
zoeVersion: 'v0.24.0',
483
zoeDocsUpdated: 'August 25, 2022',
0 commit comments