Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/data/externalArticles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import brightbasePreview from '@site/blog/assets/previews/brightbase-article-202
import article163Preview from '@site/blog/assets/previews/163-article-2026.png';
import condeintechnologyPreview from '@site/blog/assets/previews/codeintechnology-article-2026.jpg';
import bestidpitnextPreview from '@site/blog/assets/previews/bestidp-itnext-article-2026.webp';
import demistifyingAbdelPreview from '@site/blog/assets/previews/demystifying-abdel-article-2026.webp';

export interface ExternalArticle {
title: string;
Expand Down Expand Up @@ -68,6 +69,16 @@ const externalArticles: ExternalArticle[] = [
source: 'itnext.io',
image: bestidpitnextPreview,
},
{
title: 'Demystifying OpenChoreo: An Architecture Overview',
url: 'https://boredabdel.medium.com/demystifying-openchoreo-an-architecture-overview-5a6a14657f49',
description:
'A technical deep-dive into the OpenChoreo multi-plane, Kubernetes-native architecture and how this open-source internal developer platform simplifies platform engineering without hiding the underlying infrastructure.',
date: '2026-06-18',
category: 'community',
source: 'medium',
image: demistifyingAbdelPreview,
},
Comment thread
LakshanSS marked this conversation as resolved.
];

export default externalArticles;