mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-04 19:58:14 +08:00
Docs redesign (#728)
* Adding a dark mode * Adding reference for types to summary pages * Adding API Reference * Adding modifiers to methods/fields/etc * Minimizing files input * Caching a lot of the output pages * Cache only for each execution * Adding API references to existing docs
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
"description": "Docs for Spectre.Console",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build:tailwind": "tailwind build ./input/tailwind.css -c ./input/tailwind.config.js -o ./output/assets/styles.css",
|
||||
"build:tailwind": "tailwind build -i ./input/tailwind.css -c ./input/tailwind.config.js -o ./output/assets/styles.css",
|
||||
"build": "cross-env NODE_ENV=production dotnet run -- -o public"
|
||||
},
|
||||
"repository": {
|
||||
@ -12,14 +12,14 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.3.4",
|
||||
"@tailwindcss/typography": "^0.4.1",
|
||||
"asciinema-player": "^3.0.0-rc.1",
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@tailwindcss/typography": "^0.5.1",
|
||||
"asciinema-player": "^3.0.0-beta.4",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"playwright": "^1.16.3",
|
||||
"playwright": "^1.18.1",
|
||||
"postcss": "^8.4.4",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"tailwindcss": "^2.2.19"
|
||||
"tailwindcss": "^3.0.19"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user