docs: first commit for the docs

This commit is contained in:
Joakim Carlstein 2023-12-15 16:51:17 +01:00 committed by Joakim Carlstein
parent 987374dbd5
commit d5c6e9b1db
27 changed files with 4281 additions and 1 deletions

21
docs/.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store