Skip to content

Commit

Permalink
docs: add search to docs (#2418)
Browse files Browse the repository at this point in the history
MSalopek authored Dec 6, 2024
1 parent 01f9698 commit b62f564
Showing 3 changed files with 761 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -181,6 +181,7 @@ const config = {
}),
themes: ["@you54f/theme-github-codeblock"],
plugins: [
require.resolve("docusaurus-lunr-search"),
async function myPlugin(context, options) {
return {
name: "docusaurus-tailwindcss",
759 changes: 759 additions & 0 deletions docs/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
"@you54f/theme-github-codeblock": "^0.1.1",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.5.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prism-react-renderer": "^2.3.0",

0 comments on commit b62f564

Please sign in to comment.