@@ -31,7 +31,7 @@ Some other comments
- [someFunction](functions/someFunction.md)
-> **Generated using \`page.index.end\` hook**
+> **Generated using \`index.page.end\` hook**
PAGE_END
"
diff --git a/packages/typedoc-plugin-markdown/typedoc.public.json b/packages/typedoc-plugin-markdown/typedoc.public.json
deleted file mode 100644
index 902c544c1..000000000
--- a/packages/typedoc-plugin-markdown/typedoc.public.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "$schema": "https://typedoc-plugin-markdown.org/schema.json",
-
- "entryPoints": ["./src/public-api.ts"],
- "out": "../../docs/pages/api-docs",
- "plugin": [
- "typedoc-plugin-markdown",
- "../../devtools/typedoc-plugins/typedoc-nextra.mjs",
- "../../devtools/typedoc-plugins/typedoc-ignore-typeparam.mjs",
- "../../devtools/typedoc-plugins/typedoc-symbols.mjs"
- ],
- "sortEntryPoints": false,
- "name": "API",
- "sort": ["required-first", "source-order"],
- "includeVersion": false,
- "disableSources": true,
- "excludeInternal": true,
- "excludeExternals": true,
- "excludePrivate": true,
- "outputFileStrategy": "members",
- "fileExtension": ".mdx",
- "publicPath": "/api-docs",
- "indexFormat": "table",
- "readme": "none",
- "entryFileName": "index.md",
- "hideBreadcrumbs": true,
- "hidePageHeader": true,
- "hideGroupHeadings": false,
- "expandObjects": false,
- "parametersFormat": "table",
- "expandParameters": false,
- "groupOrder": ["Documents", "Events", "Theme Classes", "Interfaces"],
- "tableColumnSettings": {
- "hideOverrides": true,
- "hideModifiers": true,
- "hideDefaults": true,
- "hideSources": true,
- "leftAlignHeaders": true
- },
- "useCodeBlocks": false,
- "pageTitleTemplates": {
- "member": "{name}"
- },
- "flattenOutputFiles": true,
- "navigation": {
- "includeCategories": true,
- "includeGroups": false
- }
-}