Skip to content
Snippets Groups Projects
Unverified Commit 0a160b97 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

fix(docs): api generation (#756)

parent 95602c79
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ const config = {
"docusaurus-plugin-typedoc",
{
entryPoints: ["../../packages/core/src/index.ts"],
tsconfig: "../../packages/core/tsconfig.json",
tsconfig: "../../tsconfig.json",
readme: "none",
sourceLinkTemplate:
"https://github.com/run-llama/LlamaIndexTS/blob/{gitRevision}/{path}#L{line}",
......
......@@ -20,6 +20,7 @@
"@llamaindex/examples": "workspace:*",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"llamaindex": "workspace:*",
"postcss": "^8.4.38",
"prism-react-renderer": "^2.3.1",
"raw-loader": "^4.0.2",
......
......@@ -70,6 +70,9 @@ importers:
clsx:
specifier: ^2.1.0
version: 2.1.0
llamaindex:
specifier: workspace:*
version: link:../../packages/core
postcss:
specifier: ^8.4.38
version: 8.4.38
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment