From 3355b7e7fdf7b6b68ad25e9e7438defa2f1284ee Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:30:00 +0000 Subject: [PATCH] docs: link to OSS repo from overview and quickstart pages Co-Authored-By: benjamin.wagner@firebolt.io --- docs/overview.mdx | 2 +- docs/quickstart.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview.mdx b/docs/overview.mdx index 4db11cd..e718cb1 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -4,7 +4,7 @@ sidebarTitle: Overview title: Firebolt instance Helm chart --- -This page introduces the `firebolt-instance` Helm chart and the components it deploys on a Kubernetes cluster. +This page introduces the [`firebolt-instance` Helm chart](https://github.com/firebolt-db/firebolt-instance-helm) and the components it deploys on a Kubernetes cluster. ## Architecture diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 1533afd..4d4333a 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -4,7 +4,7 @@ sidebarTitle: Quickstart title: Quickstart --- -This page walks through a complete local install of the `firebolt-instance` Helm chart on kind, from an empty machine to your first query. +This page walks through a complete local install of the [`firebolt-instance` Helm chart](https://github.com/firebolt-db/firebolt-instance-helm) on kind, from an empty machine to your first query. The walkthrough uses kind for the cluster and an in-cluster S3 emulator for engine storage, so it needs no cloud resources. For the full cluster, tooling, and storage requirements, see [Prerequisites](./prerequisites).