From 1a5713ad0293648bc9ec3308e59eee58e7812adf Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Sun, 8 Feb 2026 10:03:42 -0700 Subject: [PATCH 1/2] docs: update description from Konstruct to Civo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change frontmatter description in all index.md files: - 'Learn more about Konstruct's' → 'Learn More about Civo's' - Updated in docs/ and versioned_docs/ (v0.1, v0.2) --- docs/index.md | 2 +- versioned_docs/version-0.1/index.md | 2 +- versioned_docs/version-0.2/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1934a34..6d01680 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- title: Overview -description: Learn more about Konstruct's bare metal data center product +description: Learn More about Civo's bare metal data center product sidebar_position: 1 --- diff --git a/versioned_docs/version-0.1/index.md b/versioned_docs/version-0.1/index.md index b5e4945..2fe1d60 100644 --- a/versioned_docs/version-0.1/index.md +++ b/versioned_docs/version-0.1/index.md @@ -1,6 +1,6 @@ --- title: Overview -description: Learn more about Konstruct's bare metal data center product +description: Learn More about Civo's bare metal data center product sidebar_position: 1 --- diff --git a/versioned_docs/version-0.2/index.md b/versioned_docs/version-0.2/index.md index 1934a34..6d01680 100644 --- a/versioned_docs/version-0.2/index.md +++ b/versioned_docs/version-0.2/index.md @@ -1,6 +1,6 @@ --- title: Overview -description: Learn more about Konstruct's bare metal data center product +description: Learn More about Civo's bare metal data center product sidebar_position: 1 --- From 49317ff621d9cb27831aed4ad63c1d81dde1e1cc Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Sun, 8 Feb 2026 17:28:58 -0700 Subject: [PATCH 2/2] chore: update Typesense search API key Update Typesense API key in docusaurus.config.js for search functionality. --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 8a0a413..784b562 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -127,7 +127,7 @@ const config = { protocol: 'https', }, ], - apiKey: 'EDzM8zjxE3lgKwz1l0NQSZsKjrL5ny9w', + apiKey: 'of0S5mlIkUF2RVQ9gvIYvQLQaSHcCKvH', }, contextualSearch: true, },