Skip to content

Commit bc8ed8c

Browse files
committed
restore toc
1 parent 0a445f2 commit bc8ed8c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/docs/src/plugins/typedoc-frontmatter.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export function load(application) {
3333
tag: "style",
3434
},
3535
];
36-
frontmatter.tableOfContents = shouldHaveTableOfContents(event.url);
3736

3837
const extraFeatureTitle = getExtraFeatureTitle(event.url);
3938
if (extraFeatureTitle !== undefined) {
@@ -71,10 +70,6 @@ function getExtraFeatureTitle(url) {
7170
);
7271
}
7372

74-
function shouldHaveTableOfContents(url) {
75-
return url === "classes/features/other/extraConsoleCommands/commands.md";
76-
}
77-
7873
function pascalCaseToTitleCase(value) {
7974
return value
8075
.replaceAll(/(?<=[A-Z])(?=[A-Z][a-z])/gv, " ")

0 commit comments

Comments
 (0)