File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const data = await trieve.search({
34
34
});
35
35
```
36
36
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 ) .
38
38
39
39
## License
40
40
Original file line number Diff line number Diff line change 2
2
{
3
3
"out" : " ./docs" ,
4
4
"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" ],
7
7
"excludeProtected" : true ,
8
8
"includeVersion" : true ,
9
9
"name" : " Trieve Typescript SDK" ,
15
15
},
16
16
17
17
"categorizeByGroup" : true ,
18
- "groupOrder" : [" functions" ],
19
18
"customCss" : " ./theme/style.css" ,
20
19
"plugin" : [" typedoc-plugin-merge-modules" , " typedoc-plugin-mdn-links" ],
21
20
"mergeModulesMergeMode" : " module" // NEW option of TypeDoc added by this plugin
You can’t perform that action at this time.
0 commit comments