pretty documentation enjoyers rejoice!!! i made a web version of duin's documentation:
Digitigrade @ git b051bda
yay :3
might take a pawing at it & throw a gentoo package together to try it out :3
Last modified 14 Mar 2026, 18:25
css
nice!
i wrote some media queries for it in case anyone else makes the mistake of opening the link of opening the documentation on a small laptop screen or phone
@media (max-width: 1400px) {
body {
max-width: 80vw;
}
}
@media (max-width: 1100px) {
.sidebar {
float: initial;
width: initial;
margin: 10px 20px;
}
.content {
margin-left: initial;
}
}
take 'em or leave 'em :)