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. -[![Deploy with +[![Deploy with Vercel](https://vercel.com/button)](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() {
+ + +
-
- - -
+
@@ -36,9 +37,9 @@ export function Logo() { const { navbar } = docuConfig; // Extract navbar from JSON return ( - - {navbar.logo.alt} -

{navbar.logoText}

+ + {navbar.logo.alt} +

{navbar.logoText}

); } diff --git a/components/search.tsx b/components/search.tsx index 99b8642..9ee3757 100644 --- a/components/search.tsx +++ b/components/search.tsx @@ -96,14 +96,14 @@ export default function Search() { }} > -
+
-
+
K