Files
workflows-py/docs.config.mjs
T
Adrian Lyjak 706b5a9afa Normalize line endings to LF and add .gitattributes (#436)
Add .gitattributes with `* text=auto eol=lf` to enforce Unix-style
line endings and renormalize 11 files that had CRLF endings.
2026-03-18 11:31:07 -04:00

24 lines
513 B
JavaScript

export default {
section: "llama-index-workflows",
label: "LlamaAgents",
content: [
{ src: "./docs/src/content/docs/llamaagents", dest: "python/llamaagents" },
],
sidebar: [
{
label: "LlamaAgents",
content: {
type: "autogenerate",
directory: "python/llamaagents",
collapsed: true,
},
append: [
{
label: "Agent Workflows Reference \u{1F517}",
link: "/python/workflows-api-reference/",
},
],
},
],
};