We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621b07e commit 046bbecCopy full SHA for 046bbec
sitemap_index.xml
@@ -1,6 +1,17 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
+ <!-- Home Page. -->
4
<sitemap>
5
<loc>https://mongocxx.org/sitemap.xml</loc>
6
</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
14
+ <loc>https://mongocxx.org/api/mongocxx-3.11.0/sitemap.xml</loc>
15
16
17
</sitemapindex>
0 commit comments