Remove docs and added them back? And also made the return uuid thing

now an endpoint that can be logged & cached.
This commit is contained in:
yuanhau 2025-05-20 16:29:55 +08:00
parent 5c64ae08bf
commit 0dfbdb4c91
21 changed files with 31 additions and 55 deletions

View file

@ -0,0 +1,8 @@
#!/bin/bash
cd ./docs/
npm install -g vitepress
bunx vitepress build
cd ..
cp -R ./docs/.vitepress/dist/ ./public/docs/
echo "Done :)"
exit 1