Skip to content

Commit

Permalink
Fix table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jun 3, 2024
1 parent 1c2ed80 commit 339eca2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "https://typedoc-plugin-markdown.org/schema.json",
"entryPoints": ["src/index.ts"],
"sort": ["source-order"],
"categoryOrder": ["Number", "Currency", "Date & Time", "*"],
"plugin": ["typedoc-plugin-markdown", "typedoc-github-wiki-theme"]
"plugin": ["typedoc-plugin-markdown", "typedoc-github-wiki-theme"],
"readme": "none",
"enumMembersFormat": "table",
"parametersFormat": "table",
"propertiesFormat": "table",
"typeDeclarationFormat": "table",
"indexFormat": "table"
}

0 comments on commit 339eca2

Please sign in to comment.