docs(reference): reorganize Reference sidebar into logical categories - #206
Open
me-valenzuela wants to merge 4 commits into
Open
docs(reference): reorganize Reference sidebar into logical categories#206me-valenzuela wants to merge 4 commits into
me-valenzuela wants to merge 4 commits into
Conversation
Split the flat Reference menu into seven categories (Setup & Authentication, Hardware & Devices, Payments & Features, Transaction Recovery, Testing & Validation, Technical Reference, Troubleshooting). Sidebar-only change: no files moved, no doc URLs changed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The rest-api-no-reader.md doc was deleted in 2c7c0d9 but its sidebar entry stayed, breaking `docusaurus start` on docs-v2. Remove the orphaned reference so the site builds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Show the MOTO overview before the AVS-for-MOTO detail page, since AVS builds on the MOTO concept. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ference-sidebar # Conflicts: # sidebars.js
alexdll31
added a commit
that referenced
this pull request
Sep 9, 2026
Merges Mireya's PR #206. Groups the flat 27-item Reference list into seven categories: Setup & Authentication, Hardware & Devices, Payments & Features, Transaction Recovery, Testing & Validation, Technical Reference, and Troubleshooting. Navigation-only change — no URLs moved. Co-Authored-By: me-valenzuela <me-valenzuela@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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
Reorganize the flat Reference sidebar (27 pages in a single list) into seven logical categories so developers can find topics by intent instead of scrolling one long list. This is a navigation-only change — no docs were moved and no page URLs changed. It also removes a dead sidebar entry that was breaking the local dev server on
docs-v2.Related Jira: PRODUCT-203
Changes
back-office/rest-api-no-readerentry from the Acquirers sidebar. Its doc was deleted in2c7c0d9but the sidebar entry stayed, which madedocusaurus startfail ondocs-v2with "Invalid sidebar file".How to test
yarn installyarn startScreenshots
Checklist
Notes for reviewers
.md/.mdxfiles were moved and noslugvalues changed, so every page URL is unchanged and no redirects are needed.rest-api-no-readerremoval is a drive-by fix required for this branch to build; it also fixesdocs-v2itself. Happy to split it into its own PR if you prefer.