Yusuke Wada
Yusuke Wada
Ah, great. Faker.js docs is so cool!
@nabeken5 Thanks. Hmm. I'd like to include the API docs generated into `hono.dev` and I don't want to make this project as a monorepo.
@nabeken5 Please hold off for a while as I'd like to give this some thought. Our main purpose is not creating API documentation for the website, but to write JSDoc...
@nabeken5 Is the current documentation, such as [here](https://hono.dev/api/hono), not enough?
Hmm. I think we still can, so I'm not too excited about it.
@fzn0x You are great! I'm also thinking our next step is focussing JS/TSDoc. At first, what we can do is write middleware docs since we already have a good document...
@fzn0x I've created the draft PR for docs for all builtin middleware: https://github.com/honojs/hono/pull/2680
Hi @usualoma It's good and how about providing `PropsWithChildren` [like the `@types/react`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/917e731d78e21a8c4886f48c0fead0e64553d484/types/react/index.d.ts#L1433)? ```tsx type PropsWithChildren = P & { children?: Child | undefined } type Post = { id: number...
This was fixed by #2151. Thanks!
Yes. We can close this. Thanks!