Skip to content

Commit fe0b3fd

Browse files
committed
🔧 Use @apify/docusaurus-plugin-typedoc-api plugin
1 parent d25ec02 commit fe0b3fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.cspell.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"language": "en",
44
"import": ["@w5s/cspell-config"],
55
"words": [
6+
"apify",
67
"bigdecimal",
78
"CLOB",
89
"concat",

‎apps/website/docusaurus.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const config: Config = (() => {
210210

211211
plugins: [
212212
[
213-
'docusaurus-plugin-typedoc-api',
213+
'@apify/docusaurus-plugin-typedoc-api',
214214
{
215215
projectRoot,
216216
packages: packageList.map(({ path, entry }) => ({

0 commit comments

Comments
 (0)