Skip to content

Commit

Permalink
Updated docs, wrangler deployment etc
Browse files Browse the repository at this point in the history
  • Loading branch information
David Di Biase committed Jul 21, 2021
1 parent 3cb62c5 commit c24fcd8
Show file tree
Hide file tree
Showing 15 changed files with 212 additions and 111 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"type:check": "tsc --noEmit",
"format": "prettier -w \"src/**/*.{js,ts,json,css,tsx,jsx}\"",
"fetch:releases": "jiti scripts/fetchReleases",
"deploy:dev": "wrangler publish --env dev",
"deploy:prod": "wrangler publish --env prod",
"deploy:dev": "wrangler publish --env development",
"deploy:prod": "wrangler publish --env production",
"postinstall": "patch-package"
},
"dependencies": {
"@amoutonbrady/solid-heroicons": "^0.9.0-rc.0",
"@solid-primitives/debounce": "^1.0.0",
"@solid-primitives/intersection-observer": "^0.0.107",
"@solid-primitives/throttle": "^1.0.0",
"fuse.js": "^6.4.6",
"markdown-it-prism": "^2.1.7",
"monaco-editor": "^0.25.2",
Expand Down
10 changes: 5 additions & 5 deletions public/docs/1.0.0/it/api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/docs/1.0.0/it/guide.json

Large diffs are not rendered by default.

Loading

0 comments on commit c24fcd8

Please sign in to comment.