Skip to content

Commit 414a08b

Browse files
committed
fix(ci); add sitemap_index with core api
1 parent 53b0fa3 commit 414a08b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sitemap_index.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<sitemap>
4+
<loc>https://kotlinlang.org/sitemap.xml</loc>
5+
</sitemap>
6+
<sitemap>
7+
<loc>https://kotlinlang.org/api/core/sitemap.xml</loc>
8+
</sitemap>
9+
</sitemapindex>

0 commit comments

Comments
 (0)