about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-03-25 07:29:06 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-03-25 07:29:06 +0000
commit8fd18fddea49ff988818a96f5f116ef660a3b6c4 (patch)
tree06fa1ecb91e9d63e159f890ca79655541157cf3e /docs/dev
parentd0d644b8c41bc0269b8dd45af55ea8cafee0378a (diff)
parentb92a5222af6aaed7b1ccef4558f228c896fc7f73 (diff)
downloadrust-8fd18fddea49ff988818a96f5f116ef660a3b6c4.tar.gz
rust-8fd18fddea49ff988818a96f5f116ef660a3b6c4.zip
Merge #1043
1043: link docs from dev docs, not from the main readme r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
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