Skip to content
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
5 changes: 4 additions & 1 deletion vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down