I wanted to ask if you would be interested in moving the documentation for rustup to a book format? I personally find the single-page README a bit difficult to navigate. I would suggest mdbook hosted on gh-pages (https://rust-lang.github.io/rustup/ or maybe even just https://rustup.rust-lang.org/), with maybe a slightly different outline of chapters/sections. I'd be happy to work on this (and to maintain it), so let me know if you are interested.
A rough outline may be something like:
Introduction
- Installation
- Concepts (introduces "channels", "toolchains", "components", "profiles", and how it works)
- Basic usage
- Updating toolchains
- Keeping Rust up-to-date
- Keeping rustup up-to-date
- Overrides
- Cross-compilation
- Working with distributions
- Custom toolchains
- Network settings ? "Networking"? "Network proxies"?
- Configuration
- Environment variables
- Examples
- Security
- FAQ
I wanted to ask if you would be interested in moving the documentation for rustup to a book format? I personally find the single-page README a bit difficult to navigate. I would suggest mdbook hosted on gh-pages (https://rust-lang.github.io/rustup/ or maybe even just https://rustup.rust-lang.org/), with maybe a slightly different outline of chapters/sections. I'd be happy to work on this (and to maintain it), so let me know if you are interested.
A rough outline may be something like:
Introduction