Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://agreeable-island-0c966e810-290.centralus.6.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://agreeable-island-0c966e810-290.centralus.6.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://agreeable-island-0c966e810-290.centralus.6.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://agreeable-island-0c966e810-290.centralus.6.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
This pull request adds PDF support and improves internationalization for guide list components. The changes include template logic enhancements for handling versioned content, comprehensive badge translations across 12 languages, new CSS styles for contributor displays, and updates to dependencies.
Changes:
- Enhanced template logic for version-aware content display and fallback handling
- Added comprehensive i18n translations for badge labels across 12 languages
- Added new CSS styles for contributor/author display components
- Added PDF file for "Scrum on One Page" guide (English, version 2026.1)
- Updated HugoGuides module dependency from v0.7.9 to v0.8.0
Reviewed changes
Copilot reviewed 16 out of 31 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
site/layouts/_partials/components/core-guide-list.html |
Enhanced version handling logic with content availability checks and newer version detection |
site/layouts/_partials/components/extensions-guide-list.html |
Replaced hardcoded English strings with i18n function calls for badges |
site/i18n/*.yaml (12 files) |
Added badge translation strings for English-only content, version counts, and build environment notifications |
site/assets/css/style.css |
Added CSS rules for contributor/author display with avatar overlap and RTL support |
site/content/scrum-on-one-page/2026.1/pdf/scrum-on-one-page.2026.1.en.pdf |
Added PDF file (binary, 526 lines) |
site/content/scrum-guide-expanded/2025.6/index.es.md |
Removed custom slug configuration |
site/go.mod & site/go.sum |
Updated HugoGuides module dependency to v0.8.0 |
This change is