diff --git a/documentation/src/components/Layout.astro b/documentation/src/components/Layout.astro index 2dad40026..eea3f4f41 100644 --- a/documentation/src/components/Layout.astro +++ b/documentation/src/components/Layout.astro @@ -1,9 +1,10 @@ --- -import NavMenu from "@components/NavMenu.astro"; import MenuIcon from "@components/MenuIcon.astro"; import type { MarkdownLayoutProps } from "astro"; import CloseIcon from "./CloseIcon.astro"; +import { sections } from "src/nav"; +import NavSection from "./NavSection.astro"; type Props = MarkdownLayoutProps<{ title: string; @@ -17,6 +18,10 @@ type Props = MarkdownLayoutProps<{