Skip to content

Commit 657719a

Browse files
committed
Add sitemap.xml for /current and /mongocxx-3.11.0
1 parent b128136 commit 657719a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sitemap_index.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<!-- Home Page. -->
34
<sitemap>
45
<loc>https://mongocxx.org/sitemap.xml</loc>
56
</sitemap>
7+
<!-- API Documentation Pages. -->
8+
<sitemap>
9+
<loc>https://mongocxx.org/api/current/sitemap.xml</loc>
10+
<priority>1.0</priority>
11+
<lastmod>2024-10-12</lastmod>
12+
</sitemap>
13+
<sitemap>
14+
<loc>https://mongocxx.org/api/mongocxx-3.11.0/sitemap.xml</loc>
15+
<lastmod>2024-10-12</lastmod>
16+
</sitemap>
617
</sitemapindex>

0 commit comments

Comments
 (0)