docs: add ui to llms-full.txt (#11328)
This commit is contained in:
+14763
-8353
File diff suppressed because it is too large
Load Diff
@@ -238,6 +238,26 @@ async function main() {
|
|||||||
plugins,
|
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