Skip to content

Commit 7cc289f

Browse files
authored
[CHORE] rm old docs (#6398)
1 parent 3938846 commit 7cc289f

File tree

442 files changed

+2
-85670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

442 files changed

+2
-85670
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -101,32 +101,6 @@ jobs:
101101
env:
102102
file: k8s/distributed-chroma/Chart.yaml
103103

104-
deploy-docs-preview:
105-
name: Deploy preview of docs
106-
needs: change-detection
107-
if: needs.change-detection.outputs.docs-only == 'true'
108-
runs-on: blacksmith-4vcpu-ubuntu-2404
109-
environment:
110-
name: Preview
111-
url: ${{ steps.deploy.outputs.url }}
112-
steps:
113-
- name: Checkout
114-
uses: actions/checkout@v4
115-
with:
116-
fetch-depth: 0
117-
- uses: actions/setup-node@v4
118-
with:
119-
node-version: "18.x"
120-
registry-url: "https://registry.npmjs.org"
121-
- name: Install vercel
122-
run: npm install -g vercel
123-
- name: Deploy
124-
id: deploy
125-
run: echo "url=$(vercel deploy --token ${{ secrets.VERCEL_TOKEN }})" >> $GITHUB_OUTPUT
126-
env:
127-
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
128-
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_DOCS_PROJECT_ID }}
129-
130104
check-helm-version-bump:
131105
name: Warn if Helm chart was updated without version bump
132106
needs: change-detection

.github/workflows/release-chromadb.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -215,28 +215,6 @@ jobs:
215215
uses: ./.github/workflows/_deploy.yml
216216
secrets: inherit
217217

218-
release-docs:
219-
name: Deploy docs to Vercel
220-
runs-on: blacksmith-4vcpu-ubuntu-2404
221-
needs:
222-
- check-tag
223-
steps:
224-
- name: Checkout
225-
uses: actions/checkout@v4
226-
with:
227-
fetch-depth: 0
228-
- uses: actions/setup-node@v4
229-
with:
230-
node-version: "18.x"
231-
registry-url: "https://registry.npmjs.org"
232-
- name: Install vercel
233-
run: npm install -g vercel
234-
- name: Deploy
235-
run: vercel deploy --token ${{ secrets.VERCEL_TOKEN }} ${{ needs.check-tag.outputs.tag_matches == 'true' && '--prod' || '' }}
236-
env:
237-
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
238-
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_DOCS_PROJECT_ID }}
239-
240218
notify-slack-on-failure:
241219
name: Notify Slack on ChromaDB Release Failure
242220
if: failure()
@@ -246,7 +224,6 @@ jobs:
246224
- release-thin-pypi
247225
- release-github
248226
- deploy-staging
249-
- release-docs
250227
runs-on: blacksmith-2vcpu-ubuntu-2404
251228
steps:
252229
- name: Notify Slack

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
![Chroma](./docs/docs.trychroma.com/public/chroma-wordmark-color.png#gh-light-mode-only)
2-
![Chroma](./docs/docs.trychroma.com/public/chroma-wordmark-white.png#gh-dark-mode-only)
1+
![Chroma](./docs/assets/chroma-wordmark-color.png#gh-light-mode-only)
2+
![Chroma](./docs/assets/chroma-wordmark-white.png#gh-dark-mode-only)
33

44
<p align="center">
55
<b>Chroma - the open-source search engine for AI</b>. <br />
File renamed without changes.
File renamed without changes.

docs/cip/CIP-01022024_SSL_Verify_Client_Config.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)