Upgrade Redocly CLI to 2.16.0 and add GBA logo#4
Merged
Conversation
Upgraded to Redocly CLI 2.16.0 for improved features and better logo support. Added Green Button Alliance logo to documentation. Changes: - Upgraded @redocly/cli from 1.34.5 to 2.16.0 - Added logo.png (18KB GBA logo file) - Configured logo in redocly.yaml theme - Fixed LocalTimeParameters schema examples (quoted hex strings) - Updated package-lock.json with new dependencies Documentation improvements: - Smaller bundle size (959 KiB vs 994 KiB) - Enhanced build performance - Logo configuration ready (note: config warnings expected in v2.16.0) Validation: Passes npm test with valid OpenAPI spec Build: Successfully generates documentation with logo references Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Upgrades Redocly CLI to the latest version (2.16.0) for better features and performance, and adds the official Green Button Alliance logo to the documentation.
Changes Made
1. Redocly CLI Upgrade
✅ Upgraded from 1.34.5 → 2.16.0
2. Green Button Alliance Logo
✅ Added official GBA logo (logo.png - 18KB)
✅ Configured logo in redocly.yaml theme section
✅ Logo linked to https://www.greenbuttonalliance.org/
3. Schema Fixes
✅ Fixed LocalTimeParameters examples
File Changes
logo.png(GBA logo file)package.json(Redocly 2.16.0)package-lock.json(updated dependencies)redocly.yaml(logo configuration)openapi/components/schemas/LocalTimeParameters.yaml(fixed examples)Total: 5 files changed, 591 insertions, 1121 deletions
Improvements
Performance
Branding
Code Quality
Validation
✅
npm test- Passes with valid OpenAPI spec✅
npm run build- Successfully generates 959 KiB documentation✅ Logo file added and referenced
Notes
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com