diff options
author | Veetaha <[email protected]> | 2020-03-08 17:01:31 +0000 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-03-08 17:10:52 +0000 |
commit | 2847636d3038fd6274d278170d75fe3c0c5ecaf0 (patch) | |
tree | 7e488a9725ecff1d258d1a404bf5b7ea4483690b | |
parent | 6bd1ff16e5e517c89a154b9b26847d20656e1184 (diff) |
docs: change formatting
-rw-r--r-- | docs/user/readme.adoc | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 4ce05a26c..d2feac0d7 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -2,6 +2,13 @@ | |||
2 | :toc: preamble | 2 | :toc: preamble |
3 | :sectanchors: | 3 | :sectanchors: |
4 | :page-layout: post | 4 | :page-layout: post |
5 | // https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74#admonitions | ||
6 | :tip-caption: :bulb: | ||
7 | :note-caption: :information_source: | ||
8 | :important-caption: :heavy_exclamation_mark: | ||
9 | :caution-caption: :fire: | ||
10 | :warning-caption: :warning: | ||
11 | |||
5 | 12 | ||
6 | 13 | ||
7 | // Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository | 14 | // Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository |
@@ -40,12 +47,15 @@ By default, the plugin will prompt you to download the matching version of the s | |||
40 | 47 | ||
41 | image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[] | 48 | image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[] |
42 | 49 | ||
43 | > Note: to disable this notification put the following to `settings.json` | 50 | [NOTE] |
44 | > ```json | 51 | ==== |
45 | { | 52 | To disable this notification put the following to `settings.json` |
46 | "rust-analyzer.askBeforeDownload": false | 53 | |
47 | } | 54 | [source,json] |
48 | ``` | 55 | ---- |
56 | { "rust-analyzer.askBeforeDownload": false } | ||
57 | ---- | ||
58 | ==== | ||
49 | 59 | ||
50 | The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. | 60 | The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. |
51 | 61 | ||