Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Apr 25, 2024
1 parent 0dffc48 commit 91bdfb8
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3,637 deletions.
28 changes: 27 additions & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"devDependencies": {
"lunr": "^2.3.9",
"lunr-languages": "^1.14.0",
"tailwindcss": "*"
},
"scripts": {
"watch": "tailwindcss -i ./static/_docs.css -o ./static/docs.css --watch",
"build": "tailwindcss -i ./static/_docs.css -o ./static/docs.css --minify"
},
"devDependencies": {
"tailwindcss": "^3.2.4"
}
}
}
Loading

0 comments on commit 91bdfb8

Please sign in to comment.