mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
0ae909fedf
commit
cc865b2bcd
3 changed files with 6 additions and 1 deletions
5
website/api/controllers/download-sitemap.js
vendored
5
website/api/controllers/download-sitemap.js
vendored
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
|
|
@ -30,5 +30,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<signup-modal></signup-modal>
|
||||
</div>
|
||||
<%- /* Expose server-rendered data as window.SAILS_LOCALS :: */ exposeLocalsToBrowser() %>
|
||||
|
|
|
|||
|
|
@ -144,5 +144,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<signup-modal></signup-modal>
|
||||
</div>
|
||||
<%- /* Expose server-rendered data as window.SAILS_LOCALS :: */ exposeLocalsToBrowser() %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue