Commit Graph

204 Commits

Author SHA1 Message Date
Eric
b28be0c499
Fix broken links to article images (#10986)
Changes:
- Fixed broken links to images in release articles
2023-04-05 09:50:22 -05:00
Andrew Baker
a288a74725
Update video embed for provisioning (#10763)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-24 17:58:00 -04:00
Andrew Baker
40bb253017
Update title (#10721)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-23 13:40:55 -04:00
Eric
f970f6fb8d
Website: Remove extra dashes from markdown links (#10657)
Closes: #10458

Changes:
- Updated the generated id's for headings in Markdown content to remove
extra dashes in words that have multiple letter casings (e.g., `#my-sql`
» `#mysql`, `#git-hub-security` » `#github-security`)
- Updated links to Markdown headings that have changed.
.  ..

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-03-22 19:34:59 -05:00
JD
a0a8e3a8dd
Fleet 4.29.0 release notes (#10694)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

#10608

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2023-03-22 15:54:23 -07:00
Mike Thomas
64d32c194e
Capitalization fixes (#10502)
Just fixed up a couple of capitalization errors.
2023-03-15 09:32:06 -05:00
JD
66dfa76139
Create osquery 5.8 release notes (#10484)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-14 14:50:51 -07:00
Mike Thomas
8cbfc991a0
Blog image update (#10437)
I updates the images for
[https://fleetdm.com/guides/using-fleet-and-tines-together](https://fleetdm.com/guides/using-fleet-and-tines-together)
and added Fleet Premium CTA.
2023-03-13 13:01:01 -05:00
JD
2beee1fd71
Spokanemac using fleet and tines together (#10399)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
2023-03-08 14:31:39 -08:00
JD
38a10d364c
Add link to Cyber Security Summit blog hero image (#10285) 2023-03-03 10:49:13 -05:00
JD
14989b24af
Seattle Bellevue Cyber Security Summit Blogpost (#10276)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

---------

Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
2023-03-02 17:24:33 -05:00
JD
607a89b527
Clarification on NVD for MS Office in 4.28.0 Release Notes (#10226)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-03-01 11:52:42 -08:00
Mike Thomas
d3c4b16348
website-release-post-cta (#10177)
I'm not sure what the official word is on these new CTAs while I've been
away, but I've added Fleet Premium and Fleet MDM CTAs to the 4.28
release post.

<img width="726" alt="image"
src="https://user-images.githubusercontent.com/78363703/221949267-bfc66e22-9f17-4ee1-a11f-0df93f0ba441.png">

<img width="750" alt="image"
src="https://user-images.githubusercontent.com/78363703/221949194-ff971a65-e326-4395-8dd4-362a5fb12234.png">

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2023-02-28 12:53:41 -06:00
Eric
69c52595a3
Update 4.28.0 release post (#10166)
Changes:
- Fixed the `articleImageUrl` meta value of the 4.28.0 release notes
- Replaced a link to an image
- replaced links to youtube videos with embedded video players
2023-02-28 10:27:22 -06:00
JD
f8eea0ad59
Create 4.28.0 release notes (#10153)
Issue: https://github.com/fleetdm/fleet/issues/9913

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

---------

Co-authored-by: Jarod Reyes <jarodreyes@gmail.com>
2023-02-28 08:13:47 -08:00
Jarod Reyes
25a723fdc1
Adding a link to the docs. (#10079) 2023-02-23 13:01:34 -08:00
Jarod Reyes
48ca4bc26d
Introducing Fleet Ultimate blog post. (#9979)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2023-02-22 14:11:40 -08:00
Eric
4142d591f3
Website: Update <call-to-action> component and article formatting guide (#9892)
Changes:
- Changed the name of the `type` prop of the `<call-to-action>`
component to `preset`
- Updated `<call-to-action>` components in articles to use the new prop
name
- Updated the article formatting guide in the Handbook to document how
to use a `<call-to-action>` preset and added examples of our two
presets.
2023-02-16 18:13:00 -06:00
Andrew Baker
1187050605
Update fleet-4.27.0.md (#9832)
Added a note concerning the changes to osquery packs

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-02-16 12:03:40 -05:00
Eric
d7eeb10a7c
Website: Update <call-to-action> component to include presets for Fleet Premium and Fleet MDM beta, Add CTAs to two release articles. (#9812)
Closes: #9786

Changes:
- Updated the <call-to-action> component to add support for a new prop:
`type`. This can be set to `premium-upgrade` or `mdm-beta`. If this prop
is provided, the component will render a call to action for the limited
MDM beta or Fleet Premium.
- Example usage: `<call-to-action type="mdm-beta"></call-to-action>`
- Added a CTA for upgrading to Fleet premium to the `Fleet 4.27.0`
release article
- Added a CTA for the MDM beta to the `Fleet 4.26.0` release article
2023-02-15 10:00:54 -06:00
Mike McNeil
f85a3327b5
Fix typo, add link, correct route (#9715) 2023-02-08 19:25:17 -06:00
Noah Talerman
0591d6769d
4.27.0 release article: Update image (#9724)
- Replace image for failed login attempts
2023-02-07 14:02:27 -05:00
Mike Thomas
e5bd7b9a58
4.27.0 release article: Image update (#9719)
- Updated the image on the release post.
2023-02-07 12:29:16 -05:00
Andrew Baker
d22d82f889
Release post 4.27.0 (#9709)
Co-authored-by: Eric <eashaw@sailsjs.com>
2023-02-06 17:36:26 -05:00
Andrew Baker
9125741b6a
Fix for typos (#9567)
Found a few typos before publishing on socials - fixed

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-01-30 18:03:04 -05:00
Dave Herder
bb2801ac38
submitting new blogpost content (#9563)
adding new article for splunk , osquery, mitre attck

---------

Co-authored-by: Dave Herder <dave@fleetdm.com>
Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
Co-authored-by: Eric <eashaw@sailsjs.com>
2023-01-30 17:20:46 -05:00
Andrew Baker
bb6e8b5006
Add 4.26.0 release post (#9366)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

Co-authored-by: Eric <eashaw@sailsjs.com>
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2023-01-17 12:25:01 -05:00
Chris McGillicuddy
4f8be572f8
Create fleet-terraform-module.md (#9204)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.   

- [ ] Manual QA for all new/changed functionality
2023-01-09 12:52:19 -06:00
creedjax
b204647c49
Update deploying-fleet-on-aws-with-terraform.md (#8748)
Changed some wording under "Deployments" to remove confusion, and
updated instructions for "Prepare the database" to better reflect the
previous outputs from the terraform apply.

Co-authored-by: Katheryn Satterlee <me@ksatter.com>
2023-01-06 15:40:24 -06:00
Mike Thomas
cb230a8291
Mike t patch 4.25 release post update (#9173)
* Added Fleet MDM image

* updated image
2023-01-03 20:36:45 -06:00
Chris McGillicuddy
75e8af2b2d
Create fleet-4.25.0.md (#9125)
* Create fleet-4.25.0.md

* Add files via upload

* Update fleet-4.25.0.md

* Update fleet-4.25.0.md

* updated images

Uploaded new activity feed image.

* image and markdown fix

* Update fleet-4.25.0.md

* Update fleet-4.25.0.md

* update image filenames

* Update fleet-4.25.0.md

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Eric <eashaw@sailsjs.com>
2023-01-03 11:24:01 -06:00
Chris McGillicuddy
51d3637bf1
Create end-user-self-remediation.md (#9029)
* Create end-user-self-remediation.md

* Update end-user-self-remediation.md

* Update end-user-self-remediation.md
2022-12-15 11:35:11 -06:00
Noah Talerman
6a437aaa35
Add augeas to list of improvements in 4.24 article (#8971) 2022-12-12 16:29:23 -05:00
Chris McGillicuddy
e5b30c46b1
Create fleet-4.24.0.md (#8908)
* Create fleet-4.24.0.md

* Add files via upload

* Update fleet-4.24.0.md

Added cover image.

* Update fleet-4.24.0.md

* update article image filename

* Update fleet-4.24.0.md

* Update fleet-4.24.0.md

* Added images

* Update fleet-4.24.0.md

Co-authored-by: Eric <eashaw@sailsjs.com>
Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
2022-12-06 07:57:54 -06:00
Chris McGillicuddy
e2a1500102
Update how-fleet-helps-federal-agencies-meet-cisa-bod-23-01.md (#8718)
Fixed typo.
2022-11-15 09:46:25 -06:00
Chris McGillicuddy
12ed511623
Create fleet-4.23.0.md (#8665)
* Create fleet-4.23.0.md

* Added Fleet 4.23.0 release screenshots

* Update fleet-4.23.0.md

Added screenshots and list of more new features, improvements, and bug fixes.

* Add Fleet 4.23.0 cover image

* Update fleet-4.23.0.md

* Update fleet-4.23.0.md

* Update fleet-4.23.0.md

* Update fleet-4.23.0.md

* Update image filenames

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-11-14 17:50:08 -06:00
Chris McGillicuddy
f9d544be9a
Update deploying-fleet-on-aws-with-terraform.md (#8692)
* Update deploying-fleet-on-aws-with-terraform.md

Changed title to be consistent with other deployment guides.

* Update deploying-fleet-on-render.md

Changed title to be consistent with other deployment guides.

* Update deploy-fleet-on-hetzner-cloud.md

Changed title to remove the ampersand and make "Cloud-init" lowercase.
2022-11-14 16:34:55 -06:00
Andrew Baker
ff969e8ddc
Drew bakerfdm remove email mentions (#8641)
* Remove email address for redudancy

Call to actions at the bottom of the page offer better forms of communication to join the community, trial Fleet, or ask questions.

* Remove email mention

* Remove email mention

* Remove email mention
2022-11-10 11:59:08 -05:00
Andrew Baker
e40228c99e
Changing embedded player to iTunes (#8575) 2022-11-04 10:00:31 -04:00
Andrew Baker
52193af711
Drew bakerfdm podcast episode 7 (#8567)
* Fleet podcast episode 7 images upload

* Initial article post

Still need to update podbean links once available

* Removing due to incorrect title

* Removing due to incorrect title

* Reuploading correct thumbnails

* Update the-future-of-device-management-ep7.md

* Updated podbean link

* Unused image - removing

* Update articles/the-future-of-device-management-ep7.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/the-future-of-device-management-ep7.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update the-future-of-device-management-ep7.md

* Update articles/the-future-of-device-management-ep7.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-11-03 17:35:37 -04:00
Chris McGillicuddy
5124ddfa01
Update how-fleet-helps-federal-agencies-meet-cisa-bod-23-01.md (#8502)
Changed AWS GovCloud to cloud.gov, fixed a typo, and added a link to a blog on policies.
2022-10-31 12:14:57 -05:00
Benjamin Edwards
bf94074100
Edwardsb/deployment guide updates (#8501)
* update deployment guide and add additional descriptions/comments for terraform resources

* add architecture diagram to deployment guide

* cleaning up more terraform deployment documentation
2022-10-31 12:15:08 -04:00
Chris McGillicuddy
d342d1e646
Add BOD 23-01 cover image (#8489)
* Add BOD 23-01 cover image

* Create bod-23-01.md

* Article: How Fleet helps agencies with BOD 23-01
2022-10-28 17:16:37 -05:00
Benjamin Edwards
08b2ab5c18
update deployment guide (#8447)
* update deployment guide and add additional descriptions/comments for terraform resources

* add architecture diagram to deployment guide
2022-10-26 15:52:54 -04:00
Eric
f6965c5dce
move roadmap items from case study pages into issues (#8366) 2022-10-21 17:44:22 -05:00
Mike Thomas
a4b7756474
Fleet 4.22.0 release post (#8357)
* Fleet 4.22.0 release post

Fleet 4.22.0 release post.

* Article: Fleet 4.22.0.md

* Indenting bullets Fleet 4.22.0.md

* Editing list Fleet 4.22.0.md

* Update fleet-4.22.0.md

* Update fleet-4.22.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-10-21 15:44:52 -05:00
Noah Talerman
c576b9de20
Update log destination docs (#8242)
- Rename "Osquery logs" page to "Log destinations"
- Use exact product names in the log destination docs
- Move anchor links to the top of the page so that fleetdm.com/docs/log-destinations renders a sidebar
2022-10-18 13:18:15 -04:00
Mo Zhu
3471f5354a
Article: Zero trust attestation with Fleet (#7865)
* Create zero-trust-attestation-with-fleet

* Added images

I made the following changes:

- added .md file extension
- added artwork for the article

* Image update

- updated thumbnail image
- moved position of zero touch diagram

* Added file extension

* Added revisions from Google doc

Incorporated revisions I had been discussing with Mo.

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-10-14 12:49:07 -07:00
Chris McGillicuddy
d8d9a745a0
4.21.0 release article (#8090)
* Article: fleet 4.21.0 release

Created article for the 4.21.0 release.

* Add 4.21.0 release article images

* Added image links.

* Added 4.21.0 feature and link

* Update articles/fleet-4.21.0.md

Adding Noah's suggestion.

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
2022-10-05 18:14:51 -04:00
Chris McGillicuddy
0c49a57ca4
Article: osquery vulnerability management at scale (#8061)
* Article: osquery vulnerability management at scale

Zach's presentation from osquery@scale September 2022. Slides are embedded in the article. Video will be added when available.

* Add embed for google slides presentation

* Update osquery-vulnerability-management-at-scale.md

Added link to osquery@scale website. Removed placeholder hero image.

* Add thumbnail image

- added a thumbnail image
- changed "Osquery" to "osquery"

* Updated intro and publication date

Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
2022-10-05 16:27:49 -05:00
RachelElysia
3054450065
Improve developer documentation: Update seed data documentation (#7904) 2022-10-05 12:42:45 -04:00
Noah Talerman
818d603274
Edit 4.18.0 blogpost (#7944)
- Remove "Automated testing for upgrading to a new version of Fleet" section
2022-09-27 08:41:20 -07:00
Andrew Baker
140c5caa9d
Upload podcast ep 6 (#7922)
* Create the-future-of-device-management-ep6.md

* add podcast ep 6 cover

* Update links within article

* Update articles/the-future-of-device-management-ep6.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/the-future-of-device-management-ep6.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/the-future-of-device-management-ep6.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/the-future-of-device-management-ep6.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/the-future-of-device-management-ep6.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/the-future-of-device-management-ep6.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/the-future-of-device-management-ep6.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/the-future-of-device-management-ep6.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-09-23 15:09:31 -04:00
Chris McGillicuddy
c299e9581c
Osquery evented tables overview revisions.md (#7883)
Proposed revisions after article has been merged. Most are line edits, but I also suggested a different title and introduction.
2022-09-21 15:04:21 -05:00
Mo Zhu
3742289fb0
Guide for osquery event tables (#7734)
* Guide for osquery event tables

* add list for how you can tell a table is evented

* Update osquery-evented-tables-overview.md

* Update osquery-evented-tables-overview.md

* Update osquery-evented-tables-overview.md

* Update osquery-evented-tables-overview.md

* Update osquery-evented-tables-overview.md

* Include new information about the other tables

* Clarify how audit works w/r/t data storage

* macOS and Linux

* specify flags for user_interaction_events table

* remove screenshot image

* remove subbullets in TOC

* redefine utility

* memtion openbsm is deprecated

* fix TOC links

* add meta tags
2022-09-20 09:37:50 -07:00
Mike McNeil
a9e75691b5
Article: Typo fix (#7750) 2022-09-20 11:20:47 -05:00
Chris McGillicuddy
7949a0aece
Article: Osquery as a threat hunting platform (#7626)
* Article: Osquery as a threat hunting platform

* Add .md to title

We need to define the file type in the title. These articles are structured in markdown, so we add ".md" to the title.

* Add metadata

Reminder to change publishing date and article image once we have it.

* Making copy less formal

Simplified language and provided more context for osquery being a lightweight agent.

* Add images and meta tags

I made the following updates to this article:
- Added images.
- Updated category to "Security".

* Osquery threat hunting article revisions.md

Revised copy for simplicity and flow. Added a link to the first podcast episode. Followed @mike-j-thomas's suggestion to mention value of osquery managers.

Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
2022-09-16 17:06:23 -05:00
Noah Talerman
75e39a7d17
Add 4.20.0 blog post (#7657)
* Add blogpost

* added images

I added images to the article.

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update articles/fleet-4.20.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Adding image

Added markdown for main article image.

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-09-09 15:27:06 -05:00
Andrew Baker
e18117048d
Add podcast episode 5 (#7529)
* Add podcast episode 5

* Add episode 5 article header

* Update articles/the-future-of-device-management-ep5.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-09-01 17:08:34 -04:00
Mike Thomas
4b47f76033
Update introducing-sandbox-the-fastest-way-to-play-with-fleet.md (#7410)
- added missing comma to title meta tag
2022-08-26 10:43:10 +09:00
Mike Thomas
1f6b5305af
Update introducing-sandbox-the-fastest-way-to-play-with-fleet.md (#7372)
- updated video link
2022-08-24 19:23:53 +09:00
Andrew Baker
268523d536
Create introducing-sandbox:-the-fastest-way-to-play-with-fleet.md (#7341)
* Create introducing-sandbox:-the-fastest-way-to-play-with-fleet.md

* Update articles/introducing-sandbox:-the-fastest-way-to-play-with-fleet.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* added image and video

- added image and video
- updated meta tags

* Update introducing-sandbox:-the-fastest-way-to-play-with-fleet.md

- removed comma from meta tag title

* Rename file, update quotation marks

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Eric <eashaw@sailsjs.com>
2022-08-23 17:33:37 -04:00
Noah Talerman
c216b40dca
Add 4.19.0 release article (#7349)
- Add 4.19.0 release article
- Tweak 4.18.0 release article by removing "Test Fleet upgrades" feature
2022-08-23 17:29:59 -04:00
Mike McNeil
752445a15e
Article: Category for release post (#7365)
Should this "Orbit" post be categorized under announcements rather than releases? https://fleetdm.com/releases/introducing-orbit-your-fleet-agent-manager
2022-08-23 15:42:08 -05:00
Noah Talerman
b0e37accc9
Update "Learn how to use Fleet" for Fleet Sandbox (#7142)
- Update "Learn how to use Fleet" docs page to walk a Fleet Sandbox user through adding their device and running a query
- Add a "Get operating system information" query to standard query library for the "Learn how to use Fleet" walkthrough
- Update Fleet's top level README to point users who want to try Fleet to Fleet Sandbox
- Update "How to install osquery..." (macOS, Windows, Linux) blog posts to point users who want to try Fleet to Fleet Sandbox
- Move `fleetctl preview` questions to "Contributing" FAQ section in docs. This is because `fleetctl preview` is now a testing tool for Fleet contributors
- Update "Deploying" docs to point users who want to try Fleet to Fleet Sandbox
2022-08-19 14:13:15 -04:00
Andrew Baker
0fa28d41b8
Move introduction to orbit to proper directory (#7293)
* Moving orbit introduction article to proper directory

* Re-add of orbit introduction post in proper directory
2022-08-18 12:51:20 -05:00
Noah Talerman
0cf4fd107e
In articles, remove reference to query packs (#7176)
* Update snowflake and import queries guides

* Add new image and update seed round article

* Change import queries guide name and add redirect to routes.js

* Add new import queries file

* Fix redirect. Thanks linter

* Update articles/import-and-export-queries-in-fleet.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-08-12 15:03:54 -05:00
Andrew Baker
71bbd78825
Drew bakerfdm add podcast episode 4 (#7191)
* Upload podcast episode 4 cover

* Adding podcast episode 4 article
2022-08-12 14:58:42 -05:00
Kelvin Oghenerhoro Omereshone
77de078917
Remove generate installer verbiage and update screenshot (#7111)
* feat: remove generate installer verbiage and update screenshot

* Update articles/how-to-install-osquery-and-enroll-macos-devices-into-fleet.md

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2022-08-12 12:48:54 +09:00
Mike Thomas
749d85a141
Update fleet-desktop-says-hello-world.md (#7026)
- added a missing apostrophe
2022-08-12 11:45:43 +09:00
Andrew Baker
30d95622c3
Update embed from Loom to YouTube (#7167)
* Update embed from Loom to YouTube

* update embedded content div

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-08-11 13:48:53 -04:00
Mike Thomas
4987125862
Update tales-from-fleet-security-google-groups-scams.md (#7088)
* Update tales-from-fleet-security-google-groups-scams.md

Updated blockquote type to the new <purpose="large-quote">

* Update tales-from-fleet-security-google-groups-scams.md

added strong tags

Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
2022-08-08 11:31:58 +09:00
Tim Kern
8acbbc6c7b
Changed date— make the blog .01% more professional (#7090) 2022-08-05 18:39:02 -04:00
Tim Kern
47307f4027
Added keyword 3 times in body (#7089) 2022-08-05 18:23:58 -04:00
Guillaume Ross
fab53df348
Tales from Fleet security: mailing list scams with Google Groups (#6953)
* Google Groups spam article for 6914

Creating the file in which the Google Groups spam article for #6914 will go.

* Google Groups Blog Post: Renaming file + submitting early draft and image

* Reverting accidental update to vscode settings

Reverting accidental update to vscode settings in blog post PR

* Formatting for Google Groups scam post

* added article images

- added cover image and updated inline image to a higher res version (and re-composed).
- fixed a stray typo and also rephrased the sentence for clarity.

* Apply suggestions from code review

Fixing as per Des's suggestions.

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>

* Update tales-from-fleet-security-google-groups-scams.md

Making it more obvious the quotes were quotes from Google support

* Quick typo fix

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
2022-08-05 11:39:48 -04:00
Kelvin Oghenerhoro Omereshone
a26d53931a
feat: update guide to add a Windows host (#7059) 2022-08-04 18:02:56 +01:00
Eric
ded5a3592e
Website update markdown checkboxes (#7019)
* add custom list item renderer

* add styles for checkboxes to markdown content

* bring checkboxes back into article

* lint fix

* update comment

* update variable names, disable all checkboxes

* update comment and disabled usage.
2022-08-03 12:04:49 -05:00
Eric
5490379057
Website: fix iframes in articles overflowing on smaller screen widths (#6963) 2022-08-03 11:55:56 +09:00
Katheryn Satterlee
585422336e
Add 4.18.0 release post (#7004) 2022-08-02 17:09:11 -07:00
Andrew Baker
e2c8700013
Embed video for deploying Fleet on AWS with Terraform (#7025)
* Added embed code

* add responsive youtube embed
2022-08-02 15:47:50 -05:00
Mo Zhu
e2399efbc5
Fleet desktop v1 announcement (#6723)
* remove reference to fleet desktop being in beta

* update how to generate a new Fleet Desktop installer

* document --disable-update and --desktop-channel flags

* new file for Fleet Desktop

* fleet desktop custom transparency link explanation

* docs for installing and upgrading Fleet Desktop

* fleet desktop out of beta announcement blog

* images

* copy edits

* convert headers to sentence case

* incorporate copy changes

* Updated images and meta tags

- I updated the images, and renamed to match our image naming conventions
- I added the article meta tags

* Update Fleet-desktop.md

* Specify Fleet Desktop document order

* Update to fleet-desktop-says-hello-world.md

- I added a screencast showing how to remediate a failing policy with Fleet Desktop
- I added inline styles so that the video fills the container width and renders correctly on mobile.
- I re-jigged "self remediation" and "Scope transparency" as H3 tags.

* address some typos and style changes

* update meta tag

* remove single quotes

* Update publishing date fleet-desktop-says-hello-world

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
2022-08-02 12:19:57 -05:00
Katheryn Satterlee
9c3e52f0aa
Terraform guide updates (#6832)
* Updating Terraform guide

* Updating Migration section

* Updating instructions for prod.tvars

* Removed duplicate entry in production variables

* Added link to Using Fleet documentation.

* Removed errant 'git pull'
2022-08-02 12:17:49 +00:00
Mike Thomas
349f19b8e7
Style fix - tales-from-fleet-security-securing-bank-accounts-from-bus… (#6987)
* Style fix - tales-from-fleet-security-securing-bank-accounts-from-business-email-compromise.md

- Removed checkboxes from the checklist because they are not rendering correctly.
- I noticed that checkboxes could benefit from a little extra margin to the right.

* revert whitespace change to bootstrap-overrides

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-08-01 16:25:10 -05:00
Andrew Baker
7dd0152819
Add top view image for 3d printed yubikey cases (#6860)
* Add top view image for 3d printed yubikey cases

* update filename extension in article, move image to images/articles

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-08-01 10:47:27 -04:00
Katheryn Satterlee
7d3d282301
Update author name (#6856)
* Update author name

* updated author name

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
2022-07-30 13:47:28 +09:00
Mike Thomas
b8705f89e0
Update happy-1st-anniversary-fleet.md (#6932)
* Update happy-1st-anniversary-fleet.md

Fixed a typo "He's" => "Here's".

* Update articles/happy-1st-anniversary-fleet.md

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
2022-07-30 13:44:30 +09:00
Andrew Baker
a35b92881f
Update publishing date for Linux vulnerability detection article and add mermaid diagram (#6983)
* Update publishing date for Linux vulnerability detection article

Changing from 08-29 to 07-29

* Added mermaid diagram

- added mermaid diagram and updated diagram background colour.

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2022-07-30 08:37:42 +09:00
Tim Kern
74bb943cf9
Updated to move post under "engineering" category (#6984) 2022-07-29 19:13:27 -04:00
Mike Thomas
d32cd042b5
Article upload (#6980)
- uploaded article and images
2022-07-29 21:23:03 +00:00
Mike McNeil
6c2cfcdc6e
Article: Update casing (#6868) 2022-07-25 22:04:53 -05:00
Andrew Baker
c09a8a7385
Update cover image (#6858) 2022-07-25 17:59:03 -05:00
Andrew Baker
805dd3aaed
Add Google link (#6857) 2022-07-25 15:55:14 -05:00
Zach Wasserman
345b0a0cd2
Update the-future-of-device-management-ep1.md (#6842) 2022-07-23 08:09:10 +09:00
Mike Thomas
f8241466d8
update image on podcast ep3 (#6841)
* update image on podcast ep3

- Updated image on the-future-of-device-management-ep3.md
- Updated title for consistency on the-future-of-device-management-ep1.md

* Fixed meta name article title to "episode 3"

Co-authored-by: Tim Kern <tim@fleetdm.com>
2022-07-22 16:43:53 -05:00
Andrew Baker
e0200a950f
Fix spelling in podcast title (#6837)
from "sceptic" to "skeptik"
2022-07-22 16:16:51 -05:00
Andrew Baker
6f99add3c9
Update episode number for accuracry (#6836)
* Update episode number for accuracry

* Update the-future-of-device-management-ep3.md
2022-07-22 16:05:14 -05:00
Katheryn Satterlee
538adbb01f
Updating Terraform guide (#6809)
* Updating Terraform guide

* Removed trailing `/`
2022-07-21 17:44:14 -04:00
Andrew Baker
939340cee8
Add future of device management podcast episode 3 (#6814)
* Add future of device management podcast episode 3

Will need to keep an eye out for podcast to be available on spotify and apple

* Adding Fleet podcast episode 3 image

* Updating Embed code and podcast links
2022-07-21 16:19:00 -05:00
Mike Thomas
759850ed21
Update stay-on-course-with-your-security-compliance-goals.md (#6794)
Updated category from guides to security.

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-07-21 05:45:34 -05:00
Eric
f10e33d387
Website: update article categories (#6679)
* add deploy category, change product to guides

* update links to deployment guides

* Update deploy-fleet-on-hetzner-cloud.md

* Update enrolling-a-digital-ocean-droplet-on-a-fleet-instance.md

* Update how-to-install-osquery-and-enroll-linux-devices-into-fleet.md

* Update delivering-data-to-snowflake-from-fleet-and-osquery.md

* Update how-to-install-osquery-and-enroll-windows-devices-into-fleet.md

* Update how-to-install-osquery-and-enroll-macos-devices-into-fleet.md

* Update deploying-fleet-on-aws-with-terraform.md

* Update deploying-fleet-on-render.md

* Update how-to-uninstall-osquery.md

* Update osquery-a-tool-to-easily-ask-questions-about-operating-systems.md

* Update get-and-stay-compliant-across-your-devices-with-fleet.md

* Update work-may-be-watching-but-it-might-not-be-as-bad-as-you-think.md

* Update converting-unix-timestamps-with-osquery.md

* Update correlate-network-connections-with-community-id-in-osquery.md

* Update using-elasticsearch-and-kibana-to-visualize-osquery-performance.md

* Update fleet-quick-tips-querying-procdump-eula-has-been-accepted.md

* Update locate-assets-with-osquery.md

* Update osquery-consider-joining-against-the-users-table.md

* Update import-and-export-queries-and-packs-in-fleet.md

* Update ebpf-the-future-of-osquery-on-linux.md

* Update generate-process-trees-with-osquery.md

* Update get-and-stay-compliant-across-your-devices-with-fleet.md

* Update work-may-be-watching-but-it-might-not-be-as-bad-as-you-think.md

* Update ebpf-the-future-of-osquery-on-linux.md

* Change category meta value back to guides

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>

* change article category

* update latest article category

* add redirects for articles not handled by cloudflare rules

* Update to main nav

I did a little more housekeeping on the main nav for when we do the switch on these categories.

- Added link to /deploy under Guides on the Documentation dropdown.
- Added link to /guides under Guides on the Documentation dropdown
- Removed the now redundant "See all" from under Guides on the Documentation dropdown
- Removed the now redundant "See all" from under Articles on the Community dropdown (There's no need to point users to All categories any more, since all the category land are now linked to independently from the main nav.

* Update article category name

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
2022-07-21 13:59:51 +09:00