Skip to content

Commit 5bf18c9

Browse files
ivictborCopilot
andcommitted
feat: update Docusaurus config to use custom anchors and change enum members format to list
Co-authored-by: Copilot <copilot@github.com>
1 parent a61189c commit 5bf18c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

adminforth/documentation/docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ const config: Config = {
9999
"title.indexPage": "TypeDoc API",
100100
"title.memberPage": "{name}",
101101
},
102+
useCustomAnchors: true,
102103
parametersFormat: "table",
103-
enumMembersFormat: "table",
104+
enumMembersFormat: "list",
104105
},
105106
],
106107
[

0 commit comments

Comments
 (0)