port docs to sveltekit (very broken)
Some checks are pending
Build and push Docker image / .net docker build (push) Waiting to run
.net checks / run .net tests (push) Waiting to run
.net checks / dotnet-format (push) Waiting to run

This commit is contained in:
alyssa 2025-12-19 22:19:23 -05:00
parent 3fbf1513ff
commit 23e2cad896
38 changed files with 3275 additions and 8052 deletions

6
docs/postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}