We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52edc6 commit 9865f62Copy full SHA for 9865f62
main/.vitepress/config.mjs
@@ -475,7 +475,10 @@ export default defineConfig({
475
// defaults to false, set to true to enable
476
editLinks: true,
477
// custom text for edit link. Defaults to "Edit this page"
478
- editLinkText: 'Help us improve this page!',
+ editLink: {
479
+ pattern: 'https://github.com/Agoric/documentation/edit/main/main/:path',
480
+ text: 'Help us improve this page!',
481
+ },
482
483
zoeVersion: 'v0.24.0',
484
zoeDocsUpdated: 'August 25, 2022',
0 commit comments