mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Move assists documentation into the manual
This commit is contained in:
parent
5a2f4548e5
commit
46292c7cec
6 changed files with 366 additions and 189 deletions
|
@ -191,7 +191,7 @@ Release: release:{}[]
|
|||
let path = changelog_dir.join(format!("{}-changelog-{}.adoc", today, changelog_n));
|
||||
fs2::write(&path, &contents)?;
|
||||
|
||||
for &adoc in ["manual.adoc", "generated_features.adoc"].iter() {
|
||||
for &adoc in ["manual.adoc", "generated_features.adoc", "generated_assists.adoc"].iter() {
|
||||
let src = project_root().join("./docs/user/").join(adoc);
|
||||
let dst = website_root.join(adoc);
|
||||
fs2::copy(src, dst)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue