some more docs content
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled
Took 18 minutes
This commit is contained in:
parent
fbde7667bc
commit
36af41cbe4
@ -20,11 +20,4 @@ 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)!
|
||||
|
||||
### Next Steps
|
||||
#### Components
|
||||
...
|
||||
|
||||
#### Automations
|
||||
...
|
||||
- Finally, you can [start monitoring your services](#next-steps)!
|
8
docs/👨🏼💻 Self Hosting/docker.mdx
Normal file
8
docs/👨🏼💻 Self Hosting/docker.mdx
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: '🐋 Docker'
|
||||
published: '2024-10-07'
|
||||
summary: 'petentium usu tota noluisse errem elaboraret auctor.'
|
||||
---
|
||||
|
||||
# Deploying on Docker
|
||||
...
|
8
docs/🖥️ Service Monitoring/components.mdx
Normal file
8
docs/🖥️ Service Monitoring/components.mdx
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: '🧩 Components'
|
||||
published: '2024-10-07'
|
||||
summary: 'petentium usu tota noluisse errem elaboraret auctor.'
|
||||
---
|
||||
|
||||
# Components
|
||||
...
|
8
docs/🖥️ Service Monitoring/supported-services.mdx
Normal file
8
docs/🖥️ Service Monitoring/supported-services.mdx
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: '✔️ Supported Services'
|
||||
published: '2024-10-07'
|
||||
summary: 'petentium usu tota noluisse errem elaboraret auctor.'
|
||||
---
|
||||
|
||||
# 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)!
|
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
@ -26,8 +26,8 @@ const DocsPage = async ({
|
||||
}: {
|
||||
params: Promise<{ slug: string[] }>;
|
||||
}): Promise<ReactElement> => {
|
||||
const slug: string = (((await params).slug as string[]) || undefined)?.join(
|
||||
"/"
|
||||
const slug: string = decodeURIComponent(
|
||||
(((await params).slug as string[]) || undefined)?.join("/")
|
||||
);
|
||||
|
||||
// Get the content to display based on the provided slug
|
||||
|
@ -83,7 +83,7 @@ const CategoryItem = ({
|
||||
{hasChildren && (
|
||||
<motion.div
|
||||
initial={false}
|
||||
animate={{ rotate: isOpen ? 90 : 180 }}
|
||||
animate={{ rotate: isOpen ? 90 : 0 }}
|
||||
transition={{ duration: 0.2 }}
|
||||
>
|
||||
<ChevronRight className="w-4 h-4" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user