From 519b688f13ada3a7b2591280206724655791c434 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 9 Oct 2024 22:04:53 -0400 Subject: [PATCH] move docs content to its own repo Took 30 minutes --- docs/Self Hosting/docker.mdx | 9 ------ docs/Service Monitoring/components.mdx | 9 ------ .../Service Monitoring/supported-services.mdx | 9 ------ docs/intro.mdx | 22 -------------- src/app/layout.tsx | 20 ++++++++----- src/app/styles/globals.css | 18 +++-------- src/components/sidebar/sidebar.tsx | 4 +-- src/lib/mdx.ts | 30 ++++++++++++++----- src/middleware.ts | 4 ++- 9 files changed, 44 insertions(+), 81 deletions(-) delete mode 100644 docs/Self Hosting/docker.mdx delete mode 100644 docs/Service Monitoring/components.mdx delete mode 100644 docs/Service Monitoring/supported-services.mdx delete mode 100644 docs/intro.mdx 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 ({