Draft improvements from assistant conversations: sidebar/font CSS and OpenAPI URL note#6500
Open
mintlify[bot] wants to merge 1 commit into
Open
Draft improvements from assistant conversations: sidebar/font CSS and OpenAPI URL note#6500mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Fill small documentation gaps that surfaced repeatedly in assistant conversations, so readers can resolve common styling and OpenAPI questions without needing the assistant.
Changes
customize/custom-scripts.mdxwith worked CSS examples for sidebar width, sidebar font size, body font size, and hiding the topbar CTA button. Explicitly notes thatdocs.jsondoes not expose these as settings.api-playground/openapi-setup.mdxthat a hosted OpenAPI URL must be publicly reachable at build time (nolocalhostor private hosts).Context
Recurring assistant questions during the review window asked how to change sidebar width, reduce font size, hide the sign-in button, and whether a locally-served OpenAPI spec URL would work. The underlying selectors and URL-based
openapiconfig were already documented, but users were not finding actionable answers on the existing pages.Note
Low Risk
Documentation-only edits with no product or runtime behavior changes.
Overview
Adds a Common customizations section to
customize/custom-scripts.mdxwith copy-paste CSS for sidebar width, sidebar and body font sizes, and hiding#topbar-cta-button, plus a note that these layout details are not available indocs.jsonappearance settings.In
api-playground/openapi-setup.mdx, extends theopenapiURL guidance to state that hosted specs must be publicly reachable at build time (notlocalhostor private hosts).Reviewed by Cursor Bugbot for commit fe410bd. Bugbot is set up for automated code reviews on this repo. Configure here.