Skip to content

Commit a10b3a9

Browse files
Removed Astro Asides - Fixes broken hyperlink on some pages
1 parent f5b0ed2 commit a10b3a9

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

docs/databases/backups.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ const VALID_CRON_STRINGS = [
2525

2626
Coolify creates a full backup of your PostgreSQL databases. You can specify which database to backup, with a comma separated list.
2727

28-
<Aside type="tip">Coolify own database is also backed up using this method.</Aside>
28+
::: info Tip
29+
Coolify own database is also backed up using this method.
30+
:::
2931

3032
### Backup command
3133

docs/knowledge-base/delete-user.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: Delete User
55
# Delete User
66
This guide will show you how to delete a user from the self-hosted Coolify instance.
77

8-
<Aside type="caution">
8+
::: warning Caution
99
If you delete a user, and Coolify still has connection to the servers, it will
1010
delete all the resources on the servers as well, not just from Coolify's
1111
database.
12-
</Aside>
12+
:::
1313

1414
Only users who are in the `root` team can delete users from the UI.
1515

@@ -20,7 +20,9 @@ Here you can see all the users registered in Coolify. Click on the `Delete` butt
2020

2121
## Deletion process
2222

23-
<Aside type="tip">The root team or root user cannot be deleted.</Aside>
23+
::: info Tip
24+
The root team or root user cannot be deleted.
25+
:::
2426

2527
Coolify iterate over all the teams of a user and decide of the followings:
2628

docs/knowledge-base/internal/scalability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Which one is the best?
2828

2929
It depends on your needs, but we recommend the `one domain across multiple servers`.
3030

31-
<Aside type="tip">
31+
::: info Tip
3232
We also recommend to use [Hetzner](https://coolify.io/hetzner) (referral link) for the servers.
3333

3434
**(The cloud version of Coolify - and all of our other services - is also using Hetzner)**
35-
</Aside>
35+
:::
3636

3737
#### One domain across multiple servers (Recommended)
3838

docs/knowledge-base/proxy/traefik/dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ To enable access from the internet, you need to add a dynamic configuration and
99

1010
## Secure mode (with Dynamic Configuration)
1111

12-
<Aside type="tip">
12+
::: info Tip
1313
How to configure Traefik's dynamic configuration? [Read
1414
more](/docs/knowledge-base/traefik/dynamic-configurations)
15-
</Aside>
15+
:::
1616

1717
You can enable Traefik's dashboard by adding the following dynamic configuration:
1818

0 commit comments

Comments
 (0)