diff --git a/src/app/docs/[...slug]/page.tsx b/src/app/docs/[...slug]/page.tsx index 9cdcc82..1b35537 100644 --- a/src/app/docs/[...slug]/page.tsx +++ b/src/app/docs/[...slug]/page.tsx @@ -112,11 +112,9 @@ export default async function DocPage({ params }: PageProps) { )} -
-
-
    , ol: ({ node, ...props }: any) =>
      , li: ({ node, ...props }: any) =>
    1. , - a: ({ node, ...props }: any) => , - }} - > - {body} - -
-
+ a: ({ node, ...props }: any) => , + }} + > + {body} + {/* Navigation Footer */}