mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website update static pages being explicitly listed in dynamic sitemapxml (#4681)
* feat: add query to find running docker containers * docs: 📝 add query to get Mac and Linux machines with unencrypted primary disks * feat: add query to find running docker containers * docs: 📝 add query to get Mac and Linux machines with unencrypted primary disks * chore: remove queries from develop * docs: add query to get running docker containers * docs: add query to get machines with unencrypted primary disks * fix: remove trailing --- * fix: remove trailing --- * chore: remove trailing --- * docs: add query to get applications hogging memory * fix: resolve merge conflicts * chore: update PR * chore: update PR * chore: merge previous query * feat: add query to find servers with root logins within the day * fix: remove unneeded period * docs: add instructions for submiting multiple queries * fix: remove duplicate entry * fix: remove period from get running docker containers query description * docs: add instructions for submiting multiple queries * fix: resolve merge conflicts * feat: add description for query to fetch failing batteries * fix: resolve duplicate descriptions * fix: remove typo in deplying docs * fix: reword description * fix: add suggestions to improve description * feat: add description to query to fet windows machines with unencrypted hard disks * feat: update description for count apple applications installed query * chore: add dominuskelvin as maintainer * docs: 📝 Add query to get apps opened within the last 24 hours * feat: add query to find apps not in Applications directory * feat: add query to find subscription based applications that have not been opened for the last 30 days * feat: add link to signing installers * fix: typo with link to the getting started page * feat: docs on how to sign an osquery installer * feat: make signing installer a subsection of osquery installer * feat: make description for signing installer shorter and compact * fix: change package to installers * fix: reword note section * feat: add instructions to use credentials below to log in to fleet preview * feat: update static pages explicitly listed in sitemap
This commit is contained in:
parent
68fd975eef
commit
44aed81e31
1 changed files with 4 additions and 0 deletions
4
website/api/controllers/download-sitemap.js
vendored
4
website/api/controllers/download-sitemap.js
vendored
|
|
@ -47,6 +47,10 @@ module.exports = {
|
|||
'/get-started',
|
||||
'/company/contact',
|
||||
'/queries',
|
||||
'/platform',
|
||||
'/pricing',
|
||||
'/transparency',
|
||||
'/docs'
|
||||
// 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