We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472fce6 commit 95c425dCopy full SHA for 95c425d
scripts/docgen/docgen.ts
@@ -125,7 +125,7 @@ async function moveRulesUnitTestingDocs(
125
// These paths also need to be adjusted to point to a sibling directory.
126
for (const sourcePath of rulesDocPaths) {
127
let destinationPath = sourcePath.replace(mainDocsFolder, rulesOutputFolder);
128
-
+
129
const originalText = fs.readFileSync(sourcePath, 'utf-8');
130
const jsReferencePath = '/docs/reference/js';
131
let alteredPathText = originalText.replace(
0 commit comments