We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0d7ef commit 9872b9bCopy full SHA for 9872b9b
docgen/generate-docs.js
@@ -117,6 +117,7 @@ function fixLinks(file) {
117
return fs.readFile(file, 'utf8').then(data => {
118
const flattenedLinks = data
119
.replace(/\.\.\//g, '')
120
+ .replace(/globals\.html/g, 'admin.html')
121
.replace(/(modules|interfaces|classes|enums)\//g, '');
122
let caseFixedLinks = flattenedLinks;
123
for (const lower in lowerToUpperLookup) {
0 commit comments