diff --git a/src/content/docs/about/contact.md b/src/content/docs/about/contact.md index 10f6262..c707032 100644 --- a/src/content/docs/about/contact.md +++ b/src/content/docs/about/contact.md @@ -342,8 +342,9 @@ For any questions about these sessions or to discuss a different type of engagem ## 7. Email Communication -> [!WARNING] -> Email communication is considered a paid service and will be invoiced. +:::warning +Email communication is considered a paid service and will be invoiced. +::: We offer several email addresses for specific types of inquiries. Please use the appropriate email address to ensure your message reaches the right team and receives the most efficient response. @@ -439,8 +440,9 @@ We are committed to maintaining a respectful and productive communication enviro - Spam or excessive unsolicited emails are prohibited. - Attempting to use our email system for malicious purposes (e.g., phishing, spreading malware) is strictly forbidden. -> [!ATTENTION] -> Abuse of our email system or violation of these guidelines will result in your email address being blocked from sending communications to any of our addresses. This block may be temporary or permanent, depending on the severity and frequency of the abuse. +:::danger[Attention!] +Abuse of our email system or violation of these guidelines will result in your email address being blocked from sending communications to any of our addresses. This block may be temporary or permanent, depending on the severity and frequency of the abuse. +::: If you believe your email has been blocked in error, please contact us through an alternative method listed in this document to request a review of the situation. diff --git a/src/content/docs/dev/contributing.md b/src/content/docs/dev/contributing.md index 2e08d2d..3dea477 100644 --- a/src/content/docs/dev/contributing.md +++ b/src/content/docs/dev/contributing.md @@ -514,8 +514,9 @@ Your ideas can help shape the future of the project. To suggest a new feature: 1. Clearly describe the feature and its potential benefits 1. If possible, outline how the feature might be implemented -> [!TIP] -> Consider discussing your idea in our community chat before creating an issue to gather initial feedback. +:::tip[Before you start:] +Consider discussing your idea in our community chat before creating an issue to gather initial feedback. +::: ### 8.3 Bug Reports diff --git a/src/content/docs/dev/environment.md b/src/content/docs/dev/environment.md index 338f12e..8381d94 100644 --- a/src/content/docs/dev/environment.md +++ b/src/content/docs/dev/environment.md @@ -351,8 +351,9 @@ IgnorePkg = This is a complete list of all packages on the machine. This list is generated with `yay -Q`. -> [!WARNING] -> This list is mega chonky. +:::warning +This list is mega chonky. +LLL
Expand List diff --git a/src/content/docs/dev/servers.md b/src/content/docs/dev/servers.md index d29ebac..3a676c5 100644 --- a/src/content/docs/dev/servers.md +++ b/src/content/docs/dev/servers.md @@ -56,8 +56,9 @@ To prepare the server to receive web requests, you'll need to follow a few steps ### 3.1. SSL Certificate -> [!NOTE] -> If the Firewall has been set up, you'll need to temporarily allow port 80 for the certificate to generate. +:::note +If the Firewall has been set up, you'll need to temporarily allow port 80 for the certificate to generate. +::: We use LetsEncrypt to provision our SSL certificates. If it is not installed, install it with: