Skip to content

Commit f2e6196

Browse files
authored
Merge pull request #2 from mongodb-developer/update-docusaurus-3.5.2
Updated Docusaurus to v3.5.2, updated search plugin
2 parents 2d1cdcf + 9464063 commit f2e6196

File tree

4 files changed

+3015
-2274
lines changed

4 files changed

+3015
-2274
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: npm ci
23-
- name: Install Search Pluin
24-
run: npm install @cmfcmf/docusaurus-search-local
2523
- name: Build website
2624
run: npm run build
2725

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const config = {
125125
}),
126126
],
127127
],
128-
plugins: [require.resolve("@cmfcmf/docusaurus-search-local")],
128+
plugins: [require.resolve("docusaurus-lunr-search")],
129129
themeConfig:
130130
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
131131
({

0 commit comments

Comments
 (0)