feat: Begins work on server documentation.
All checks were successful
CI / release (push) Successful in 5m55s

This commit is contained in:
2025-04-04 15:33:07 -04:00
parent b44e1b45b0
commit 76a57b4560
5 changed files with 137 additions and 2 deletions

Binary file not shown.

View File

@@ -147,6 +147,21 @@ article code {
@apply bg-amber-700;
}
table,
th,
td {
border: 1px solid;
border-collapse: collapse;
}
table {
@apply mb-8;
}
table td {
@apply px-6;
}
.container {
@apply px-10;
}
@@ -155,3 +170,11 @@ article code {
padding-top: 10px;
padding-bottom: 10px;
}
blockquote {
@apply border-2 border-blue-600 bg-blue-300 rounded-lg;
}
blockquote p {
@apply px-6 pt-6 text-blue-600 font-semibold;
}

File diff suppressed because one or more lines are too long