docs: add ui to llms-full.txt (#11328)

This commit is contained in:
Shahed Nasser
2025-02-05 18:22:35 +02:00
committed by GitHub
parent db2aa58542
commit 60f46e07fd
2 changed files with 14783 additions and 8353 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -238,6 +238,26 @@ async function main() {
plugins,
},
},
{
dir: path.join(process.cwd(), "..", "ui", "src", "content", "docs"),
options: {
parserOptions: {
ComponentExample: {
examplesBasePath: path.join(
process.cwd(),
"..",
"ui",
"src",
"examples"
),
},
ComponentReference: {
specsPath: path.join(process.cwd(), "..", "ui", "src", "specs"),
},
},
},
allowedFilesPatterns: [/^(?!.*\/(colors|icons|hooks)\/).*$/],
},
],
})
}