docs: add generator for llms-full.txt (#11323)
* initial * improvements * finished implementation * transform links to index.html.md links * fix for resources
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export function oasFileToPath(fileName: string): string {
|
||||
return `/${fileName
|
||||
.replaceAll(/(?<!\{[^}]*)_(?![^{]*\})/g, "/")
|
||||
.replace(/\.[A-Za-z]+$/, "")}`
|
||||
}
|
||||
Reference in New Issue
Block a user