Uh oh!
There was an error while loading. Please reload this page.
docs: remove beta banner and legacy SDK tab - #78
Conversation
banner block from `docs.jsGreptile SummaryThis PR cleans up
Confidence Score: 5/5Safe to merge — the change removes two discrete, self-contained config blocks with no runtime logic. The only file touched is docs.json, and both deletions (the banner block and the SDK Legacy tab) are isolated config entries that have no downstream dependencies remaining in the repo after PR #92 cleaned up the orphaned page and inbound links. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[docs.json] --> B[navigation.tabs]
A --> C[banner - REMOVED]
B --> D[Use Cases tab]
B --> E[API tab]
B --> F[Resources tab]
B --> G[SDK tab]
B --> H[Release Notes tab]
B --> I[SDK Legacy tab - REMOVED]
style C fill:#ff6b6b,color:#fff,stroke:#cc0000
style I fill:#ff6b6b,color:#fff,stroke:#cc0000
Reviews (2): Last reviewed commit: "docs(nav): remove beta banner and hide S..." | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
0ef3c12 to
8f88beeCompareMerge activity
|
Clean up global docs navigation by removing the temporary beta status messaging and taking the SDK (Legacy) tab out of the top-level tabs for now. - removed `banner` block from `docs.json` to eliminate the “Beta Docs” notice - removed the entire `SDK (Legacy)` tab from `navigation.tabs` - kept underlying SDK files in the repository untouched (only navigation changed) - validated `docs.json` structure remains valid
6d58668 to
97a6b2cCompareUh oh!
There was an error while loading. Please reload this page.
TL;DR
Removed the beta warning banner and legacy SDK documentation section from the docs configuration.
What changed?
How to test?
Why make this change?
The documentation has likely moved out of beta status, making the warning banner obsolete. The legacy SDK documentation removal suggests a transition to newer SDK versions, streamlining the documentation structure by removing outdated content.