diff --git a/vocs.config.ts b/vocs.config.ts index 508b5c9..14eabbd 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -15,7 +15,10 @@ export default defineConfig({ changelog: Changelog.github({ prereleases: true, repo: 'tempoxyz/tempo' }), // TODO: Set back to true once tempoxyz/tempo#tip-1011 dead link is fixed checkDeadlinks: 'warn', - + editLink: { + link: 'https://github.com/tempoxyz/docs/edit/main/src/pages/:path', + text: 'Suggest changes to this page', + }, title: 'Tempo', titleTemplate: '%s ⋅ Tempo', description: 'Documentation for the Tempo network and protocol specifications',