Fix docusaurus setup

This commit is contained in:
Marc Rousavy 2021-03-03 21:20:20 +01:00
parent 505a08d7e9
commit da0a29b8b3
5 changed files with 6 additions and 11 deletions

View File

@ -7,7 +7,7 @@
<blockquote><h4>📸 The Camera library that sees the vision.</h4></blockquote> <blockquote><h4>📸 The Camera library that sees the vision.</h4></blockquote>
<br /> <br />
<a href="https://cuvent.com"><img height=40 src="docs/static/img/cuvent-logo-text.svg"></a> <a href="https://cuvent.com"><img height="40" src="docs/static/img/cuvent-logo-text.svg"></a>
<br/> <br/>
<span> <span>
<a align="center" href="https://github.com/mrousavy?tab=followers"> <a align="center" href="https://github.com/mrousavy?tab=followers">

View File

@ -101,9 +101,9 @@ module.exports = {
readme: "none", readme: "none",
sidebar: { sidebar: {
sidebarFile: 'typedoc-sidebar.js', sidebarFile: 'typedoc-sidebar.js',
fullNames: true, fullNames: false,
readmeLabel: 'Overview' indexLabel: 'Overview'
}, }
}, },
], ],
], ],

View File

@ -34,7 +34,6 @@
"devDependencies": { "devDependencies": {
"docusaurus-plugin-typedoc": "^0.10.0", "docusaurus-plugin-typedoc": "^0.10.0",
"typedoc": "^0.20.28", "typedoc": "^0.20.28",
"typedoc-plugin-markdown": "^3.6.0", "typedoc-plugin-markdown": "^3.6.0"
"typescript": "^4.1.5"
} }
} }

View File

@ -1,5 +1,6 @@
module.exports = [ module.exports = [
"api/index", "api/index",
"api/modules",
{ {
"type": "category", "type": "category",
"label": "Modules", "label": "Modules",

View File

@ -9760,11 +9760,6 @@ typedoc@^0.20.28:
shiki "^0.9.2" shiki "^0.9.2"
typedoc-default-themes "^0.12.7" typedoc-default-themes "^0.12.7"
typescript@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
ua-parser-js@^0.7.18: ua-parser-js@^0.7.18:
version "0.7.24" version "0.7.24"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.24.tgz#8d3ecea46ed4f1f1d63ec25f17d8568105dc027c" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.24.tgz#8d3ecea46ed4f1f1d63ec25f17d8568105dc027c"