-
Notifications
You must be signed in to change notification settings - Fork 90
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
Documentation #157
Comments
I can help with integration, the only thing is that English is not my native language, so the documentation may be crooked (I use deepl translator). |
I believe something that needs to come before this is a monorepo setup that has been discussed in #107. Once that is setup it would be very easy to drop in typedoc and something like astro. |
Well, typedoc can be added with one command, another thing is that we will need to add comments to the code. And so, yes, I think we should wait for the reorganization of the project, we don't need to complicate things now. |
@mochaaP can you please approve the vercel app to be added to this repo so I can setup the docs to auto deploy? |
approved. :) |
Docs are live at https://skinview3d-docs.vercel.app but I think #158 might have broken the github pages deploy for some reason. |
could be github api changes. updating CI deps may work. |
skinview3d/.github/workflows/pages.yaml Line 52 in 5700926
I suggest to use actions/upload-pages-artifact@v3 https://github.com/gxres042/skinview3d/blob/125f1b703e01e39461a7bb9ca27e2193f52df78c/.github/workflows/pages.yaml#L52 |
I must have generated the documentation from the wrong file because it even has clear comments, cool 👍 |
It would be nice to have detailed documentation on the various methods of the library. For example, you could use the
typedoc
generator.The text was updated successfully, but these errors were encountered: