From 75c416625503f07033b8fde539a63f780d58fdb2 Mon Sep 17 00:00:00 2001 From: jxom <7336481+jxom@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:07:17 +1000 Subject: [PATCH] Add API topnav link to /docs/api Amp-Thread-ID: https://ampcode.com/threads/T-019f1565-ded0-7169-a83e-1bd0ab2628c8 --- vocs.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vocs.config.ts b/vocs.config.ts index 9c0f06dd..a078d8fe 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -1104,6 +1104,10 @@ export default defineConfig({ text: 'Docs', link: '/docs', }, + { + text: 'API', + link: '/docs/api', + }, { text: 'Ecosystem', link: 'https://tempo.xyz/ecosystem' }, { text: 'Wallet', link: 'https://wallet.tempo.xyz' },