Beautiful docs website (#710)

Signed-off-by: Thomas Miceli <tho.miceli@gmail.com>
This commit is contained in:
Thomas
2026-06-08 03:15:24 +08:00
committed by GitHub
parent 3b8d947ad8
commit 31bc25e569
59 changed files with 5589 additions and 558 deletions
+6 -8
View File
@@ -16,17 +16,15 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'
- name: Install JS dependencies
run: |
npm install vitepress@1.3.4 tailwindcss@3.4.10
- name: Install dependencies
run: npm install
working-directory: docs
- name: Build docs
run: |
cd docs
npx tailwindcss -i .vitepress/theme/style.css -o .vitepress/theme/theme.css -c .vitepress/tailwind.config.js
npm run docs:build
run: npm run build
working-directory: docs
- name: Push to docs repository
run: |