Replies: 1 comment 2 replies
-
I'm not sure I understand what you mean by "docs are in another repo" all the documentation available at docs.rs is inlined directly in the code that you can generate using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen most new committers (including myself) forgetting to include docs because they are in another repo.
Bevy is already a monorepo, please consider including the website or the book in it as well.
Additional benefits:
skeptic
to test examples in the docs on CIWhile all these can be done with multiple repos, they are easier when using a monorepo.
Beta Was this translation helpful? Give feedback.
All reactions