Skip to content

Commit

Permalink
feat: support rapidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jun 22, 2023
1 parent 7eae77c commit 99de30c
Show file tree
Hide file tree
Showing 19 changed files with 1,710 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ overrides:

plugins:
- ./node_modules/prettier-plugin-svelte/plugin.js
- ./node_modules/@trivago/prettier-plugin-sort-imports/lib/src/index.js
- ./node_modules/prettier-plugin-tailwindcss/dist/index.js
- ./node_modules/@trivago/prettier-plugin-sort-imports/lib/src/index.js
pluginSearchDirs: false

importOrder:
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"templates": ["{$t('{key}'{args})}"],
"include": ["src/**/*.{svelte,ts}", "index.html"]
}
]
],
"i18n-ally.sourceLanguage": "en"
}
2 changes: 2 additions & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"click-to-copy": "Click to copy",
"copied": "Copied!",
"description": "Show OpenAPI specifications with no CORS header required.",
"open": "Open",
"welcome": "Welcome to api-spec.pages.dev"
Expand Down
2 changes: 2 additions & 0 deletions locales/zh-TW.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"click-to-copy": "點擊複製",
"copied": "已複製!",
"description": "Show OpenAPI specifications with no CORS header required.",
"open": "開啟",
"welcome": "歡迎使用 api-spec.pages.dev"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"rapidoc": "^9.3.4",
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"svelte-i18n": "^3.6.0",
Expand Down
Loading

0 comments on commit 99de30c

Please sign in to comment.