-
Notifications
You must be signed in to change notification settings - Fork 696
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
Docs need more examples and better Summary docs #3890
Comments
Welcome aboard! we are in the middle of some pretty big architecture changes e.g.
So theres a lot of movement and a lot of doc rot. But more hands are always welcome! V2 has kinda been a license to completely rewrite a lot of the foundation code. But it is going well and code coverage is good. |
Thats understandable haha. Any tips on how to help with documenting? i see docFX is used, so do i just add the docs in the code files themselves when i make a PR? if so, whats the best way to do that without conflicting with the actual code? or is there some way i can keep the documenting seperate from the source files? |
The .md files in docfx/docs is where 'articles' go. The api docs themselves come from xmldoc comments |
It would be awesome if you were able to add more code samples to the docFx comments! Please do submit a PR. Or, if you want to add some more sample code to the deep dive/conceptupual docs in |
Alot of the docs on the gh-pages page feels very empty and lacking in some aspects, this made it difficult for me to learn the framework (thank god for good old gpt tho). There is multiple places in the docs (mostly in list of views) that dont explain things and force the user to just hope they can figure it out themselves. Most notibly alot of views still dont have example code, miss good summaries for the class/function declarations (which ofcourse mirrors in the intellisense xml docs).
Is there any plans to update the docs again with more example code (or atleast more deep dives into different views)?
Im also willing to contribute as this is one of my favorite frameworks to date.
The text was updated successfully, but these errors were encountered: