Skip to content

Commit

Permalink
Updated Docusaurus to v3.5.2, updated search plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreniche committed Sep 18, 2024
1 parent 2d1cdcf commit 9464063
Show file tree
Hide file tree
Showing 4 changed files with 3,015 additions and 2,274 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

- name: Install dependencies
run: npm ci
- name: Install Search Pluin
run: npm install @cmfcmf/docusaurus-search-local
- name: Build website
run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const config = {
}),
],
],
plugins: [require.resolve("@cmfcmf/docusaurus-search-local")],
plugins: [require.resolve("docusaurus-lunr-search")],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
Expand Down
Loading

0 comments on commit 9464063

Please sign in to comment.