mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
added search functionality
This commit is contained in:
parent
9b54caf32f
commit
f922802b08
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,8 @@ const config = {
|
|||
tagline: 'docs.jonasjones.dev',
|
||||
favicon: 'img/favicon.png',
|
||||
|
||||
plugins: [require.resolve("@cmfcmf/docusaurus-search-local")],
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://docs.jonasjones.dev',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cmfcmf/docusaurus-search-local": "^1.2.0",
|
||||
"@docusaurus/core": "3.5.2",
|
||||
"@docusaurus/preset-classic": "3.5.2",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue