Migrate documentation to Mintlify - #4786
Open
trev-org wants to merge 2 commits into
Open
Conversation
Replaces the Jekyll-based site with a Mintlify docs setup: - docs.json navigation/config, index.mdx landing page, custom.css - Converts en/ and ja/ content to MDX - Adds assets, logo, and favicon Generated from the Mintlify preview at mintlify-onboarding/vespa-preview.
Bring the migration PR in line with mintlify-onboarding/vespa-preview@7de97353. Co-authored-by: Cursor <cursoragent@cursor.com>
trev-org
marked this pull request as ready for review
July 13, 2026 16:22
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.
Migrate documentation to Mintlify
This PR migrates the Vespa documentation site from the current Jekyll setup to Mintlify.
What changed
docs.json(navigation + site config),index.mdxlanding page, andcustom.css.en/andja/content from Jekyll HTML/Markdown to MDX.assets/,logo/, andfavicon.png._config.yml,_layouts,_includes,_plugins,Gemfile, feed/generation scripts, etc.) that Mintlify replaces.README.md.Preview
Live Mintlify preview: https://github.com/mintlify-onboarding/vespa-preview
Notes
Opened as a draft for review. This is a large diff by nature (full platform migration); happy to break it into smaller pieces or adjust scope based on maintainer preference.