Website: Update sitemap (#45751)

Changes:
- Added pages in the landing-pages folder and two article category pages
to the sitemap.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Added whitepapers and webinars pages, along with additional landing
pages to the sitemap for broader site coverage.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45751?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eric
2026-05-18 16:36:41 -05:00
committed by GitHub
parent 4d0534a48d
commit 87589e1291
+10
View File
@@ -62,6 +62,8 @@ module.exports = {
'/announcements',// « article category page
'/deploy',// « article category page
'/podcasts',// « article category page
'/whitepapers',// « article category page
'/webinars',// « article category page
// Product category pages:
'/orchestration',
'/device-management',
@@ -84,6 +86,14 @@ module.exports = {
'/customers',
'/gitops-workshop',
'/download',
// Landing pages:
'/lp/patch-faster',
'/lp/replace-jamf',
'/lp/autonomous-endpoint-management',
'/lp/apple-mdm',
'/lp/on-premise',
'/lp/open-source',
// FUTURE: Do something smarter to get hand-coded HTML pages from routes.js, like how rebuild-cloud-sdk works, to avoid this manual duplication.
// See also https://github.com/sailshq/sailsjs.com/blob/b53c6e6a90c9afdf89e5cae00b9c9dd3f391b0e7/api/helpers/get-pages-for-sitemap.js#L27
];