diff --git a/docusaurus.config.js b/docusaurus.config.js index d5c05c5f4..04a6a75e7 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-esm.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-esm.json', + // }, + // ] + // ] }; module.exports = config;