From a8e3ce43fc9f8ec25531aac00429404db94d86ed Mon Sep 17 00:00:00 2001 From: Sergiy Kulanov Date: Mon, 4 May 2026 16:10:19 +0300 Subject: [PATCH] EPMDEDP-16405: docs: Minor fixes Signed-off-by: Sergiy Kulanov --- blog/2026-05-04/kubernetes-native-cicd-tekton-kuberocketci.md | 2 +- docusaurus.config.ts | 2 +- src/theme/BlogPostPage/StructuredData/index.tsx | 2 +- src/theme/DocItem/Metadata/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/2026-05-04/kubernetes-native-cicd-tekton-kuberocketci.md b/blog/2026-05-04/kubernetes-native-cicd-tekton-kuberocketci.md index e16dcd3115..22058f57eb 100644 --- a/blog/2026-05-04/kubernetes-native-cicd-tekton-kuberocketci.md +++ b/blog/2026-05-04/kubernetes-native-cicd-tekton-kuberocketci.md @@ -1,5 +1,5 @@ --- -title: "Kubernetes-Native CI/CD with Tekton | KubeRocketCI" +title: "Kubernetes-Native CI/CD with Tekton" description: "Learn how KubeRocketCI builds Kubernetes-native CI/CD on Tekton - covering pipeline task sequences, webhook trigger chain, and how to author custom pipelines." slug: kubernetes-native-cicd-tekton-kuberocketci tags: [KubeRocketCI, Tekton, Kubernetes, CI/CD, DevOps, Platform Engineering, GitOps] diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 32c2d0894e..6c6945f46d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -33,7 +33,7 @@ const siteStructuredData = { }, 'query-input': 'required name=search_term_string', }, - inLanguage: 'en-GB', + inLanguage: 'en', }, { '@id': 'https://docs.kuberocketci.io/#organization', diff --git a/src/theme/BlogPostPage/StructuredData/index.tsx b/src/theme/BlogPostPage/StructuredData/index.tsx index 3e7805d8f7..c94059f372 100644 --- a/src/theme/BlogPostPage/StructuredData/index.tsx +++ b/src/theme/BlogPostPage/StructuredData/index.tsx @@ -10,7 +10,7 @@ export default function BlogPostPageStructuredData(): React.JSX.Element { const enhancedStructuredData = { ...defaultStructuredData, publisher: { '@id': `${siteConfig.url}/#organization` }, - inLanguage: 'en-GB', + inLanguage: 'en', }; return ( diff --git a/src/theme/DocItem/Metadata/index.tsx b/src/theme/DocItem/Metadata/index.tsx index 1d1c7ab3e3..f91d523d66 100644 --- a/src/theme/DocItem/Metadata/index.tsx +++ b/src/theme/DocItem/Metadata/index.tsx @@ -28,7 +28,7 @@ export default function MetadataWrapper(props) { author: { '@type': 'Organization', name: 'KubeRocketCI Team' }, publisher: { '@id': `${siteConfig.url}/#organization` }, image: `${siteConfig.url}/img/kuberocketci-social-card.jpg`, - inLanguage: 'en-GB', + inLanguage: 'en', mainEntityOfPage: { '@type': 'WebPage', '@id': canonical,