From ac9e4774e5241ca44406fc0ce923797ef94abd9d Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Tue, 13 Feb 2024 17:36:17 +0530 Subject: [PATCH] Removed unused value from docusaurus file Signed-off-by: AmbrishRamachandiran --- microsite/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/docusaurus.config.js b/microsite/docusaurus.config.js index a49fca85c7..34d882c110 100644 --- a/microsite/docusaurus.config.js +++ b/microsite/docusaurus.config.js @@ -69,7 +69,7 @@ module.exports = { ], ], markdown: { - preprocessor({ filePath, fileContent }) { + preprocessor({ fileContent }) { // Replace all HTML comments with emtpy strings as these are not supported by MDXv2. return fileContent.replace(//gs, ''); },