diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d2a718616..cb1158bb6 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,7 @@
-
-
-
-
+
@@ -126,7 +123,7 @@
-
+
1660418841831
@@ -212,7 +209,14 @@
1664342459061
-
+
+ 1664346272428
+
+
+
+ 1664346272428
+
+
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 5711e5900..816416b9e 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;