fleet/website/api
Eric c238b90ecc
Website: Add RSS feeds for articles (#9526)
Closes: https://github.com/fleetdm/fleet/issues/6493

Changes:
- Added a new action, `get-one-rss-feed.js`. This action generates and
returns RSS feeds for article categories on fleetdm.com.
    - This action has one required input: `categoryName`.
- Lives at `/rss/[Article Category Name]` e.g.,
`fleetdm.com/rss/releases`
- If `articles` is provided as the category, it returns an RSS feed of
all articles published on our blog.
- Updated `view-basic-article.js` to set an `articleCategorySlug`
variable, that is used to link to the RSS feed for an article category
from an article page.
- Added a "subscribe" button to articles and article category pages that
links to an RSS feed for that category.
2023-01-27 16:58:53 -06:00
..
controllers Website: Add RSS feeds for articles (#9526) 2023-01-27 16:58:53 -06:00
helpers Update YAML schema table validation (#9302) 2023-01-13 10:16:36 -06:00
hooks/custom Website: Update Fleet website search index when website server starts. (#9480) 2023-01-25 10:09:41 -06:00
models Website: Add API to send signed CSR emails (#8408) 2023-01-19 14:43:14 -06:00
policies Website: Add admin tool for generating Fleet Premium licenses. (#8478) 2022-12-05 14:53:16 -06:00
responses Website: Fleet Sandbox (#6380) 2022-08-12 17:31:01 -05:00