mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: update sitemap (#7107)
* Website: update hand coded html pages in sitmap * add /podcasts
This commit is contained in:
parent
749d85a141
commit
7fe9a27590
1 changed files with 14 additions and 1 deletions
15
website/api/controllers/download-sitemap.js
vendored
15
website/api/controllers/download-sitemap.js
vendored
|
|
@ -50,7 +50,20 @@ module.exports = {
|
|||
'/platform',
|
||||
'/pricing',
|
||||
'/transparency',
|
||||
'/docs'
|
||||
'/docs',
|
||||
'/logos',
|
||||
'/platform',
|
||||
'/reports/state-of-device-management',
|
||||
'/overview',
|
||||
'/releases',
|
||||
'/device-management',
|
||||
'/securing',
|
||||
'/engineering',
|
||||
'/guides',
|
||||
'/announcements',
|
||||
'/report',
|
||||
'/deploy',
|
||||
'/podcasts',
|
||||
// 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
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue