Add mdBook documentation with Ghostty-style sidebar

This commit is contained in:
2025-12-01 15:12:50 -08:00
parent 012e22ea6f
commit ef7d4cccc1
38 changed files with 4886 additions and 12 deletions
+11 -1
View File
@@ -78,7 +78,7 @@ body {
.hero-section {
text-align: center;
padding: 2rem 2rem 1.5rem 2rem;
max-width: 800px;
max-width: 920px;
margin: 0 auto;
}
@@ -130,6 +130,7 @@ body {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
backdrop-filter: blur(10px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
white-space: nowrap;
}
.link-button:hover {
@@ -161,6 +162,15 @@ body {
box-shadow: 0 8px 24px rgba(239, 159, 118, 0.25);
}
.link-button.docs {
border-color: rgba(245, 194, 231, 0.3);
}
.link-button.docs:hover {
border-color: var(--ctp-pink);
box-shadow: 0 8px 24px rgba(245, 194, 231, 0.25);
}
.link-button.apt {
border-color: rgba(166, 209, 137, 0.3);
}