Skip to content

Commit 33ae05d

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sitemap_index.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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+
<lastmod>2024-10-12</lastmod>
11+
</sitemap>
12+
<sitemap>
13+
<loc>https://mongocxx.org/api/mongocxx-3.11.0/sitemap.xml</loc>
14+
<lastmod>2024-10-12</lastmod>
15+
</sitemap>
616
</sitemapindex>

0 commit comments

Comments
 (0)