diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-03-25 10:27:43 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-03-25 10:27:43 +0300 |
| commit | b92a5222af6aaed7b1ccef4558f228c896fc7f73 (patch) | |
| tree | 4cb8c1156717765c8852f6e5ee79c9acae832548 /docs/dev | |
| parent | 219b1573377caafaca1dc071f8513ec8be01f199 (diff) | |
| download | rust-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.md | 6 |
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 |
