diff --git a/packages/documentation/lib/index.tsx b/packages/documentation/lib/index.tsx
index f223215f667..67cde5b0db2 100644
--- a/packages/documentation/lib/index.tsx
+++ b/packages/documentation/lib/index.tsx
@@ -10,6 +10,7 @@ import {
KindRouter,
type Models,
type NavigationElement,
+ PageEvent,
ParameterType,
type ProjectReflection,
RendererEvent,
@@ -162,15 +163,6 @@ export const load = (app: Application) => {
};
});
- // Need the Meta Tags to be inserted first, or it causes issues with the navigation sidebar
- app.renderer.hooks.on('head.begin', () => (
- <>
-
- >
- ));
-
app.renderer.hooks.on('head.end', (event) => (
<>