Unnamed repository; edit this file 'description' to name the repository.
docs: make dev docs more discoverable
I *think* people might try to debug ra by using only the troubleshooting section. Might make sense to point them to dev docs then!
Aleksey Kladov 2021-09-05
parent fd30bd1 · commit b535804
-rw-r--r--docs/user/manual.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 825877a395..ed81486f72 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -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 read 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]