mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
link docs from dev docs, not from the main readme
If you want to **use** ra, you don't need api docs
This commit is contained in:
parent
219b157337
commit
b92a5222af
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Rust Analyzer
|
# Rust Analyzer
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer)
|
[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer)
|
||||||
[![Master docs](https://img.shields.io/badge/docs-master-blue.svg)](https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html)
|
|
||||||
|
|
||||||
Rust Analyzer is an **experimental** modular compiler frontend for the Rust
|
Rust Analyzer is an **experimental** modular compiler frontend for the Rust
|
||||||
language. It is a part of a larger rls-2.0 effort to create excellent IDE
|
language. It is a part of a larger rls-2.0 effort to create excellent IDE
|
||||||
|
|
|
@ -12,7 +12,11 @@ should be enough to get you started!
|
||||||
To learn more about how rust-analyzer works, see
|
To learn more about how rust-analyzer works, see
|
||||||
[./architecture.md](./architecture.md) document.
|
[./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
|
# Getting in Touch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue