From b535804e1b04f6bffa3ca79f757c5c9cbde4c604 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 4 Sep 2021 20:17:28 +0300 Subject: [PATCH 1/2] 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! --- docs/user/manual.adoc | 3 +++ 1 file changed, 3 insertions(+) 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] From cff88a819f6b6817c9c191863ae730ec500390e3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 4 Sep 2021 20:34:17 +0300 Subject: [PATCH 2/2] no need to reed the docs, feel free to charge ahead! But knowing where the docs are is useful ;) --- docs/user/manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index ed81486f72..8567b81b00 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -462,7 +462,7 @@ $ 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 +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