-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The footer contains an "API Reference" link pointing to https://docs.sip-protocol.org/api, but this page does not exist in docs-sip.
Current behavior:
- URL shows
/api - Page displays homepage content (silent fallback, no 404)
Expected behavior:
- Either show actual API reference documentation
- Or link to a valid existing page
Location
src/components/layout/footer.tsx:29
{ href: 'https://docs.sip-protocol.org/api', label: 'API Reference', external: true },Options
Option A: Create API Reference page in docs-sip
Create /api or /reference page with SDK API documentation (methods, types, examples).
Option B: Update link to existing page
Point to an existing relevant page like:
/guides/api-migration/getting-started
Option C: Remove link temporarily
Remove until API reference docs are ready.
Related
- docs-sip repo needs corresponding page if Option A is chosen
- Should also check if other links in footer/site point to missing pages
Acceptance Criteria
- Clicking "API Reference" leads to valid, relevant content
- No silent fallback to homepage
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working