From 90173b2fa38c6374caa47c2b68c32011083c20fa Mon Sep 17 00:00:00 2001 From: Saul-Mirone Date: Thu, 26 Dec 2024 05:13:41 +0000 Subject: [PATCH] chore(editor): remove typedoc json (#9324) --- blocksuite/affine/all/typedoc.json | 4 ---- blocksuite/affine/block-list/typedoc.json | 4 ---- blocksuite/affine/block-paragraph/typedoc.json | 4 ---- blocksuite/affine/block-surface/typedoc.json | 4 ---- blocksuite/affine/components/typedoc.json | 4 ---- blocksuite/affine/data-view/typedoc.json | 4 ---- blocksuite/affine/model/typedoc.json | 4 ---- blocksuite/affine/shared/typedoc.json | 4 ---- blocksuite/affine/widget-scroll-anchoring/typedoc.json | 4 ---- blocksuite/blocks/typedoc.json | 4 ---- blocksuite/framework/block-std/typedoc.json | 4 ---- blocksuite/framework/inline/typedoc.json | 4 ---- blocksuite/framework/store/typedoc.json | 4 ---- blocksuite/presets/typedoc.json | 4 ---- 14 files changed, 56 deletions(-) delete mode 100644 blocksuite/affine/all/typedoc.json delete mode 100644 blocksuite/affine/block-list/typedoc.json delete mode 100644 blocksuite/affine/block-paragraph/typedoc.json delete mode 100644 blocksuite/affine/block-surface/typedoc.json delete mode 100644 blocksuite/affine/components/typedoc.json delete mode 100644 blocksuite/affine/data-view/typedoc.json delete mode 100644 blocksuite/affine/model/typedoc.json delete mode 100644 blocksuite/affine/shared/typedoc.json delete mode 100644 blocksuite/affine/widget-scroll-anchoring/typedoc.json delete mode 100644 blocksuite/blocks/typedoc.json delete mode 100644 blocksuite/framework/block-std/typedoc.json delete mode 100644 blocksuite/framework/inline/typedoc.json delete mode 100644 blocksuite/framework/store/typedoc.json delete mode 100644 blocksuite/presets/typedoc.json diff --git a/blocksuite/affine/all/typedoc.json b/blocksuite/affine/all/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/all/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/affine/block-list/typedoc.json b/blocksuite/affine/block-list/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/block-list/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/affine/block-paragraph/typedoc.json b/blocksuite/affine/block-paragraph/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/block-paragraph/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/affine/block-surface/typedoc.json b/blocksuite/affine/block-surface/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/block-surface/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/affine/components/typedoc.json b/blocksuite/affine/components/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/components/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/affine/data-view/typedoc.json b/blocksuite/affine/data-view/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/data-view/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/affine/model/typedoc.json b/blocksuite/affine/model/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/model/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/affine/shared/typedoc.json b/blocksuite/affine/shared/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/shared/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/affine/widget-scroll-anchoring/typedoc.json b/blocksuite/affine/widget-scroll-anchoring/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/affine/widget-scroll-anchoring/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/blocks/typedoc.json b/blocksuite/blocks/typedoc.json deleted file mode 100644 index f593f276c2..0000000000 --- a/blocksuite/blocks/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/framework/block-std/typedoc.json b/blocksuite/framework/block-std/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/framework/block-std/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/framework/inline/typedoc.json b/blocksuite/framework/inline/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/framework/inline/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/framework/store/typedoc.json b/blocksuite/framework/store/typedoc.json deleted file mode 100644 index 101e923dba..0000000000 --- a/blocksuite/framework/store/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -} diff --git a/blocksuite/presets/typedoc.json b/blocksuite/presets/typedoc.json deleted file mode 100644 index f593f276c2..0000000000 --- a/blocksuite/presets/typedoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["../../typedoc.base.json"], - "entryPoints": ["src/index.ts"] -}