Skip to content

Commit b282404

Browse files
authored
Update config.d.ts
1 parent 10ad718 commit b282404

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/docusaurus-types/src/config.d.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,10 @@ export type MarkdownConfig = {
102102
*/
103103
remarkRehypeOptions: RemarkRehypeOptions;
104104

105-
/**
106-
* Ability to preserve the case of the heading anchor links.
107-
* See also https://github.com/facebook/docusaurus/issues/7946
108-
*/
109-
110105
anchors?: {
106+
/**
107+
* Ability to preserve the case of the heading anchor links.
108+
*/
111109
maintainCase: boolean;
112110
};
113111
};

0 commit comments

Comments
 (0)