Skip to content

Commit

Permalink
update typedoc plugin and add slug
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Oct 14, 2021
1 parent 41d02f3 commit a46032d
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 33 deletions.
2 changes: 1 addition & 1 deletion www/docusaurus.config.js
Expand Up @@ -127,7 +127,7 @@ module.exports = {
'docusaurus-plugin-typedoc-api',
{
projectRoot: path.join(__dirname, '..'),
packages: ['.'],
packages: [{ path: '.', slug: 'graphql-js' }],
},
],
],
Expand Down
133 changes: 102 additions & 31 deletions www/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/package.json
Expand Up @@ -38,7 +38,7 @@
]
},
"devDependencies": {
"docusaurus-plugin-typedoc-api": "^1.3.0",
"docusaurus-plugin-typedoc-api": "^1.4.0",
"typedoc": "^0.21.6"
}
}

0 comments on commit a46032d

Please sign in to comment.