Skip to content

Commit

Permalink
feat(docs): Feature/upgrade docs (#1741)
Browse files Browse the repository at this point in the history
* Upgrade fern version

* Add info about SDKs
  • Loading branch information
imartinez authored Mar 19, 2024
1 parent 134fc54 commit 5725181
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions fern/docs/pages/api-reference/sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ The clients are kept up to date automatically, so we encourage you to use the la

<Cards>
<Card
title="Node.js/TypeScript"
title="Node.js/TypeScript - WIP"
icon="fa-brands fa-node"
href="https://github.com/imartinez/privateGPT-typescript"
/>
<Card
title="Python"
title="Python - Ready!"
icon="fa-brands fa-python"
href="https://github.com/imartinez/privateGPT-python"
href="https://github.com/imartinez/pgpt_python"
/>
<br />
</Cards>
Expand All @@ -24,12 +24,12 @@ The clients are kept up to date automatically, so we encourage you to use the la

<Cards>
<Card
title="Java"
title="Java - WIP"
icon="fa-brands fa-java"
href="https://github.com/imartinez/privateGPT-java"
/>
<Card
title="Go"
title="Go - WIP"
icon="fa-brands fa-golang"
href="https://github.com/imartinez/privateGPT-go"
/>
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "privategpt",
"version": "0.17.2"
"version": "0.19.10"
}

0 comments on commit 5725181

Please sign in to comment.