We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As Docs are a first-class citizen, we should integrate them into our central doc index right away.
For the CLI, I imagine mkdocs should be used to generate beatiful static documentation from possibly shared markdown files.
mkdocs
Also, rustdoc shouldn't be invoked for the CLI at all - it's all done by mkdocs. deps.mako may have to learn how to handle that.
deps.mako
The text was updated successfully, but these errors were encountered:
d1c9791
You can watch the development stream on youtube.
Sorry, something went wrong.
Byron
No branches or pull requests
As Docs are a first-class citizen, we should integrate them into our central doc index right away.
For the CLI, I imagine
mkdocs
should be used to generate beatiful static documentation from possibly shared markdown files.Also, rustdoc shouldn't be invoked for the CLI at all - it's all done by
mkdocs
.deps.mako
may have to learn how to handle that.The text was updated successfully, but these errors were encountered: