Skip to content

Commit 39ab1a7

Browse files
[ENH] Docs - better image sizing + formats to improve pageload times (#4251)
Switches two large SVGs to a more appropriate format + dimension. ## Test plan *How are these changes tested?* - [ ] Tested locally ## Documentation Changes *Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs repository](https://github.com/chroma-core/docs)?*
1 parent 3a5e4ef commit 39ab1a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/docs.trychroma.com/components/header/cloud-signup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const CloudSignUp: React.FC = () => {
6868
</div>
6969
<div className="h-full flex items-start justify-end flex-shrink-0 ">
7070
<Image
71-
src="/cloud-art.svg"
71+
src="/cloud-art.jpg"
7272
alt="Cloud Art"
7373
width={128}
7474
height={155}

docs/docs.trychroma.com/markdoc/content/docs/overview/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
New to Chroma? Check out the [getting started guide](./getting-started)
1616
{% /Banner %}
1717

18-
![Chroma Computer](/computer.svg)
18+
![Chroma Computer](/computer.png)
1919

2020
Chroma gives you everything you need for retrieval:
2121

@@ -44,7 +44,7 @@ In JavaScript, use the Chroma JS/TS Client to connect to a Chroma server. Instal
4444

4545
{% Tab label="yarn" %}
4646
```terminal
47-
yarn add chromadb chromadb-default-embed
47+
yarn add chromadb chromadb-default-embed
4848
```
4949
{% /Tab %}
5050

@@ -56,7 +56,7 @@ npm install --save chromadb chromadb-default-embed
5656

5757
{% Tab label="pnpm" %}
5858
```terminal
59-
pnpm install chromadb chromadb-default-embed
59+
pnpm install chromadb chromadb-default-embed
6060
```
6161
{% /Tab %}
6262

58.3 KB
Loading
362 KB
Loading

0 commit comments

Comments
 (0)