group docs navigation by audience

This commit is contained in:
2026-04-28 13:48:03 +02:00
parent a3db0b2f0d
commit fc5e4acba4
6 changed files with 133 additions and 41 deletions
+16 -1
View File
@@ -69,6 +69,21 @@ canvas {
display: grid;
}
.docs-nav-group {
display: grid;
border-bottom: 2px solid #d8d0c4;
}
.docs-nav-group h2 {
margin: 0;
padding: 13px 16px 8px;
color: #a9a196;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.docs-sidebar a {
color: #f4efe7;
text-decoration: none;
@@ -80,7 +95,7 @@ canvas {
justify-content: space-between;
min-height: 46px;
padding: 0 16px;
border-bottom: 2px solid #d8d0c4;
border-top: 1px solid rgba(216, 208, 196, 0.35);
color: #f4efe7;
transition:
background 160ms ease,