v0.5.0
LaraDocs v0.5.0 π
We're halfway to v1.0! This release brings two new quality-assurance commands, multi-version documentation, and full internationalisation support with a language switcher.
β¨ Highlights
π Internationalisation
LaraDocs now speaks more than one language. This release adds per-language pages and a language switcher (#18), so your docs can serve a global audience out of the box. Translations are managed through Crowdin, with several rounds of updates landing in this cycle.
π Multi-version documentation
You can now publish and maintain docs across multiple versions of your project, letting readers browse the docs that match the release they're actually running.
π New docs:check command
A validation command that catches broken links, detects orphaned pages, and flags redirect cycles before they reach your readers.
π New docs:lint command
Validates front-matter across your documentation so misconfigured or incomplete page metadata gets caught early.
What's Changed
- Add docs:check command for link validation, orphan detection, and redirect cycle detection by @PeteBishwhip in #88
- Add docs:lint command for front-matter validation by @PeteBishwhip in #89
- Add multi-version documentation support by @PeteBishwhip in #90
- New Crowdin updates by @PeteBishwhip in #93
- i18n: per-language pages and language switcher (#18) by @PeteBishwhip in #94
- New Crowdin updates by @PeteBishwhip in #96
- New Crowdin updates by @PeteBishwhip in #97
Full Changelog: v0.4.0...v0.5.0