bevy-website icon indicating copy to clipboard operation
bevy-website copied to clipboard

Link to dev docs (for git main version of bevy)

Open inodentry opened this issue 2 years ago • 4 comments
trafficstars

The API docs hosted at https://dev-docs.bevyengine.org are quite undiscoverable. I only know about them from discord discussions? I am at a new computer and tried to find the link, because I don't have it in my browser history on this machine, and I could not find it anywhere. Google only links to docs.rs when searching for bevy dev docs, the website doesn't offer any way to reach it, I had a hard time finding it via discord, ...

Please consider adding a link to it somewhere on the website (probably on the "Learn") page.

inodentry avatar Oct 23 '23 09:10 inodentry

Previously discussed at: https://github.com/bevyengine/bevy/issues/5390

SkiFire13 avatar Oct 23 '23 09:10 SkiFire13

They are linked in the CONTRIBUTING.md, but I wouldn't hate to see them linked in Learning too.

alice-i-cecile avatar Oct 23 '23 12:10 alice-i-cecile

I think the potential confusion for typical or new Bevy users can be avoided with clear wording. The website already has a link to docs.rs, clearly labeled Bevy Rust API Docs.

If we have a separate link, clearly and distinctively labeled (something like "API Docs for Pre-Release (git) Bevy"), with a description like "Documentation for developers of the Bevy engine and other bleeding-edge users.", it should be clear enough.

inodentry avatar Nov 06 '23 12:11 inodentry

I think the potential confusion for typical or new Bevy users can be avoided with clear wording. The website already has a link to docs.rs, clearly labeled Bevy Rust API Docs.

Not sure clear wording is enough, we still have people use examples from git with the released version of Bevy

mockersf avatar Jan 07 '24 15:01 mockersf

Closing as not planned. The dev-docs are more geared toward engine developers than actual users, especially since stable Bevy is mature enough that it covers most use-cases.

If anything dev-docs needs more visibility in the main repo, where developers are more likely to find it while contributing, but that's another issue.

BD103 avatar Mar 01 '24 18:03 BD103