Skip to content

Commit

Permalink
Update config.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Apr 21, 2024
1 parent 10ad718 commit b282404
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/docusaurus-types/src/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};
Expand Down

0 comments on commit b282404

Please sign in to comment.