diff options
author | Aleksey Kladov <[email protected]> | 2019-03-25 07:27:43 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-03-25 07:27:43 +0000 |
commit | b92a5222af6aaed7b1ccef4558f228c896fc7f73 (patch) | |
tree | 4cb8c1156717765c8852f6e5ee79c9acae832548 | |
parent | 219b1573377caafaca1dc071f8513ec8be01f199 (diff) |
link docs from dev docs, not from the main readme
If you want to **use** ra, you don't need api docs
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | docs/dev/README.md | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,6 @@ | |||
1 | # Rust Analyzer | 1 | # Rust Analyzer |
2 | 2 | ||
3 | [](https://travis-ci.org/rust-analyzer/rust-analyzer) | 3 | [](https://travis-ci.org/rust-analyzer/rust-analyzer) |
4 | [](https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html) | ||
5 | 4 | ||
6 | Rust Analyzer is an **experimental** modular compiler frontend for the Rust | 5 | Rust Analyzer is an **experimental** modular compiler frontend for the Rust |
7 | language. It is a part of a larger rls-2.0 effort to create excellent IDE | 6 | language. It is a part of a larger rls-2.0 effort to create excellent IDE |
diff --git a/docs/dev/README.md b/docs/dev/README.md index 104dd703d..d81c2f70d 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -12,7 +12,11 @@ should be enough to get you started! | |||
12 | To learn more about how rust-analyzer works, see | 12 | To learn more about how rust-analyzer works, see |
13 | [./architecture.md](./architecture.md) document. | 13 | [./architecture.md](./architecture.md) document. |
14 | 14 | ||
15 | Various organizational and process issues are discussed here. | 15 | We also publish rustdoc docs to pages: |
16 | |||
17 | https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html | ||
18 | |||
19 | Various organizational and process issues are discussed in this document. | ||
16 | 20 | ||
17 | # Getting in Touch | 21 | # Getting in Touch |
18 | 22 | ||