Commit Graph

44 Commits

Author SHA1 Message Date
Sampfluger88
9883174a7f
Handbook: update marketing slack channels (#11895)
Updated Slack channels added "#g-website" DRI Mike Thomas

# 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-05-30 10:20:04 -07:00
Sampfluger88
cc75c4a18f
Handbook: update marketing rituals (#11896)
Update Ritual table removed departed DRI's

# 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-05-30 10:19:32 -07:00
JD
3d478614fb
About Fleet blurbs update (#11985)
# Checklist for submitter

Markdown Update to include <50, <100 & <200 words _About Fleet_.
2023-05-26 08:49:16 -07:00
Jarod Reyes
4fd3f45fb3
Update README.md (#11863)
Add private channel DRI for marketing.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-05-22 22:42:05 -05:00
JD
c5f15c3685
Adds instruction for using device over endpoints. (#11637)
@mike-j-thomas noted that **device** is preferred over _endpoint_.
Documenting that fact.
2023-05-17 11:23:59 -07:00
Mike McNeil
bbaaf8bf58
Add intake process for website changes (#11522) 2023-05-04 12:09:06 -05:00
Eric
2c4dc043cb
Website: Add landing page generator (#11308)
Changes:
- Added a new Sails generator, `landing-page`, that generates a page
with our current landing page layout with lorum ipsum and placeholder
images. New pages created by this generator will live in the `/imagine/`
subfolder and can be created by running (from the `website/` folder) `.
- Added a handbook entry about using the landing page generator.
- Removed the `experimental/okta-webflow` page.

---------

Co-authored-by: Jarod Reyes <jarodreyes@gmail.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-05-03 18:51:01 -05:00
Eric
698feebd23
Hanbook: Revert changes from #11236 (#11519)
Changes:
- Removed the handbook section added in #11236
2023-05-03 18:27:56 -05:00
Natalia
2056c5d9bf
Update README.md (#11236)
# 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-05-03 12:51:36 -07:00
Eric
47f96fe396
Handbook: Fix two broken links on Marketing page (#11426)
Changes:
- Updated two links on the marketing handbook page
2023-04-28 13:53:58 -05:00
Mike McNeil
326a1690a0
Sentence case (#11284) 2023-04-24 11:53:18 -07:00
Jarod Reyes
d4589424b4
Updating Marketing Handbook section (#11219)
# 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-04-17 12:28:16 -04:00
Eric
78f6223f99
Handbook: Add Cloudflare subheading (#10905)
Closes: https://github.com/fleetdm/confidential/issues/1762

Changes:
- Added a section about how we use Cloudflare to manage DNS records for
our domains
2023-04-10 12:05:39 -05:00
Jarod Reyes
ec57280f5f
Update why-this-way.md (#10804)
Adding marketing experimentation guidelines to handbook

# 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: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-03-28 23:19:13 -05:00
Mike McNeil
22228d071d
Above all else... clarity (#10771) 2023-03-26 09:28:14 +09:00
Mike McNeil
5e27844fa2
Use source of truth for partnerships (#10740)
Noticed there's a duplicate source of truth going on here. This google
doc is mentioned in
https://fleetdm.com/handbook/marketing#sponsoring-events

and it's labeled "partnerships"

But the source of truth for Fleet's partnerships and potential
partnerships is here:
https://docs.google.com/spreadsheets/d/1pstllb-5vfVt8FifzaXRy8ixyKbe4B56Y1O8tLMnVUQ/edit#gid=1625487826
2023-03-24 10:19:02 -07:00
Mike McNeil
6aac3def8b
Why sentence case? (+examples) (#10701) 2023-03-23 09:51:08 -07: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
Eric
6b0242fb35
Handbook: Add section about testing website changes (#10543)
Changes:
- Added a "How can I test changes to the website?" section to the
marketing handbook.
2023-03-17 14:45:29 -05:00
Aurora
967d2e6704
Update README.md (#9886)
changed capitalization on osquery for consistency

# 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 20:11:37 -05:00
Mike McNeil
d4463bcb88
Delete #g-community (#9981) 2023-02-22 10:09:36 -08:00
Mike McNeil
033be67742
Define DRI (#9967)
point to
https://fleetdm.com/handbook/company/why-this-way#why-direct-responsibility

(mostly because this section is what comes up in algolia search if you
search the handbook for "DRI"-- this way there's a kind of breadcrumb to
the explanation. But always nice to unfold acronyms anyways)
2023-02-21 09:59:08 -08:00
Mike McNeil
545a383558
Friendlier (#9917)
# 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-17 14:27:12 -06: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
Mike McNeil
6a1a6f48c2
Adjust DRI for content style guide and add guidance about how to use fleets (#9869) 2023-02-15 23:44:55 -06:00
Jarod Reyes
f97e760ab8
Update how-to-submit-and-publish-an-article.md (#9555)
Added Jarod as the DRI for review.

# 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-12 11:53:53 -08:00
Charlie Chance
bb97745d62
Charlotte chance patch 2 (#9779) 2023-02-09 11:51:59 -07:00
Eric
a5a6e3ca23
Handbook: Update <call-to-action> component example (#9507)
Changes:
- Updated the `<call-to-action>` component example in the article
formatting guide handbook page to use the correct quotation marks (`”` »
`"`)
2023-01-25 19:25:36 -06:00
Eric
a6eb31a2c0
Handbook: update markdown article formatting guide (#9444)
Changes:
- Fixed a typo in the `<call-to-action>` component example.
- Added a description meta tag
2023-01-20 16:16:01 -06:00
Mike Thomas
bb40f876dd
Updated marketing DRI in the handbook (#9017)
I spotted and updated a couple of places in the handbook that needed the VP of marketing updating.
2022-12-14 13:21:37 +09:00
Eric
2d0f33f369
Website: Add script for creating HTML email partials from Markdown articles (#7574)
* add to-html-email

* email-preview

* add build-html-email script, update .gitignore

* email preview and email-templates pages, update routes, importer and policies

* add newsletter email layout, build-html-email script, to-html-email updates

* Update .gitignore

* add newsletter emails section to growth handbook

* update scripts

* update fonts in emails

* Update README.md

* Update build-html-email.js

* update comments, add page scripts to layouts

* revert change to build-static-content

* update script

* update email layout and helper

* update handbook entry

* update template data and helper

* update email layout

* update fake data and unsubscribe link

* move added handbook section to the marketing handbook

* rename script

* update colors in unused email template

* update capitalization in helper

* view-email-preview » view-email-template-preview

* Hide emails generated from markdown if they don't exist

* update preview page

* update markdown email directory, create sample article email

* lint fixes, add target="_blank" to links in emails

* update page layouts & styles

* update sample newsletter email, code font, newsletter layout

* Update README.md

* Update view-email-template-preview.js

Co-authored-by: Tim Kern <tim@fleetdm.com>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-12-05 16:30:24 -06:00
Charlie Chance
e03a465a4e
handbook: removing @fleetdm in Marketing page (#8756)
https://github.com/fleetdm/confidential/issues/1780
2022-11-22 11:12:36 -06:00
Chris McGillicuddy
1aaf5cd30a
Update content-style-guide.md (#8732)
Changed sentence case example formatting.
2022-11-15 16:07:30 -06:00
Chris McGillicuddy
1d0c17ee42
Added navigation links to Brand section.md (#8693) 2022-11-11 18:01:35 -06:00
Chris McGillicuddy
e6a88553d7
Updated Fleet style guide (#8634)
* Updated Fleet style guide

Updated style guide and added it to a subpage.

* Fixed a couple of blockquote formatting issues

* removed h4 example

* Implementing Mike's revisions.md

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2022-11-10 17:56:27 -06:00
Charlie Chance
caefbc962e
Handbook: removed #g-brand (#8468)
#g-brand slack channel is archived. Please reach out to Mike Thomas and the digital experience / brand team in #g-marketing. Thank you!
2022-10-27 17:10:47 -06:00
Mike Thomas
155d3ef6a6
Handbook - update navigation on Marketing page (#8418)
* update navigation

## The problem

After consolidating Growth, Community, and Digital Experience (Brand) under "Marketing", the side navigation has become overwhelming and unclear what sections falls into each category.

## How to fix

Since the navigation can only display top-level sections, I propose splitting the navigation as follows:

- Marketing
- Community
- Brand
- Rituals
- Slack channels

Navigating to each of these sections will then display a content table for each, labeled "In this section" (as currently exists).

To do this, I made the following changes:

- Changed heading hierarchy throughout page
- added styling to h3 to include border-top

## Caveat

Since h2 is used to define the three categories on this page (Marketing, Community, Brand), h3 tag is now utilized to define sub-sections for each of the main categories. However, this styling is specific to the Marketing page of the handbook, and should not be applied to the other pages – which I do not know how to achieve.

* add page title to purpose, add marketing page-specific styles

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-10-26 13:45:13 -05:00
Charlie Chance
83fed2d668
Handbook: Marketing page edits (#8356)
* Handbook: Marketing page edits

* Marketing pass first iteration

* Handbook: adding community support to engineering

1st iteration

* Handbook:removing community support from marketing

1st iteration

* Handbook: new section for community support

* Handbook: Marketing second pass

Added sections with section links per team. 
Ask @chris-mcgillicuddy if he wants to remove the style guide sections and editing sections on this page

Updating digital experience to brand - ask @eashaw for help with link redirects

TODO: Charlie: need to check the handbook links before merging.
2022-10-21 14:24:23 -06:00
Charlie Chance
1aef4eebeb
Handbook: delete community (#8329) 2022-10-19 17:56:36 +00:00
Chris McGillicuddy
7edce8b6ef
Consolidating style guides (#8331)
* Consolidating style guide

Several sections of the handbook have their own styles guides with redundant content. I'm consolidating that content into one central location.

* Update README.md

* Update README.md

* Update README.md
2022-10-19 09:49:41 -05:00
Charlie Chance
400ea7f88a
Handbook: Rehoming Community page under Marketing (#8316)
The Community page is now on the Marketing page, with a few edits made.
2022-10-18 20:10:31 +00:00
Charlie Chance
b4fcc0f77a
Handbook: rehoming Dig-ex page to marketing (#8315) 2022-10-18 20:09:57 +00:00
Charlie Chance
676c8d452d
Handbook: merges to marketing page (#8317)
Community merged to Marketing 

Digital experience merged to Marketing

Growth merged to Marketing
2022-10-18 20:06:31 +00:00
Charlie Chance
a2a522b8a4
Creating Marketing division of the handbook (#8275)
* Creating Marketing division of the handbook

Marketing is comprised of Community, Digital Experience, Growth, and Handbook.

* Update marketing.md

* Update and rename handbook/company/marketing.md to handbook/marketing/README.md

* Update README.md

* Rename handbook/growth/README.md to handbook/marketing/growth.md

* Rename handbook/digital-experience/README.md to handbook/marketing/digital-experience.md

* Rename handbook/digital-experience/article-formatting-guide.md to handbook/marketing/article-formatting-guide.md

* Rename handbook/digital-experience/commonly-used-terms.md to handbook/marketing/commonly-used-terms.md

* Rename handbook/digital-experience/how-to-submit-and-publish-an-article.md to handbook/marketing/how-to-submit-and-publish-an-article.md

* Rename handbook/digital-experience/markdown-guide.md to handbook/marketing/markdown-guide.md

* Rename handbook/community/README.md to handbook/marketing/community.md

* Update markdown-guide.md

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-10-17 21:35:06 -05:00