Migrate from mint.json to docs.json and upgrade mintlify to latest#33
Closed
anurlybayev wants to merge 4 commits intomainfrom
Closed
Migrate from mint.json to docs.json and upgrade mintlify to latest#33anurlybayev wants to merge 4 commits intomainfrom
anurlybayev wants to merge 4 commits intomainfrom
Conversation
Codex output I switched the site chrome in mint.json to NVIDIA-oriented branding, replaced the old CentML social links with NVIDIA channels, changed the topbar away from CentML contact points, and added simple local NVIDIA CCluster wordmark assets at images/nvidia_ccluster_light.svg and images/nvidia_ccluster_dark.svg. I also removed the pricing and self-service account-creation pages from the published docs by deleting resources/pricing.mdx and resources/account_creation.mdx, and cleaned up all nav/cards that pointed to them. The public-facing docs now avoid the old CentML signup and support-email flow. In particular, home/quickstart.mdx and resources/requesting_support.mdx now say access is provisioned through NVIDIA / your organization instead of telling users to register themselves, and they no longer point people at support@centml.ai or sales@centml.ai. I also updated several supporting pages and “What’s Next” cards to remove pricing references and rename “Agents on CentML” to “Agents on NVIDIA CCluster.” I intentionally left some centml strings in place where they look like real technical identifiers rather than branding, for example: package/import names like centml existing GitHub repo URLs under github.com/CentML/... example hostnames / API identifiers that may still be live infrastructure That keeps us from breaking copy-pasteable commands while still removing the outdated public branding and signup story. Validation-wise, mint.json parses and git diff --check is clean. I did not run a full Mintlify preview, so I haven’t visually verified the rendered site yet.
- Replace mint.json with docs.json (new Mintlify v4 config format)
- Upgrade mintlify CLI from pinned 4.2.28 to latest in Dockerfile
- Key field mappings: topbarLinks→navbar.links, topbarCtaButton→navbar.primary,
footerSocials→footer.socials (twitter key renamed to x)
- background colors moved to top-level background.color.{light,dark}
- navigation converted from array to object with groups
- Empty group "" replaced with single-space group for intro/quickstart pages
- Remove deprecated layout and theme fields (prism→mint, solidSidenav removed)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
f4188c4 to
2d3bf38
Compare
Contributor
Author
|
Closing in favor of #35 |
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.
Fixes #29 workaround.
Should be rebased after #32 is merged. Layout and colors closely match original.
CHANGELOG