diff --git a/docs/Self Hosting/docker.mdx b/docs/Self Hosting/docker.mdx deleted file mode 100644 index 80cfe64..0000000 --- a/docs/Self Hosting/docker.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: '🐋 Docker' -updated: '2024-10-07' -summary: 'petentium usu tota noluisse errem elaboraret auctor.' -order: 4 ---- - -# 🐋 Deploying on Docker -... \ No newline at end of file diff --git a/docs/Service Monitoring/components.mdx b/docs/Service Monitoring/components.mdx deleted file mode 100644 index 70191f7..0000000 --- a/docs/Service Monitoring/components.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: '🧩 Components' -updated: '2024-10-07' -summary: 'petentium usu tota noluisse errem elaboraret auctor.' -order: 2 ---- - -# 🧩 Components -... \ No newline at end of file diff --git a/docs/Service Monitoring/supported-services.mdx b/docs/Service Monitoring/supported-services.mdx deleted file mode 100644 index 6dcac3d..0000000 --- a/docs/Service Monitoring/supported-services.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: '✔️ Supported Services' -updated: '2024-10-07' -summary: 'petentium usu tota noluisse errem elaboraret auctor.' -order: 3 ---- - -# ✔️ Supported Services -Below is a list of all the services that are currently supported by Pulse App. Are we missing a service? Please [open an issue](https://git.rainnny.club/PulseApp/API/issues)! \ No newline at end of file diff --git a/docs/intro.mdx b/docs/intro.mdx deleted file mode 100644 index 6eb2d70..0000000 --- a/docs/intro.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: '🚀 Introduction' -updated: '2024-10-06' -summary: 'petentium usu tota noluisse errem elaboraret auctor.' -order: 1 ---- - -> [!IMPORTANT] -> These docs are currently a work in progress and are subject to change. - -# Pulse App -A lightweight service monitoring solution for tracking the availability of whatever service your heart desires! - -## Getting Started -Let's get you up and running—this will only take a few minutes! Start by [creating your account](#creating-your-account) and -making your first status page. You can do this on our cloud or on your [own instance](/self-hosting). Once done, you can add -your services and start monitoring them. See [Next Steps](#next-steps) for more. - -### Creating your Account -- First, head to our [Dashboard](https://pulseapp.cc/dashboard) and fill out the form. ![Registering](https://cdn.rainnny.club/auhNOjrcYz6u.png) -- Next, complete the onboarding process and set up your first organization, and status page. ![Onboarding](https://cdn.rainnny.club/AfDgjHG5QTpZ.png) -- Finally, you can [start monitoring your services](#next-steps)! \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 488831e..2e3f418 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,12 +26,16 @@ const RootLayout = async ({ const pages: DocsContentMetadata[] = await getDocsContent(); return ( - - +
@@ -45,8 +49,8 @@ const RootLayout = async ({