Kengo Watanabe
Kengo Watanabe
hi @pilcrowOnPaper I have created a [demo](https://github.com/nabeken5/lucia/tree/feat/add-japanese-doc) of the documentation for multiple languages. Give it a try. ``` cd docs pnpm i pnpm build ```
By super simple method like: ```shell #!/bin/sh rm -rf ./dist malta build cd translations/ja malta build cp -r ./dist/ja ../../dist ```
I may be able to help. I have tried to prepare to write TypeDoc in [this branch](https://github.com/nabeken5/hono/tree/feat/plan-%231338-add-typedoc). ``` shell $ git clone -b feat/plan-#1338-add-typedoc [email protected]:nabeken5/hono.git hono-typedoc-demo && cd hono-typedoc-demo $...
How about copying honojs/hono/docs/api in the GitHub Action cron for hono/website? If I can, I'll try it today.
Hmmm, this is difficult because there are few issues. ### 1 If `honojs/hono` generates documents in `docs/api`, the basePath will be `docs/api` in the `typedoc-sidebar.json` generated by typedoc-vitepress-theme. > ```...
I’m for. If we make the current hono.dev API Docs more rich, and the TSDoc has a simple description, `@param`, `@return`, `@example` or so, the DX is perfect!
Hi @yusukebe https://oslo.js.org/ I think this API documentation is cool. Maybe Hono could do something like this too? (new function based page) I'll write about it if you want.
@yusukebe I want to split a page by function (or method) and group them by package.
Hey @svengreb, can you check it out?