about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2019-03-25 10:27:43 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2019-03-25 10:27:43 +0300
commitb92a5222af6aaed7b1ccef4558f228c896fc7f73 (patch)
tree4cb8c1156717765c8852f6e5ee79c9acae832548 /docs/dev
parent219b1573377caafaca1dc071f8513ec8be01f199 (diff)
downloadrust-b92a5222af6aaed7b1ccef4558f228c896fc7f73.tar.gz
rust-b92a5222af6aaed7b1ccef4558f228c896fc7f73.zip
link docs from dev docs, not from the main readme
If you want to **use** ra, you don't need api docs
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 104dd703d06..d81c2f70d30 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -12,7 +12,11 @@ should be enough to get you started!
 To learn more about how rust-analyzer works, see
 [./architecture.md](./architecture.md) document.
 
-Various organizational and process issues are discussed here.
+We also publish rustdoc docs to pages:
+
+https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html
+
+Various organizational and process issues are discussed in this document.
 
 # Getting in Touch