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
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const siteStructuredData = {
},
'query-input': 'required name=search_term_string',
},
inLanguage: 'en-GB',
inLanguage: 'en',
},
{
'@id': 'https://docs.kuberocketci.io/#organization',
Expand Down
2 changes: 1 addition & 1 deletion src/theme/BlogPostPage/StructuredData/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion src/theme/DocItem/Metadata/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading