Fix title of User Manual page
Asciidoc uses the first line of a doc as the title, so you can't put comments before the heading.
This commit is contained in:
parent
6a98383fa5
commit
04e1d72354
@ -1,5 +1,3 @@
|
|||||||
// IMPORTANT: the master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
|
|
||||||
|
|
||||||
= User Manual
|
= User Manual
|
||||||
:toc: preamble
|
:toc: preamble
|
||||||
:sectanchors:
|
:sectanchors:
|
||||||
@ -8,6 +6,10 @@
|
|||||||
:source-highlighter: rouge
|
:source-highlighter: rouge
|
||||||
:experimental:
|
:experimental:
|
||||||
|
|
||||||
|
////
|
||||||
|
IMPORTANT: the master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
|
||||||
|
////
|
||||||
|
|
||||||
At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
|
At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
|
||||||
This manual focuses on a specific usage of the library -- running it as part of a server that implements the
|
This manual focuses on a specific usage of the library -- running it as part of a server that implements the
|
||||||
https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).
|
https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).
|
||||||
|
Loading…
Reference in New Issue
Block a user