Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"thumbnails": {
"appearance": "dark"
},
"banner": {
"content": "⚠️ **Beta Docs** – Welcome page, Payment Demo, Webhooks, and NEAR docs are ready. Use Cases, API, Resources, SDK, and Release Notes are still being revised. [View stable docs →](https://docs.request.network)",
"dismissible": false
},
"navigation": {
"tabs": [
{
Expand Down Expand Up @@ -166,17 +162,6 @@
]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orphaned page with live internal links

The sdk-legacy/overview.mdx file is still present in the repository, and three other documentation files contain internal links pointing to /sdk-legacy/overview:

  • glossary.mdx (3 links) – references to "SDK (Legacy)" for payment reference, swap-to-pay, and swap-to-conversion definitions
  • use-cases/welcome.mdx – a card href pointing to /sdk-legacy/overview
  • resources/lifecycle-of-a-request.mdx – a prose link to "SDK (Legacy)"

In Mintlify, pages that are not referenced in the docs.json navigation are typically not built or served. This means removing the tab without also removing these inbound links is likely to produce broken links (404s) for readers who click them.

To fix this, either:

  1. Remove or update the five inbound links in glossary.mdx, use-cases/welcome.mdx, and resources/lifecycle-of-a-request.mdx to point elsewhere (e.g., the legacy docs site https://docs.request.network), and delete sdk-legacy/overview.mdx.
  2. Or, if the page should remain accessible, keep it in the navigation (perhaps under the Resources tab) rather than removing the tab entry entirely.

}
]
},
{
"tab": "SDK (Legacy)",
"groups": [
{
"group": "🔧 SDK Documentation",
"pages": [
"sdk-legacy/overview"
]
}
]
}
]
},
Expand Down