Consolidate nav: merge Risk into Trading, combine REST/WS into single API tab#1308
Open
fern-api[bot] wants to merge 3 commits into
Open
Consolidate nav: merge Risk into Trading, combine REST/WS into single API tab#1308fern-api[bot] wants to merge 3 commits into
fern-api[bot] wants to merge 3 commits into
Conversation
… API tab - Remove standalone 'Risk & Liquidations' tab; add as section under Trading - Remove separate 'REST API' and 'WebSocket API' tabs; create unified 'API' tab - Update all internal links from /risk/ to /trading/risk/ - Update all internal links from /ws/ to /api/ws/ - Add redirects for old /risk/ and /ws/ URLs - Update existing redirect destinations accordingly Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
|
Requested by: Nic |
|
🚀 Preview prod docs: https://paradex-preview-f41c7808-99a5-45d0-a410-5f6c596538e5.docs.buildwithfern.com |
Co-Authored-By: bot_apk <apk@cognition.ai>
|
🚀 Preview prod docs: https://paradex-preview-6221cac4-81fc-4a3d-b595-22b8fef12d7d.docs.buildwithfern.com |
…ng failure) Co-Authored-By: bot_apk <apk@cognition.ai>
|
🚀 Preview prod docs: https://paradex-preview-fa0300ff-5154-4407-9a36-449de830eb82.docs.buildwithfern.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reduces nav bar clutter by consolidating tabs from 12 → 10:
Risk & Liquidations → Trading: Removed standalone
risktab; all risk pages now live under a "Risk & Liquidations" section within the Trading tab (/trading/risk/...).REST API + WebSocket API → API: Merged the separate
REST APIandWebSocket APItabs into a singleAPItab. REST content stays at top level; WebSocket content lives under a "WebSocket" section (/api/ws/...).All internal links (
hrefand markdown) acrossfern/pages/andfern/snippets/updated to new paths. Redirects added for old/risk/...→/trading/risk/...and/ws/...→/api/ws/...to avoid broken bookmarks.Requested by: Fern Support