Apply ShipStation brand guidelines to connect documentation site#178
Open
TymoteuszDuzynski wants to merge 1 commit into
Open
Apply ShipStation brand guidelines to connect documentation site#178TymoteuszDuzynski wants to merge 1 commit into
TymoteuszDuzynski wants to merge 1 commit into
Conversation
- Updated theme colors to ShipStation brand palette (Deep Indigo #11003A, Bright Green #00E664, Mid Green #00B750) - Changed typography to Figtree font family (loaded via Google Fonts) - Updated navbar to light grey background (#F7F8FA) with proper contrast - Replaced logo with official ShipStation Connect logo (transparent PNG) - Updated site title from "ShipEngine Connect" to "ShipStation Connect" - Improved link contrast using darker green (#00B750) for better readability - Styled code blocks with Deep Indigo background and Bright Green text - Added proper contrast for links and code in callout/warning boxes - Adjusted hero section sizing (72px title, 36px subtitle, larger button) - Implemented active page highlighting with light green background (#E5FCEF) - Updated copyright to "© ShipStation. All rights reserved." All colors and fonts validated against ShipStation brand guidelines at https://brand.auctane.com/81a6d9830/p/6586db-brand-guidelines 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
This PR applies ShipStation brand guidelines to the connect documentation site, replacing ShipEngine branding with ShipStation branding while maintaining full brand compliance.
Changes Made
🎨 Theme & Colors
#11003A#00E664, Mid Green#00B750#F7F8FA, Light Green#E5FCEF#00B750) for better readability🔤 Typography
siteConfig.yamltheme.tsandmain.css🖼️ Logo & Branding
📐 Layout & Styling
#E5FCEF)✅ Brand Compliance
All colors and fonts have been validated against ShipStation brand guidelines at:
https://brand.auctane.com/81a6d9830/p/6586db-brand-guidelines
Files Changed
main.css- Added 500+ lines of brand-compliant stylestheme.ts- Updated color palette and typographysiteConfig.yaml- Updated logo, title, copyright, and font loadingindex.mdx- Updated hero section textimages/shipstation-connect-logo.png- New transparent logo (5.1KB)Testing
Screenshots
Hero section and navbar with ShipStation branding applied.
Notes
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com