Mintlify auto-translation demo branch (Do not merge)#2179
Draft
mdlinville wants to merge 10 commits intomainfrom
Draft
Mintlify auto-translation demo branch (Do not merge)#2179mdlinville wants to merge 10 commits intomainfrom
mdlinville wants to merge 10 commits intomainfrom
Conversation
1. Korean TOC removed from docs.json
- Removed the entire language: ko block from navigation.languages (the object with all ko/... page entries).
- docs.json is valid and now has only en and ja under languages.
2. Manual Korean content removed
- Deleted the ko/ directory – all manual Korean translation files (hundreds of .mdx files under ko/) are removed.
- Deleted root ko.mdx – Korean docs landing page that linked to /ko/....
- Removed snippets/ko/ – snippet directory that mapped KB articles to /ko/ URLs.
3. Cross-locale link fix
- Updated ja/ko.mdx – the Japanese “W&B Documentation” page that linked to Korean (/ko/models/, etc.) now points to the Japanese equivalents (/ja/models/, etc.) so those links don’t 404.
Testing:
- mint broken-links is clean
- mint dev is clean
Contributor
📚 Mintlify Preview Links🔄 Renamed/Moved (114 total)📄 Pages (84)
⚙️ Other (30)
✨ Added (1 total)📄 Pages (1)
📝 Changed (236 total)📄 Pages (234)
⚙️ Other (2)
🗑️ Deleted (2035 total)View deleted files📄 Pages (2035)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
🔗 Link Checker ResultsChecked against: https://wb-21fd5541-auto-translation-demo.mintlify.app Summary
Errors per inputErrors in models/integrations/openai-fine-tuning.mdx
|
## Description Cleaning up W&B docs for greenfield installation of Locadex - Remove Japanese content and `docs.json` entries also - Move the English snippets up a level - Update English content to remove the language fragment from snippet paths
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.
We will raise and merge PRs to this branch to demo auto-translation into Korean.
Korean TOC removed from docs.json
Manual Korean content removed
Cross-locale link fix
Also remove Japanese content
Move English snippets up a level, fix snippet paths in English pages
Testing: