From c4dbe2d6ea3cefa98dcec960d9e57d7c30338b51 Mon Sep 17 00:00:00 2001 From: KonanLee Date: Wed, 24 Jul 2024 10:42:21 +0900 Subject: [PATCH 1/4] Update getting-started.md change from yarn install to yarn add --- docs/docs.trychroma.com/pages/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.trychroma.com/pages/getting-started.md b/docs/docs.trychroma.com/pages/getting-started.md index 7d532e844ca..4947250a68d 100644 --- a/docs/docs.trychroma.com/pages/getting-started.md +++ b/docs/docs.trychroma.com/pages/getting-started.md @@ -33,7 +33,7 @@ pip install chromadb # [!code $] {% codetabs customHeader="sh" %} {% codetab label="yarn" %} ```bash {% codetab=true %} -yarn install chromadb chromadb-default-embed # [!code $] +yarn add chromadb chromadb-default-embed # [!code $] ``` {% /codetab %} {% codetab label="npm" %} From 5d96657688d31afb7db665cc59e9b79903747964 Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Tue, 30 Jul 2024 12:37:21 +0300 Subject: [PATCH 2/4] Update getting-started.md making a tiny change to retrigger the GH PR checklist. --- docs/docs.trychroma.com/pages/getting-started.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs.trychroma.com/pages/getting-started.md b/docs/docs.trychroma.com/pages/getting-started.md index 4947250a68d..0cc574c3bbd 100644 --- a/docs/docs.trychroma.com/pages/getting-started.md +++ b/docs/docs.trychroma.com/pages/getting-started.md @@ -5,7 +5,6 @@ title: "🔑 Getting Started" - {% tabs group="code-lang" hideContent=true %} {% tab label="Python" %} From 7f80e8f208fe8cb6cd91b36b173ed015c513e83d Mon Sep 17 00:00:00 2001 From: KonanLee Date: Tue, 17 Sep 2024 10:02:21 +0900 Subject: [PATCH 3/4] Update getting-started.md bump commit for runner --- docs/docs.trychroma.com/pages/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.trychroma.com/pages/getting-started.md b/docs/docs.trychroma.com/pages/getting-started.md index fb8e96c2065..dd5c750a8c9 100644 --- a/docs/docs.trychroma.com/pages/getting-started.md +++ b/docs/docs.trychroma.com/pages/getting-started.md @@ -31,7 +31,7 @@ pip install chromadb # [!code $] ```bash {% codetab=true %} yarn add chromadb chromadb-default-embed # [!code $] -``` +``` {% /codetab %} {% codetab label="npm" %} From 33fa06f7fd98250672db21f31f37dcf250f66728 Mon Sep 17 00:00:00 2001 From: Jeffrey Huber Date: Mon, 16 Sep 2024 19:59:35 -0700 Subject: [PATCH 4/4] fix whitespace --- docs/docs.trychroma.com/pages/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.trychroma.com/pages/getting-started.md b/docs/docs.trychroma.com/pages/getting-started.md index dd5c750a8c9..fb8e96c2065 100644 --- a/docs/docs.trychroma.com/pages/getting-started.md +++ b/docs/docs.trychroma.com/pages/getting-started.md @@ -31,7 +31,7 @@ pip install chromadb # [!code $] ```bash {% codetab=true %} yarn add chromadb chromadb-default-embed # [!code $] -``` +``` {% /codetab %} {% codetab label="npm" %}