Skip to content

Commit 7dae807

Browse files
committed
CXX-3097 Set SITEMAP_URL for upcoming releases
1 parent ab15de1 commit 7dae807

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ TOC_EXPAND = NO
15921592
# protocol see https://www.sitemaps.org
15931593
# This tag requires that the tag GENERATE_HTML is set to YES.
15941594

1595-
SITEMAP_URL =
1595+
SITEMAP_URL = https://mongocxx.org/api/mongocxx-3.10.2/
15961596

15971597
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
15981598
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that

etc/releasing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@ Example (using Jira syntax formatting):
554554
555555
Set `$LATEST_DOC_TAG` in `etc/generate-latest-apidocs.pl` to the latest release tag.
556556

557+
Change the version number for `SITEMAP_URL` in `Doxyfile` to the latest release version.
558+
557559
Commit these changes to the `post-release-changes` branch:
558560

559561
```bash

0 commit comments

Comments
 (0)