mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +00:00
fix mdbook paths
This commit is contained in:
parent
f5e7172e96
commit
a91f1f3d0c
1 changed files with 3 additions and 3 deletions
|
|
@ -9,10 +9,10 @@ title = "rust-analyzer"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/manual/{path}"
|
edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/docs/book/{path}"
|
||||||
git-repository-url = "https://github.com/rust-lang/rust-analyzer/tree/master/manual"
|
git-repository-url = "https://github.com/rust-lang/rust-analyzer/tree/master/docs/book"
|
||||||
mathjax-support = true
|
mathjax-support = true
|
||||||
site-url = "/manual/"
|
site-url = "/book/"
|
||||||
|
|
||||||
[output.html.playground]
|
[output.html.playground]
|
||||||
editable = true
|
editable = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue