Skip to content

Conversation

@Abhishek-singh88
Copy link

@Abhishek-singh88 Abhishek-singh88 commented Jan 20, 2026

Fixed FAQ 404 Issue

  • Renamed the FAQ page reference from faqs → faq in docs.json
  • This ensures the navigation path correctly matches faq.mdx, preventing 404 errors

Anchor Configuration Update

  • Updated the anchors config to use the correct schema:

  • Replaced invalid keys (anchor, href) with required fields:

    name
    url

  • This fixes Mintlify validation errors and ensures anchors render correctly in the navbar/footer

MDX Safety Fix (<&lt;)

  • Replaced raw < characters with HTML-escaped < inside MDX content
  • This prevents MDX/JSX parsing issues when using React components like and
  • Improves build stability without changing rendered output

--Verified that the Support page functions correctly in local Mintlify dev, but the production URL (https://docs.solixdb.xyz/support) continues to return a 404.

Screenshot from 2026-01-20 21-44-21 Screenshot from 2026-01-20 21-44-33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FAQ page returns 404 due to filename mismatch

1 participant