Skip to content

Commit

Permalink
Merge pull request #1 from mongodb-developer/update-docusaurus
Browse files Browse the repository at this point in the history
Updated Docusaurus to v3.5.2, changed search plugin
  • Loading branch information
ajosh0504 authored Sep 18, 2024
2 parents 214a614 + 7e2800b commit 6f606d7
Show file tree
Hide file tree
Showing 4 changed files with 3,044 additions and 2,305 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
6 changes: 2 additions & 4 deletions 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 All @@ -145,9 +145,7 @@ const config = {
width: "135px",
height: "100%",
},
items: [

],
items: [],
},
footer: {
style: "dark",
Expand Down
Loading

0 comments on commit 6f606d7

Please sign in to comment.