mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-04 05:38:55 +08:00
chore: update redocly to 2.0.5 (@fehmer) (#6874)
This commit is contained in:
parent
52f293e294
commit
7a91b4e08b
3 changed files with 549 additions and 76 deletions
|
@ -66,7 +66,7 @@
|
|||
"@monkeytype/oxlint-config": "workspace:*",
|
||||
"@monkeytype/schemas": "workspace:*",
|
||||
"@monkeytype/typescript-config": "workspace:*",
|
||||
"@redocly/cli": "1.28.5",
|
||||
"@redocly/cli": "2.0.5",
|
||||
"@types/bcrypt": "5.0.2",
|
||||
"@types/cors": "2.8.12",
|
||||
"@types/cron": "1.7.3",
|
||||
|
|
|
@ -13,35 +13,34 @@ apis:
|
|||
public@v2:
|
||||
root: dist/static/api/public.json
|
||||
|
||||
theme:
|
||||
openapi:
|
||||
theme:
|
||||
logo:
|
||||
gutter: "2rem"
|
||||
colors:
|
||||
primary:
|
||||
main: "#e2b714"
|
||||
border:
|
||||
dark: "#e2b714"
|
||||
light: "#e2b714"
|
||||
error:
|
||||
main: "#da3333"
|
||||
success:
|
||||
main: "#009400"
|
||||
text:
|
||||
primary: "#646669"
|
||||
secondary: "#d1d0c5"
|
||||
warning:
|
||||
main: "#FF00FF"
|
||||
http:
|
||||
delete: "#da3333"
|
||||
post: "#004D94"
|
||||
patch: "#af8d0f"
|
||||
get: "#009400"
|
||||
sidebar:
|
||||
backgroundColor: "#323437"
|
||||
textColor: "#d1d0c5"
|
||||
activeTextColor: "#e2b714"
|
||||
rightPanel:
|
||||
backgroundColor: "#323437"
|
||||
textColor: "#d1d0c5"
|
||||
openapi:
|
||||
theme:
|
||||
logo:
|
||||
gutter: "2rem"
|
||||
colors:
|
||||
primary:
|
||||
main: "#e2b714"
|
||||
border:
|
||||
dark: "#e2b714"
|
||||
light: "#e2b714"
|
||||
error:
|
||||
main: "#da3333"
|
||||
success:
|
||||
main: "#009400"
|
||||
text:
|
||||
primary: "#646669"
|
||||
secondary: "#d1d0c5"
|
||||
warning:
|
||||
main: "#FF00FF"
|
||||
http:
|
||||
delete: "#da3333"
|
||||
post: "#004D94"
|
||||
patch: "#af8d0f"
|
||||
get: "#009400"
|
||||
sidebar:
|
||||
backgroundColor: "#323437"
|
||||
textColor: "#d1d0c5"
|
||||
activeTextColor: "#e2b714"
|
||||
rightPanel:
|
||||
backgroundColor: "#323437"
|
||||
textColor: "#d1d0c5"
|
||||
|
|
560
pnpm-lock.yaml
generated
560
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue