diff --git a/README.md b/README.md index 3195f30..fbec515 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > **Note**: This application is a fork of [AriaDocs](https://github.com/nisabmohd/Aria-Docs), created by [Nisab Mohd](https://github.com/nisabmohd). DocuBook provides an alternative to the documentation solution found on [Mintlify](https://mintlify.com/), utilizing `.mdx` (Markdown + JSX) for content creation and management. -[](https://vercel.com/import/project?template=https://github.com/gitfromwildan/docubook) ## Features diff --git a/components/navbar.tsx b/components/navbar.tsx index 4db77ad..7a66c2f 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -5,6 +5,7 @@ import Search from "@/components/search"; import Anchor from "@/components/anchor"; import { SheetLeftbar } from "@/components/leftbar"; import { SheetClose } from "@/components/ui/sheet"; +import { Separator } from "@/components/ui/separator"; import docuConfig from "@/docu.json"; // Import JSON export function Navbar() { @@ -18,13 +19,13 @@ export function Navbar() {