From 4c6b6f9177d254059d295f150b7ffed595852ccc Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Fri, 30 Jun 2023 21:59:32 -0500 Subject: [PATCH] comment out plugin --- docusaurus.config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e6e93e1f7..d4fc791bf 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -159,16 +159,16 @@ const config = { darkTheme: darkCodeTheme, }, }), - plugins : [ - [ - 'docusaurus-plugin-typedoc', - { - //if you're editing website, please change this to your local branch of sern to generate documentation - entryPoints: ['../sernHandlerV2/src/index.ts'], - tsconfig: '../sernHandlerV2/tsconfig.json', - }, - ] - ] +// plugins : [ +// [ +// 'docusaurus-plugin-typedoc', +// { +// //if you're editing website, please change this to your local branch of sern to generate documentation +// entryPoints: ['../sernHandlerV2/src/index.ts'], +// tsconfig: '../sernHandlerV2/tsconfig.json', +// }, +// ] +// ] }; module.exports = config;