Website: update sitemap and new pages (#39009)

Changes:
- Added new(/missing) pages to the website's sitemap
- Added the signup modal to comparison pages and the GitOps workshop
page.
This commit is contained in:
Eric 2026-01-29 10:29:55 -06:00 committed by GitHub
parent 0ae909fedf
commit cc865b2bcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -66,7 +66,7 @@ module.exports = {
'/orchestration',
'/device-management',
'/software-management',
'/meetups',
'/fleet-gitops',
// Other stuff:
// > Note: /handbook overview page is already included amongst the markdown pages
// > Note: Same for /docs
@ -80,6 +80,9 @@ module.exports = {
'/scripts',// « overview page (all subpages are dynamic)
'/os-settings',
'/fast-track',
'/meetups',
'/testimonials',
'/gitops-workshop',
// 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
];

View file

@ -30,5 +30,6 @@
</div>
</div>
</div>
<signup-modal></signup-modal>
</div>
<%- /* Expose server-rendered data as window.SAILS_LOCALS :: */ exposeLocalsToBrowser() %>

View file

@ -144,5 +144,6 @@
</div>
</div>
</div>
<signup-modal></signup-modal>
</div>
<%- /* Expose server-rendered data as window.SAILS_LOCALS :: */ exposeLocalsToBrowser() %>