Skip to content
Snippets Groups Projects
Commit e4e616ee authored by Yi Ding's avatar Yi Ding
Browse files

add line number link

parent 5cf2d243
Branches
Tags
No related merge requests found
...@@ -139,6 +139,8 @@ const config = { ...@@ -139,6 +139,8 @@ const config = {
entryPoints: ["../../packages/core/src/index.ts"], entryPoints: ["../../packages/core/src/index.ts"],
tsconfig: "../../packages/core/tsconfig.json", tsconfig: "../../packages/core/tsconfig.json",
readme: "none", readme: "none",
sourceLinkTemplate:
"https://github.com/run-llama/LlamaIndexTS/blob/{gitRevision}/{path}#L{line}",
sidebar: { sidebar: {
position: 6, position: 6,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment