Files
wehub-resource-sync a0c8464e58
Build Package / build (ubuntu-latest) (push) Failing after 1s
CodeQL / Analyze (python) (push) Failing after 1s
Core Typecheck / core-typecheck (push) Failing after 1s
Linting / lint (push) Failing after 1s
llama-dev tests / test-llama-dev (push) Failing after 1s
Publish Sub-Package to PyPI if Needed / publish_subpackage_if_needed (push) Has been skipped
Sync Docs to Developer Hub / sync-docs (push) Failing after 0s
Build Package / build (windows-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:26:52 +08:00

20 lines
454 B
JavaScript

export default {
section: "llama-index",
label: "LlamaIndex Framework",
content: [
{ src: "./docs/src/content/docs/framework", dest: "python/framework" },
],
sidebar: [
{
label: "LlamaIndex Framework",
content: {
type: "autogenerate",
directory: "python/framework",
collapsed: true,
},
},
],
// Optional: link to API reference
apiReferenceLink: "/python/framework-api-reference/",
};