-
Notifications
You must be signed in to change notification settings - Fork 135
Add changes for new branding #2478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -26,12 +26,12 @@ export default async function createAsyncConfig() { | |||||
| }, | ||||||
| }, | ||||||
| title: 'Calico Documentation', | ||||||
| tagline: 'Active, zero-trust based security for containers and Kubernetes', | ||||||
| tagline: 'Unified network security and observability for Kubernetes', | ||||||
| url: 'https://docs.tigera.io', | ||||||
| baseUrl: '/', | ||||||
| onBrokenAnchors: 'ignore', | ||||||
| onBrokenLinks: 'throw', | ||||||
| favicon: 'img/favicon.png', | ||||||
| favicon: 'img/calico-logo-2026-badge.png', | ||||||
|
||||||
| favicon: 'img/calico-logo-2026-badge.png', | |
| favicon: 'img/Calico-logo-2026-badge.png', |
Copilot
AI
Jan 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file reference uses lowercase tigera-logo-2026.png but the actual filename added in this PR is capitalized. While this specific reference might work due to URL encoding or server configuration, it's best practice to match the exact case of the filename. The reference should be updated to match the actual filename case, or filenames should follow consistent lowercase naming conventions seen elsewhere in the repository.
| 'data-project-logo': '/img/tigera-logo-2026.png', | |
| 'data-project-logo': '/img/Tigera-logo-2026.png', |
Copilot
AI
Jan 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file reference uses lowercase calico-logo-2026-badge.png but the actual filename added in this PR is Calico-logo-2026-badge.png (with capital C). This case mismatch will cause the image to fail loading on case-sensitive file systems. The reference should match the exact case of the filename.
Copilot
AI
Jan 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file reference uses lowercase tigera-logo-2026-black-text.svg but the actual filename added in this PR is Tigera-logo-2026-black-text.svg (with capital T). This case mismatch will cause the logo to fail loading on case-sensitive file systems. The reference should match the exact case of the filename.
| src: 'img/tigera-logo-2026-black-text.svg', | |
| src: 'img/Tigera-logo-2026-black-text.svg', |
Copilot
AI
Jan 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file reference uses lowercase tigera-logo-2026-white-text.svg but the actual filename added in this PR is Tigera-logo-2026-white-text.svg (with capital T). This case mismatch will cause the dark mode logo to fail loading on case-sensitive file systems. The reference should match the exact case of the filename.
| srcDark: 'img/tigera-logo-2026-white-text.svg', | |
| srcDark: 'img/Tigera-logo-2026-white-text.svg', |
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -5,37 +5,24 @@ import { gridStyles } from './styles'; | |||||||||||
| export type CalicoProduct = { | ||||||||||||
| title: string, | ||||||||||||
| description: string, | ||||||||||||
|
||||||||||||
| description: string, | |
| description: string, | |
| imageSrc?: string, | |
| alt?: string, | |
| imageSize?: string, |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,15 +44,13 @@ export default { | |
| title: 'Calico Open Source', | ||
| costSupport: ['Free, self-managed'], | ||
| target: 'Users', | ||
| image: 'img/calico-logo-badge.svg', | ||
| alt: 'Calico Open Source logo', | ||
|
Comment on lines
44
to
47
|
||
|
|
||
| bestFit: [' - Who want best-in-class networking and network policy capabilities.'], | ||
| }, | ||
| { | ||
| title: 'Calico Enterprise', | ||
| costSupport: ['Paid, self-managed'], | ||
| image: '/img/calico-enterprise-logo-badge.svg', | ||
| alt: 'Calico Enterprise logo', | ||
|
Comment on lines
51
to
54
|
||
|
|
||
| target: 'Enterprise teams', | ||
|
|
@@ -67,7 +65,6 @@ export default { | |
| { | ||
| title: 'Calico Cloud', | ||
| costSupport: ['Pay-as-you-go, SaaS'], | ||
| image: '/img/calico-cloud-logo-badge.svg', | ||
| alt: 'Calico Cloud logo', | ||
|
Comment on lines
65
to
68
|
||
|
|
||
| target: 'Small teams', | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,19 +5,19 @@ export default { | |
| { | ||
| title: 'Calico Open Source', | ||
| link: '/calico/latest/about/', | ||
| image: 'img/calico-logo-badge.svg', | ||
| image: 'img/Calico-logo-2026-badge.svg', | ||
|
||
| alt: 'Calico logo', | ||
| }, | ||
| { | ||
| title: 'Calico Enterprise', | ||
| link: '/calico-enterprise/latest/about/', | ||
| image: '/img/calico-enterprise-logo-badge.svg', | ||
| image: '/img/Calico-logo-2026-badge.svg', | ||
|
||
| alt: 'Calico Enterprise logo', | ||
| }, | ||
| { | ||
| title: 'Calico Cloud', | ||
| link: 'calico-cloud/about', | ||
| image: '/img/calico-cloud-logo-badge.svg', | ||
| image: '/img/Calico-logo-2026-badge.svg', | ||
| alt: 'Calico Cloud logo', | ||
| }, | ||
| ], | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This skipList entry uses lowercase
calico-logo-2026-badge.pngbut the actual filename added in this PR isCalico-logo-2026-badge.png(with capital C). If this URL is meant to skip link checking for the new favicon, the case should match the actual filename. Otherwise, the link checker may not properly skip this URL.