feat: add docs website

This commit is contained in:
Patrick Schratz 2025-01-02 23:40:10 +01:00
commit 576125d377
Signed by: pat-s
GPG key ID: 3C6318841EF78925

31
docs/styles.css Normal file
View file

@ -0,0 +1,31 @@
/* css styles */
div.sourceCode {
border-radius: 6px;
}
p code:not(.sourceCode),
li code:not(.sourceCode),
kbd,
pre:not(.sourceCode),
samp {
background-color: #f6f6f6 !important;
padding: 0.25em;
border-radius: 6px !important;
}
/* sidebar */
.sidebar-navigation li a {
line-height: 1.2rem;
font-size: 0.8rem;
}
.navbar {
border-bottom: 1px solid #e5e5e6;
max-height: 50px;
}
.navbar-logo {
max-height: 30px;
}