Skip to content

Commit 97653d0

Browse files
2026 Updates (#189)
* v1.22.22 Signed-off-by: Dan Garfield <dan.garfield@octopus.com> * Swap Octopus deploy, fix css bug, update event link Signed-off-by: Dan Garfield <dan.garfield@octopus.com> * include maintainer's update Signed-off-by: Dan Garfield <dan.garfield@octopus.com> * Revert "v1.22.22" This reverts commit 8406b54. Signed-off-by: Dan Garfield <dan.garfield@octopus.com> * Update octopus logo and tweak max height Signed-off-by: Dan Garfield <dan.garfield@octopus.com> --------- Signed-off-by: Dan Garfield <dan.garfield@octopus.com>
1 parent 785bffa commit 97653d0

File tree

5 files changed

+29
-3
lines changed

5 files changed

+29
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Octopus Deploy
3+
site: https://octopus.com
4+
logo: octopusdeploy.svg
5+
---
Lines changed: 17 additions & 0 deletions
Loading

src/components/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const Header = ({ color }) => {
2626
<React.Fragment>
2727

2828
<div className="announcement-banner bg-[#302871] py-3">
29-
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/register/?utm_source=argoproj&utm_medium=homepage&utm_campaign=10608228-KubeCon-NA-2025&utm_content=hero">
30-
Join us at ArgoCon NA 2025, colocated with KubeCon/CloudNativeCon 2025 · Nov 10-13 · Register Today!
29+
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/?utm_source=argoproj&utm_medium=homepage&utm_campaign=10608228-KubeCon-NA-2025&utm_content=hero">
30+
Join us at ArgoCon Amsterdam 2026, colocated with KubeCon EU 2026 · March 23-26 · Register Today!
3131
<svg class="HoverArrow" width="10" height="10" viewBox="0 0 10 10" aria-hidden="true">
3232
<g fill-rule="evenodd">
3333
<path class="HoverArrow__linePath" d="M0 5h7"></path>

src/components/maintainers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Maintainers = () => {
1010
filter: {
1111
internal: {
1212
contentFilePath: {
13-
regex: "/(members/codefresh|intuit|blackrock|redhat|akuity|pipekit)/"
13+
regex: "/(members/octopusdeploy|intuit|blackrock|redhat|akuity|pipekit)/"
1414
}
1515
}
1616
}

src/styles/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
.announcement-banner svg {
2626
fill: #ffffff;
2727
}
28+
29+
.items-center img {
30+
max-height: 90%;
31+
}

0 commit comments

Comments
 (0)