v1.5.1
Fixed
- guides.xml theme syntax -
thememust be an attribute on<guides>, not a child element- ❌ Wrong:
<theme name="typo3docs" /> - ✅ Correct:
<guides theme="typo3docs">
- ❌ Wrong:
- schemaLocation URL - docs.typo3.org schema URL returns 404, use vendor path instead
- Added root attributes documentation (
theme,links-are-relative)