feat: migrate to VitePress from monorepo docs, add test-contour section

This commit is contained in:
sova-bootstrap
2026-05-28 12:29:31 +03:00
parent e90dfe1bd4
commit e3e438df68
76 changed files with 11998 additions and 60 deletions
+15
View File
@@ -0,0 +1,15 @@
.mermaid {
margin: 24px 0;
padding: 16px;
overflow-x: auto;
border: 1px solid var(--vp-c-divider);
border-radius: 12px;
background: var(--vp-c-bg-soft);
text-align: center;
white-space: pre;
}
.mermaid svg {
max-width: 100%;
height: auto;
}