10148: docs: make dev docs more discoverable r=matklad a=matklad

I *think* people might try to debug ra by using only the troubleshooting
section. Might make sense to point them to dev docs then!

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2021-09-04 17:35:12 +00:00 committed by GitHub
commit c16e6474f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,6 +462,9 @@ $ rust-analyzer analysis-stats .
It is especially useful when the `repo` doesn't use external crates or the standard library.
If you want to go as far as to modify the source code to debug the problem, be sure to take a look at the
https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/dev[dev docs]!
== Configuration
**Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs[config.rs]