From ffd388d1f04bea71df39f91e0d0cb7be60f4116a Mon Sep 17 00:00:00 2001 From: tmm Date: Mon, 16 Feb 2026 15:29:39 -0500 Subject: [PATCH] feat: add edit link --- vocs.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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',