diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index ad3267900..eff7750eb 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -37,7 +37,9 @@ const config: Config = { language: ['en'], indexBlog: false, docsRouteBasePath: '/', - highlightSearchTermsOnTargetPage: true, + // Disabled: appends ?_highlight=... to URLs (before the #anchor), + // which makes copy/pasted doc links ugly. Ctrl+F on the page is fine. + highlightSearchTermsOnTargetPage: false, }), ], ],