diff --git a/packages/docusaurus-types/src/config.d.ts b/packages/docusaurus-types/src/config.d.ts index 4016466ff641..d20d5dbb8de0 100644 --- a/packages/docusaurus-types/src/config.d.ts +++ b/packages/docusaurus-types/src/config.d.ts @@ -102,12 +102,10 @@ export type MarkdownConfig = { */ remarkRehypeOptions: RemarkRehypeOptions; - /** - * Ability to preserve the case of the heading anchor links. - * See also https://github.com/facebook/docusaurus/issues/7946 - */ - anchors?: { + /** + * Ability to preserve the case of the heading anchor links. + */ maintainCase: boolean; }; };