From 7aae5112056b182c97bc98318e03fe33d7cc6ec0 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 9 Oct 2024 21:53:06 -0400 Subject: [PATCH] Initial Commit --- README.md | 2 ++ Self Hosting/docker.mdx | 9 +++++++++ Service Monitoring/components.mdx | 9 +++++++++ Service Monitoring/supported-services.mdx | 9 +++++++++ intro.mdx | 22 ++++++++++++++++++++++ 5 files changed, 51 insertions(+) create mode 100644 README.md create mode 100644 Self Hosting/docker.mdx create mode 100644 Service Monitoring/components.mdx create mode 100644 Service Monitoring/supported-services.mdx create mode 100644 intro.mdx diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc016f8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# docs-content +The content for the Pulse App documentation. \ No newline at end of file diff --git a/Self Hosting/docker.mdx b/Self Hosting/docker.mdx new file mode 100644 index 0000000..80cfe64 --- /dev/null +++ b/Self Hosting/docker.mdx @@ -0,0 +1,9 @@ +--- +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/Service Monitoring/components.mdx b/Service Monitoring/components.mdx new file mode 100644 index 0000000..70191f7 --- /dev/null +++ b/Service Monitoring/components.mdx @@ -0,0 +1,9 @@ +--- +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/Service Monitoring/supported-services.mdx b/Service Monitoring/supported-services.mdx new file mode 100644 index 0000000..6dcac3d --- /dev/null +++ b/Service Monitoring/supported-services.mdx @@ -0,0 +1,9 @@ +--- +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/intro.mdx b/intro.mdx new file mode 100644 index 0000000..6eb2d70 --- /dev/null +++ b/intro.mdx @@ -0,0 +1,22 @@ +--- +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