From 88e4cdf730962821aa44ddb232077c5a0531963c Mon Sep 17 00:00:00 2001 From: Dmitry Maslennikov Date: Mon, 16 Dec 2024 11:45:03 +1100 Subject: [PATCH] more fixes --- .gitignore | 2 + docusaurus.config.ts | 1 - .../cls-loader/src/components/RefIndex.tsx | 4 +- plugins/cls-loader/src/index.ts | 49 ++++++++++--------- plugins/cls-loader/src/plugin/classes.ts | 5 +- 5 files changed, 32 insertions(+), 29 deletions(-) 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) { ))}
-
+
*/}