Skip to content

Commit

Permalink
Docusaurus: remove docs substring in search results (#5789)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Apr 10, 2024
1 parent 6ab7bb6 commit 253b8c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ const config: Config = {
apiKey: 'fd3d0a05bfe5d280348060ca5ea416be',
indexName: 'prisma',
contextualSearch: false,
replaceSearchResultPathname: {
from: '/docs/',
to: '/'
}
},
footer: {
style: 'dark',
Expand Down

0 comments on commit 253b8c9

Please sign in to comment.