We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25ec02 commit fe0b3fdCopy full SHA for fe0b3fd
‎.cspell.json‎
@@ -3,6 +3,7 @@
3
"language": "en",
4
"import": ["@w5s/cspell-config"],
5
"words": [
6
+ "apify",
7
"bigdecimal",
8
"CLOB",
9
"concat",
‎apps/website/docusaurus.config.ts‎
@@ -210,7 +210,7 @@ const config: Config = (() => {
210
211
plugins: [
212
[
213
- 'docusaurus-plugin-typedoc-api',
+ '@apify/docusaurus-plugin-typedoc-api',
214
{
215
projectRoot,
216
packages: packageList.map(({ path, entry }) => ({
0 commit comments