Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: edit this page links are missing #1009

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions main/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,11 @@ export default defineConfig({
docsDir: 'main',
// if your docs are in a specific branch (defaults to 'master'):
docsBranch: 'main',
// defaults to false, set to true to enable
editLinks: true,
// custom text for edit link. Defaults to "Edit this page"
editLinkText: 'Help us improve this page!',
editLink: {
pattern: 'https://github.com/Agoric/documentation/edit/main/main/:path',
text: 'Help us improve this page!',
},

zoeVersion: 'v0.24.0',
zoeDocsUpdated: 'August 25, 2022',
Expand Down
Loading