Skip to content

v0.5.0

Choose a tag to compare

@PeteBishwhip PeteBishwhip released this 17 Jun 22:21
· 10 commits to main since this release
597ac11

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

Full Changelog: v0.4.0...v0.5.0