feat: API docs page — tabbed webhook spec, scoring, challenges, tips

Fetches from /api/docs/webhook and renders as a styled tabbed page.
Added /docs route and DOCS nav link.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-08 00:26:12 +00:00
co-authored by Claude Opus 4.6
parent 3b8208be08
commit 530f46f9cf
4 changed files with 269 additions and 1 deletions
+5
View File
@@ -51,6 +51,11 @@ const routes = [
name: 'sprites',
component: () => import('./pages/SpritePreviewPage.vue'),
},
{
path: '/docs',
name: 'docs',
component: () => import('./pages/DocsPage.vue'),
},
]
export const router = createRouter({