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
+1
View File
@@ -11,6 +11,7 @@ const links = [
{ to: '/join', label: 'FIGHT!' },
{ to: '/arena', label: 'WATCH' },
{ to: '/leaderboard', label: 'RANKINGS' },
{ to: '/docs', label: 'DOCS' },
]
</script>