Skip to content

feat: Japanese translation for docs #1855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Aug 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4ce4aeb
docs(ja): openapi-typescript, about
yoshi2no Aug 13, 2024
24532b7
docs(ja): openapi-typescript, advanced
yoshi2no Aug 14, 2024
013c9d4
docs(ja): openapi-typescript, cli
yoshi2no Aug 14, 2024
fbcaec3
docs(ja): openapi-typescript, examples
yoshi2no Aug 14, 2024
18fd6a3
docs(ja): openapi-typescript, index
yoshi2no Aug 14, 2024
97dc083
docs: fix invalid url
yoshi2no Aug 14, 2024
6bc7c69
docs(ja): openapi-typescript, introduction
yoshi2no Aug 14, 2024
8a8626e
docs(ja): openapi-typescript, migration-guide
yoshi2no Aug 14, 2024
36245c6
docs(ja): openapi-typescript, node
yoshi2no Aug 14, 2024
c84b3f2
docs(ja): openapi-fetch, about
yoshi2no Aug 14, 2024
e16bfb2
docs(ja): openapi-fetch, api
yoshi2no Aug 15, 2024
80a5bce
docs(ja): openapi-fetch, examples
yoshi2no Aug 15, 2024
ca4a6c9
docs(ja): openapi-fetch, index
yoshi2no Aug 15, 2024
922ddf2
docs(ja): openapi-fetch, middleware-auth
yoshi2no Aug 15, 2024
f7761bf
docs(ja): openapi-fetch, testing
yoshi2no Aug 15, 2024
dd19bb0
docs(ja): openapi-react-query, about
yoshi2no Aug 15, 2024
c41d318
docs(ja): openapi-react-query, index
yoshi2no Aug 15, 2024
097e944
docs(ja): openapi-react-query, use-mutation
yoshi2no Aug 15, 2024
46d825d
docs(ja): openapi-react-query, use-query
yoshi2no Aug 15, 2024
ba8fbde
docs(ja): openapi-react-query, use-suspense-query
yoshi2no Aug 15, 2024
11ed757
feat: add vitepress `ja` config
yoshi2no Aug 15, 2024
e638141
Merge branch 'main' into feature/docs-ja/yoshi2no
yoshi2no Aug 16, 2024
01421c2
docs(ja): update content, fix typo and links
yoshi2no Aug 16, 2024
f42bea9
docs(en, zh): fix link
yoshi2no Aug 16, 2024
e2e888a
Deploy to Cloudflare
drwpow Aug 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Quickstart

openapi-typescript turns [OpenAPI 3.0 & 3.1](https://spec.openapis.org/oas/latest.html) schemas into TypeScript quickly using Node.js. No Java/node-gyp/running OpenAPI servers necessary.

The code is [MIT-licensed](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/LICENSE") and free for use.
The code is [MIT-licensed](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/LICENSE) and free for use.
Copy link
Contributor Author

@yoshi2no yoshi2no Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix for the invalid link mentioned in the Changes same for zh doc.


::: tip

Expand Down