You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR removes a filter that was excluding the Rivet Compute deploy option (name: "rivet") from the sidebar navigation on the Connect/Platforms section of the docs site. The change is minimal (1 line) and allows /docs/connect/rivet-compute to appear in the sidebar alongside other deployment platform options.
Code Quality
The change itself is correct and clean. The target page (website/src/content/docs/connect/rivet-compute.mdx) exists, and the deployOptions entry in frontend/packages/shared-data/src/deploy.ts is fully populated with displayName, href, icon, and badge.
Observations
Why was it filtered in the first place? There's no comment or commit note explaining why rivet was excluded. If it was a temporary hold (page not ready, not publicly available yet), this PR should confirm that the content is now production-ready. If there's no reason for the original exclusion, the history is just noise — not a blocker, but worth noting.
PR description is unfilled. The PR body is the default template with no checkboxes ticked and no description. For a single-line docs/sitemap change this is low risk, but it's worth filling out per the project's contribution checklist.
Potential Issues
None. The page exists, the data is defined correctly, and the change is a pure removal of an exclusion filter with no side effects.
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
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.
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: