mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a64af40c0b
Closes #21684 PR Close #21689
7 lines
211 B
XML
7 lines
211 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
{%- for url in doc.urls %}
|
|
<url>
|
|
<loc>https://angular.io/{$ url $}</loc>
|
|
</url>{% endfor %}
|
|
</urlset> |