Skip to content

Commit 5323ecd

Browse files
SaraVieiraskeptrunedev
authored andcommitted
add website link
1 parent b28f8a7 commit 5323ecd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

clients/ts-sdk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const data = await trieve.search({
3434
});
3535
```
3636

37-
To see all the functions we export you can take a look at [our docs](https://test.com).
37+
To see all the functions we export you can take a look at [our docs](https://ts-sdk.trieve.ai).
3838

3939
## License
4040

clients/ts-sdk/typedoc.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
"out": "./docs",
44
"entryPointStrategy": "expand",
5-
"entryPoints": ["src/functions/**", "src/types.gen.ts"],
6-
"exclude": ["/src/**/*.test.ts", "src/functions/index.ts"],
5+
"entryPoints": ["src/functions/**/index.ts", "src/types.gen.ts"],
6+
"exclude": ["/src/functions/*.test.ts", "src/functions/index.ts"],
77
"excludeProtected": true,
88
"includeVersion": true,
99
"name": "Trieve Typescript SDK",
@@ -15,7 +15,6 @@
1515
},
1616

1717
"categorizeByGroup": true,
18-
"groupOrder": ["functions"],
1918
"customCss": "./theme/style.css",
2019
"plugin": ["typedoc-plugin-merge-modules", "typedoc-plugin-mdn-links"],
2120
"mergeModulesMergeMode": "module" // NEW option of TypeDoc added by this plugin

0 commit comments

Comments
 (0)