We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all.html
1 parent b792a00 commit cead212Copy full SHA for cead212
templates/core/sitemap.xml
@@ -4,6 +4,12 @@
4
<url>
5
<loc>https://docs.rs/{{ release.crate_name }}/latest/{{ release.target_name }}</loc>
6
<lastmod>{{ release.last_modified | escape_xml }}</lastmod>
7
+ <priority>1.0</priority>
8
+ </url>
9
+ <url>
10
+ <loc>https://docs.rs/{{ release.crate_name }}/latest/{{ release.target_name }}/all.html</loc>
11
+ <lastmod>{{ release.last_modified | escape_xml }}</lastmod>
12
+ <priority>0.8</priority>
13
</url>
14
{%- endfor %}
15
</urlset>
0 commit comments