Skip to content
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

Open
Armando-CodeCafe opened this issue Dec 20, 2024 · 4 comments
Open

Docs need more examples and better Summary docs #3890

Armando-CodeCafe opened this issue Dec 20, 2024 · 4 comments
Labels

Comments

@Armando-CodeCafe
Copy link

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.

@tznind
Copy link
Collaborator

tznind commented Dec 20, 2024

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.

@Armando-CodeCafe
Copy link
Author

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?

@tznind
Copy link
Collaborator

tznind commented Dec 20, 2024

The .md files in docfx/docs is where 'articles' go. The api docs themselves come from xmldoc comments

@tig
Copy link
Collaborator

tig commented Dec 20, 2024

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?

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 ./docfx/docs that would be great too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants