Skip to content

Commit

Permalink
try fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Oct 21, 2024
1 parent 0a5d159 commit f9c6fb9
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,22 @@ const config: Config = {
} satisfies Preset.Options,
],
],
themes: [

plugins: [
[
require.resolve("@easyops-cn/docusaurus-search-local"),
/** @type {import("@easyops-cn/docusaurus-search-local").PluginOptions} */
({
indexBlog: false,
"@easyops-cn/docusaurus-search-local",
{
hashed: true,
}),
indexDocs: true,
indexBlog: false,
indexPages: false,
docsRouteBasePath: "/",
searchBarShortcutHint: false,
},
],
],


themeConfig: {
// Replace with your project's social card
image: 'img/care_social_card.jpg',
Expand Down

0 comments on commit f9c6fb9

Please sign in to comment.