File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
bootstrap/src/core/build_steps Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ impl Step for Docs {
88
88
tarball. set_product_name ( "Rust Documentation" ) ;
89
89
tarball. add_bulk_dir ( builder. doc_out ( host) , dest) ;
90
90
tarball. add_file ( builder. src . join ( "src/doc/robots.txt" ) , dest, FileType :: Regular ) ;
91
+ tarball. add_file ( builder. src . join ( "src/doc/sitemap.txt" ) , dest, FileType :: Regular ) ;
91
92
Some ( tarball. generate ( ) )
92
93
}
93
94
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ Disallow: /beta/book/first-edition/
9
9
Disallow: /beta/book/second-edition/
10
10
Disallow: /nightly/book/first-edition/
11
11
Disallow: /nightly/book/second-edition/
12
+
13
+ Sitemap: https://doc.rust-lang.org/sitemap.txt
Original file line number Diff line number Diff line change
1
+ https://doc.rust-lang.org/stable/
2
+ https://doc.rust-lang.org/beta/
3
+ https://doc.rust-lang.org/nightly/
4
+
You can’t perform that action at this time.
0 commit comments