Replies: 7 comments 10 replies
-
TSDoc is good. |
Beta Was this translation helpful? Give feedback.
-
Related to #1338 |
Beta Was this translation helpful? Give feedback.
-
Would we be removing the API from the docs altogether? It is a great reference guide, if I forget a name for something or want to link to someone on how to use a certain feature. TSDoc also does not work for me in WebStorm or anyone using other editors. I have to jump to the source to read it, unlike VS Code where I can hover over a function to see the information. Am I missing something here? It seems like we'd be getting rid of a lot of useful information on the website. |
Beta Was this translation helpful? Give feedback.
-
WIP Google.Chrome.mp4I think this is super cool! I would like to ask for help from all of you, so please wait a little longer until I am ready to do so. also cc: @fzn0x |
Beta Was this translation helpful? Give feedback.
-
I am trying to generate all documentation for APIs from the source code JSDoc on this matter (JSDoc First). But I'm beginning to realize that is very hard to do for several reasons. I will struggle a bit more, but maybe I will change our approach. So please be patient. I will get back to you. |
Beta Was this translation helpful? Give feedback.
-
Hey! By the way, can you share your favorite document website for software? e.g. Bun, Valibot |
Beta Was this translation helpful? Give feedback.
-
Hi. Especially @goisaki @6km @NicoPlyley @fzn0x I proposed generating API documentation from JSDoc/TSDoc, but I'm sorry, I would like to stop this proposal. This is the conclusion of my consideration and prototyping. The reasons are below:
Sorry for suggesting it. However, JSDoc is good for having descriptions in the IDE. Try to write minimum parameters and examples. The next step for documents, let's continue the following. Thanks! |
Beta Was this translation helpful? Give feedback.
-
As proposed by @yusukebe, TSDoc is a sufficient replacement for our API documents. I believe this change will enhance the simplicity and maintainability of the project.
In this discussion, I would like to talk about opinions on this change, potential issues, and possible solutions.
I'd especially love to hear from:
Beta Was this translation helpful? Give feedback.
All reactions