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
1 change: 1 addition & 0 deletions blog/2019-05-28-first-blog-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
1 change: 1 addition & 0 deletions blog/2019-05-29-long-blog-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions blog/2021-08-01-mdx-blog-post.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
1 change: 1 addition & 0 deletions blog/2021-08-26-welcome/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/multi-cluster.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Multi Cluster
unlisted: true
---

# Multi Cluster Setup
1 change: 1 addition & 0 deletions docs/integrating-with-openchoreo/ci-integration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: CI Integration
unlisted: true
---

# CI Integration
Expand Down
1 change: 1 addition & 0 deletions docs/integrating-with-openchoreo/gitops.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GitOps
unlisted: true
---

# GitOps with OpenChoreo
Expand Down
1 change: 1 addition & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Changelog & Release Notes
unlisted: true
---

# Changelog & Release Notes
Expand Down
1 change: 1 addition & 0 deletions docs/reference/configuration-schema.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Configuration Schema
unlisted: true
---

# Configuration Schema
Expand Down
1 change: 1 addition & 0 deletions docs/reference/resource-limits.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Resource Limits & Quotas
unlisted: true
---

# Resource Limits & Quotas
Expand Down
9 changes: 9 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down