Skip to content

Footer 'API Reference' link points to non-existent page #14

@rz1989s

Description

@rz1989s

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions