docs: visual guides with platform screenshots (Gitea, ArgoCD, Grafana, Prometheus)

This commit is contained in:
sova-bootstrap
2026-05-28 12:40:41 +03:00
parent e3e438df68
commit 41918487ff
26 changed files with 477 additions and 0 deletions
+18
View File
@@ -13,3 +13,21 @@
max-width: 100%;
height: auto;
}
/* Platform guide screenshots */
.vp-doc img[src*="/screenshots/"] {
display: block;
margin: 1rem auto 0.5rem;
max-width: 100%;
border: 1px solid var(--vp-c-divider);
border-radius: 10px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.vp-doc img[src*="/screenshots/"] + em,
.vp-doc p:has(+ img[src*="/screenshots/"]) {
display: block;
text-align: center;
color: var(--vp-c-text-2);
font-size: 0.9em;
}