Skip to content

Commit

Permalink
chore: fix search plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 committed Apr 19, 2024
1 parent ccedd85 commit 94146a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ const config: Config = {
{
hashed: true,
language: ['en', 'zh'],
docsRouteBasePath: '/',
indexBlog: false,
docsDir: '../',
ignoreFiles: ['website'],
},
],
],
Expand Down
1 change: 0 additions & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
}

/* * --- custom --- */

.docs-doc-page article .markdown > header > h1 {
display: none;
}

0 comments on commit 94146a8

Please sign in to comment.