Skip to content

Commit 3e14a04

Browse files
Fix dependency conflicts for Vercel deployment and repair broken links
1 parent 882a201 commit 3e14a04

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
legacy-peer-deps=true
2+
auto-install-peers=true

docs/integration/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ app.post('/api/captide/generate', async (req, res) => {
172172

173173
- Learn about [Frontend Integration](./frontend) to connect your backend with a frontend application
174174
- Check out the [API Reference](/docs/api) for detailed endpoint documentation
175-
- Explore advanced SDK features in the [SDK Reference](/docs/sdk)
175+
- Explore advanced SDK features in the [SDK Reference](/docs/integration/backend)

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ generateText();
104104
Now that you've seen how to make basic calls with both the API and SDK, you can:
105105

106106
- Explore the [API Reference](/docs/api) for all available endpoints
107-
- Check out the [SDK Reference](/docs/sdk) for detailed documentation on all methods
107+
- Check out the [SDK Reference](/docs/integration/backend) for detailed documentation on all methods
108108
- Learn how to integrate Captide with [Backend Applications](./integration/backend)
109109
- Learn how to integrate Captide with [Frontend Applications](./integration/frontend)
110110

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"docusaurus-theme-openapi-docs": "^4.3.7",
2626
"lucide-react": "^0.503.0",
2727
"prism-react-renderer": "^2.3.0",
28-
"react": "^19.0.0",
29-
"react-dom": "^19.0.0",
28+
"react": "^18.2.0",
29+
"react-dom": "^18.2.0",
3030
"react-redux": "^7.2.9",
3131
"redux": "^4.2.1",
3232
"redux-thunk": "^2.4.1",

0 commit comments

Comments
 (0)