diff --git a/README.md b/README.md index 8d684d2..fbec515 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ > **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 Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/mywildancloud/docubook) +[![Deploy with +Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/gitfromwildan/docubook) ## Features diff --git a/app/blog/page.tsx b/app/blog/page.tsx index dd5eaec..780cd39 100644 --- a/app/blog/page.tsx +++ b/app/blog/page.tsx @@ -16,7 +16,7 @@ export default async function BlogIndexPage() { (a, b) => stringToDate(b.date).getTime() - stringToDate(a.date).getTime() ); return ( -
+

Blog Posts diff --git a/app/hire-me/page.tsx b/app/hire-me/page.tsx deleted file mode 100644 index 327d889..0000000 --- a/app/hire-me/page.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { getMetadata } from "@/app/layout"; - -export const metadata = getMetadata({ - title: "Hire Me", - description: "Hire me to start a documentation project with DocuBook", -}); - -export default function EmbeddedHTML() { - return ( -
-