From e27d3318274b3134afc34b1dd6cbb3e9019f8d1f Mon Sep 17 00:00:00 2001 From: Miraj Abeysekara Date: Fri, 22 Aug 2025 14:34:05 +0530 Subject: [PATCH] Add search support with Algolia --- blog/2019-05-28-first-blog-post.md | 1 + blog/2019-05-29-long-blog-post.md | 1 + blog/2021-08-01-mdx-blog-post.mdx | 1 + blog/2021-08-26-welcome/index.md | 1 + docs/getting-started/multi-cluster.md | 1 + docs/integrating-with-openchoreo/ci-integration.md | 1 + docs/integrating-with-openchoreo/gitops.md | 1 + docs/reference/changelog.md | 1 + docs/reference/configuration-schema.md | 1 + docs/reference/resource-limits.md | 1 + docusaurus.config.ts | 9 +++++++++ 11 files changed, 19 insertions(+) diff --git a/blog/2019-05-28-first-blog-post.md b/blog/2019-05-28-first-blog-post.md index d3032ef..7d9f71c 100644 --- a/blog/2019-05-28-first-blog-post.md +++ b/blog/2019-05-28-first-blog-post.md @@ -3,6 +3,7 @@ slug: first-blog-post title: First Blog Post authors: [slorber, yangshun] tags: [hola, docusaurus] +unlisted: true --- Lorem ipsum dolor sit amet... diff --git a/blog/2019-05-29-long-blog-post.md b/blog/2019-05-29-long-blog-post.md index eb4435d..22efbd3 100644 --- a/blog/2019-05-29-long-blog-post.md +++ b/blog/2019-05-29-long-blog-post.md @@ -3,6 +3,7 @@ slug: long-blog-post title: Long Blog Post authors: yangshun tags: [hello, docusaurus] +unlisted: true --- This is the summary of a very long blog post, diff --git a/blog/2021-08-01-mdx-blog-post.mdx b/blog/2021-08-01-mdx-blog-post.mdx index 0c4b4a4..e26f7e4 100644 --- a/blog/2021-08-01-mdx-blog-post.mdx +++ b/blog/2021-08-01-mdx-blog-post.mdx @@ -3,6 +3,7 @@ slug: mdx-blog-post title: MDX Blog Post authors: [slorber] tags: [docusaurus] +unlisted: true --- Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/). diff --git a/blog/2021-08-26-welcome/index.md b/blog/2021-08-26-welcome/index.md index 349ea07..c409da8 100644 --- a/blog/2021-08-26-welcome/index.md +++ b/blog/2021-08-26-welcome/index.md @@ -3,6 +3,7 @@ slug: welcome title: Welcome authors: [slorber, yangshun] tags: [facebook, hello, docusaurus] +unlisted: true --- [Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog). diff --git a/docs/getting-started/multi-cluster.md b/docs/getting-started/multi-cluster.md index 00b118d..61f1b7b 100644 --- a/docs/getting-started/multi-cluster.md +++ b/docs/getting-started/multi-cluster.md @@ -1,5 +1,6 @@ --- title: Multi Cluster +unlisted: true --- # Multi Cluster Setup diff --git a/docs/integrating-with-openchoreo/ci-integration.md b/docs/integrating-with-openchoreo/ci-integration.md index 4eb3af0..cab5ae3 100644 --- a/docs/integrating-with-openchoreo/ci-integration.md +++ b/docs/integrating-with-openchoreo/ci-integration.md @@ -1,5 +1,6 @@ --- title: CI Integration +unlisted: true --- # CI Integration diff --git a/docs/integrating-with-openchoreo/gitops.md b/docs/integrating-with-openchoreo/gitops.md index 3c3a417..f24f5a0 100644 --- a/docs/integrating-with-openchoreo/gitops.md +++ b/docs/integrating-with-openchoreo/gitops.md @@ -1,5 +1,6 @@ --- title: GitOps +unlisted: true --- # GitOps with OpenChoreo diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 02d0beb..d94bb7b 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -1,5 +1,6 @@ --- title: Changelog & Release Notes +unlisted: true --- # Changelog & Release Notes diff --git a/docs/reference/configuration-schema.md b/docs/reference/configuration-schema.md index 801779e..23e81c7 100644 --- a/docs/reference/configuration-schema.md +++ b/docs/reference/configuration-schema.md @@ -1,5 +1,6 @@ --- title: Configuration Schema +unlisted: true --- # Configuration Schema diff --git a/docs/reference/resource-limits.md b/docs/reference/resource-limits.md index cd39ac8..768878c 100644 --- a/docs/reference/resource-limits.md +++ b/docs/reference/resource-limits.md @@ -1,5 +1,6 @@ --- title: Resource Limits & Quotas +unlisted: true --- # Resource Limits & Quotas diff --git a/docusaurus.config.ts b/docusaurus.config.ts index c4acfb9..fb731f1 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -74,11 +74,20 @@ const config: Config = { ], themeConfig: { + algolia: { + appId: 'B8ST9KVWVJ', + // Public API key: it is safe to commit it + apiKey: '53ad1b2482e937fc0fa7b577236e6d1a', + indexName: 'openchoreo', + }, colorMode: { respectPrefersColorScheme: true, }, // Replace with your project's social card image: 'img/openchoreo-social-card.png', + metadata: [ + {name: 'algolia-site-verification', content: 'D33971A258AD1F42'}, + ], navbar: { title: 'OpenChoreo', logo: {