docs: add ui to llms-full.txt (#11328)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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)\/).*$/],
|
||||
},
|
||||
],
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user