Skip to content

Commit e4c067d

Browse files
authored
chore: enable edit links on pages for easy PRs from external editors (#300)
* chore: enable edit links on pages for easy PRs from external editors * chore: change repo to docsRepo to not add link to Github
1 parent d62758b commit e4c067d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

main/.vuepress/config.js

+7
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,13 @@ module.exports = {
224224
}
225225
],
226226
},
227+
docsRepo: 'Agoric/documentation',
228+
// if your docs are not at the root of the repo:
229+
docsDir: 'main',
230+
// defaults to false, set to true to enable
231+
editLinks: true,
232+
// custom text for edit link. Defaults to "Edit this page"
233+
editLinkText: 'Help us improve this page!',
227234

228235
zoeVersion: 'Alpha Release v0.8.1',
229236
zoeDocsUpdated: '2020-9-15'

0 commit comments

Comments
 (0)