Skip to content

Commit

Permalink
- packages moved up & plugin config in docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
Klauss committed Dec 27, 2023
1 parent 5674c2d commit 7cd56e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs-src/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ const config: Config = {
defaultLocale: 'en',
locales: ['en'],
},
plugins: [['./docusaurus-lunr-search-main/src/', {
excludeRoutes:['**blog**']
}]],

scripts: [
{
Expand Down
15 changes: 14 additions & 1 deletion docs-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@
"clsx": "2.0.0",
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"autocomplete.js": "^0.37.0",
"gauge": "^3.0.0",
"hast-util-select": "^4.0.0",
"hast-util-to-text": "^2.0.0",
"hogan.js": "^3.0.2",
"lunr": "^2.3.8",
"lunr-languages": "^1.4.0",
"mark.js": "^8.11.1",
"minimatch": "^3.0.4",
"rehype-parse": "^7.0.1",
"to-vfile": "^6.1.0",
"unified": "^9.0.0",
"unist-util-is": "^4.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.1",
Expand Down

0 comments on commit 7cd56e1

Please sign in to comment.