roottool
roottool
I updated [the previously created page](https://roottool.github.io/utility-types/). And I created [ a readme with explanation how to update contents when API changes](https://github.com/roottool/utility-types/blob/create-document-page%2330/docPageSrc/README.md). This site is created by React. When you execute...
No, it is necessary to manually write the description for the page apart from comments in the source file. I was sticking to my way. Sorry. So I tried [typedoc](https://typedoc.org)....
I tried updating [the website](https://roottool.github.io/utility-types/index.html). > I would like to remove all API reference from README.md so it would contain only welcome page for the website I removed it. ...
I see. This site's CSS is almost a default CSS generated by [Typedoc](https://typedoc.org/). So I have to customize a default CSS. I will modify CSS after I grasp your ideal...
I checked creating `.md` file with [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). It needs [a hacky fix](https://github.com/jsdoc2md/jsdoc-to-markdown/wiki/How-to-document-TypeScript#jsdoc-comments-disappear). And other way, I checked that [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown) can create `.md` file as below.  This two ways have...
In [the `endOfWeek` doc page](https://date-fns.org/v3.3.1/docs/endOfWeek), the same issue has occurred. https://github.com/date-fns/date-fns/blob/f4e22da16f16ded5ad091273d396907ad748c5d8/src/endOfWeek/index.ts#L28-L36
Sorry, I took a mistake. I thought `8` is month but it was month index.
I tried this issue at https://github.com/cloudflare/workers-sdk/pull/6481. I think this issue can be closed when the PR is merged.
@yusukebe Thank you for reviewing my PR! The PR has been merged and has been released to [[email protected]](https://github.com/cloudflare/workers-sdk/releases/tag/create-cloudflare%402.25.0). I think this issue should be closed. Could you close this issue?