Skip to content

Commit a46032d

Browse files
committed
update typedoc plugin and add slug
1 parent 41d02f3 commit a46032d

File tree

3 files changed

+104
-33
lines changed

3 files changed

+104
-33
lines changed

www/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = {
127127
'docusaurus-plugin-typedoc-api',
128128
{
129129
projectRoot: path.join(__dirname, '..'),
130-
packages: ['.'],
130+
packages: [{ path: '.', slug: 'graphql-js' }],
131131
},
132132
],
133133
],

www/package-lock.json

Lines changed: 102 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]
3939
},
4040
"devDependencies": {
41-
"docusaurus-plugin-typedoc-api": "^1.3.0",
41+
"docusaurus-plugin-typedoc-api": "^1.4.0",
4242
"typedoc": "^0.21.6"
4343
}
4444
}

0 commit comments

Comments
 (0)