-
Notifications
You must be signed in to change notification settings - Fork 0
Update documentation with new tagline and Swagger UI screenshot #148
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
Conversation
|
WalkthroughUpdates VitePress configuration to remove "(WIP)" from project title and refresh tagline descriptions. Modifies documentation guides and index pages in both English and Japanese, replacing Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
🧰 Additional context used📓 Path-based instructions (2)**/docs/**/*.md📄 CodeRabbit inference engine (.cursor/rules/docs.mdc)
Files:
**/*.{md,mdc}📄 CodeRabbit inference engine (.cursor/rules/coding.mdc)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the documentation to reflect the new product tagline and showcases the OpenAPI/Swagger UI integration.
- Refreshes hero text/tagline across English and Japanese landing pages
- Adds Swagger UI screenshot to guides and updates example code to show response validation and 201 status
- Aligns VitePress site metadata (title/description) with the new messaging
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/ja/index.md | Updates hero copy and feature bullets in Japanese to match the new positioning. |
| docs/ja/guide/what-is-kori.md | Updates example to include response validation, 201 status, and adds Swagger UI screenshot; adds docs link. |
| docs/en/index.md | Updates hero copy and feature bullets in English to match the new positioning. |
| docs/en/guide/what-is-kori.md | Updates example to include response validation, 201 status, and adds Swagger UI screenshot; adds docs link. |
| docs/.vitepress/config.js | Aligns site title/description (global and per-locale) with the new tagline. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| details: Built on Hono's proven router - fast, lightweight, and production-ready. Focus on your business logic while the routing engine handles performance. | ||
| - title: Schema-Driven Development | ||
| details: One Zod schema powers validation, TypeScript types, and OpenAPI documentation. Change once, update everywhere automatically. | ||
| details: One Zod schema powers validation, TypeScript types, and OpenAPI documentation. Other Standard Schema libraries supported for validation and types. |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammar fix: add the missing verb 'are' to read 'Other Standard Schema libraries are supported for validation and types.'
| details: One Zod schema powers validation, TypeScript types, and OpenAPI documentation. Other Standard Schema libraries supported for validation and types. | |
| details: One Zod schema powers validation, TypeScript types, and OpenAPI documentation. Other Standard Schema libraries are supported for validation and types. |
| ``` | ||
|
|
||
| [Image placeholder: Interactive OpenAPI documentation generated from UserSchema] | ||
| Now you can visit http://localhost:3000/docs for interactive API documentation. |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a Markdown link so the URL is clickable in all renderers: http://localhost:3000/docs.
| Now you can visit http://localhost:3000/docs for interactive API documentation. | |
| Now you can visit [http://localhost:3000/docs](http://localhost:3000/docs) for interactive API documentation. |
| ``` | ||
|
|
||
| [画像プレースホルダー: UserSchemaから生成されたインタラクティブなOpenAPIドキュメント] | ||
| http://localhost:3000/docs にアクセスすると、インタラクティブなAPIドキュメントが表示されます。 |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a Markdown link so the URL is clickable in all renderers: http://localhost:3000/docs。
| http://localhost:3000/docs にアクセスすると、インタラクティブなAPIドキュメントが表示されます。 | |
| [http://localhost:3000/docs](http://localhost:3000/docs) にアクセスすると、インタラクティブなAPIドキュメントが表示されます。 |
Updated VitePress config and landing pages to reflect the new tagline. Added Swagger UI screenshot to demonstrate OpenAPI documentation feature.
Summary by CodeRabbit