This repository was archived by the owner on May 29, 2026. It is now read-only.
docs(readme): document multi-language local preview#119
Merged
Conversation
The Docusaurus dev server only serves one language at a time, which makes the navbar language switcher look broken locally. Document the `npm run preview` / `npm run serve` path for testing both languages on one port. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Member
Code Review — PR #119: docs(readme): document multi-language local previewOverviewTiny README-uitbreiding (14 regels, geen deletions) onder de bestaande Languages-sectie. Documenteert dat Sterke punten
AandachtspuntenGeen blockers, één micro-suggestion
Echt een nit. Niet veranderen als de huidige tekst gelijk leest. VerdictApprove. Schone docs-PR die exact één specifiek pijnpunt voor contributors verhelpt. Geen risico, geen testbehoefte buiten wat het test plan al lijst. 🤖 Generated with Claude Code |
rjzondervan
approved these changes
May 28, 2026
remko48
approved these changes
May 28, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
docusaurus startonly serves one language at a time and that the navbar switcher's/nl/(or/from Dutch) will appear as a soft 404 — Docusaurus's internal "Page Not Found" rendered by the SPA router, not a real missing page.npm run preview(build + serve) for both languages on port 3000, andnpm run serveto reuse an existingbuild/.Test plan
README.mdand sanity-check the commands.npm run previewand confirm http://localhost:3000/ is English and http://localhost:3000/nl/ is Dutch.🤖 Generated with Claude Code