mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 02:42:57 +00:00
* Sets `"useCodeBlocks": true` * Adds a post-processing script `nodejs/typedoc_post_process.js` that puts the parameter description on the same line as the parameter name, like it is in our Python docs. This makes the text hierarchy clearer in those sections and also makes the sections shorter.
14 lines
347 B
JSON
14 lines
347 B
JSON
{
|
|
"intentionallyNotExported": [
|
|
"lancedb/native.d.ts:Connection",
|
|
"lancedb/native.d.ts:Index",
|
|
"lancedb/native.d.ts:Query",
|
|
"lancedb/native.d.ts:VectorQuery",
|
|
"lancedb/native.d.ts:RecordBatchIterator",
|
|
"lancedb/native.d.ts:Table"
|
|
],
|
|
"useHTMLEncodedBrackets": true,
|
|
"useCodeBlocks": true,
|
|
"disableSources": true
|
|
}
|