DOCS: MCP features

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-01-31 16:19:19 +11:00
parent a41111c5f7
commit f52a7c112a
2 changed files with 35 additions and 28 deletions

View File

@@ -8,6 +8,8 @@ hide:
Guides and resources to help you set up, configure, and troubleshoot NetAlertX. Guides and resources to help you set up, configure, and troubleshoot NetAlertX.
<div class="promo-card-wrapper">
<div class="promo-card"> <div class="promo-card">
<h3>Learn</h3> <h3>Learn</h3>
<p>Understand NetAlertX core features, discovery, and alerting concepts</p> <p>Understand NetAlertX core features, discovery, and alerting concepts</p>
@@ -39,6 +41,7 @@ Guides and resources to help you set up, configure, and troubleshoot NetAlertX.
Contribute on GitHub Contribute on GitHub
</a> </a>
</div> </div>
</div>
![Preview](./img/devices_split.png) ![Preview](./img/devices_split.png)

View File

@@ -31,7 +31,11 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
background-color: var(--md-primary-bg-color--light); background-color: color-mix(
in srgb,
var(--md-primary-fg-color) 8%,
transparent
);
transition: transform 0.2s ease; transition: transform 0.2s ease;
} }