diff --git a/.gitignore b/.gitignore index 4adf9290..5fa1af00 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ lerna-debug.log /data /classes /docs +/versioned_docs +/tmp \ No newline at end of file diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f3050fae..521a9504 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -43,7 +43,6 @@ const config: Config = { { docs: { sidebarPath: require.resolve('./sidebars.js'), - exclude: ['ref/**'], }, theme: { customCss: require.resolve('./src/css/custom.css'), diff --git a/plugins/cls-loader/src/components/RefIndex.tsx b/plugins/cls-loader/src/components/RefIndex.tsx index f6c350f2..810ef6e5 100644 --- a/plugins/cls-loader/src/components/RefIndex.tsx +++ b/plugins/cls-loader/src/components/RefIndex.tsx @@ -82,7 +82,7 @@ export default function RefIndex({ options, classes, history }: RefIndexProps) { Welcome to the Class Reference -
+ {/*

Packages

    @@ -98,7 +98,7 @@ export default function RefIndex({ options, classes, history }: RefIndexProps) { ))}
-
+
*/}