From b8a30ed8bb40b9b1a28305098034c8e36456663b Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Wed, 22 Dec 2021 11:51:26 +0900 Subject: [PATCH] add-page-headings-to-handbook-pages (#3448) Added the H1 page headings to the individual handbook pages. --- handbook/company.md | 2 ++ handbook/customer-experience.md | 4 +++- handbook/growth.md | 2 ++ handbook/people.md | 2 ++ handbook/product.md | 2 ++ 5 files changed, 11 insertions(+), 1 deletion(-) diff --git a/handbook/company.md b/handbook/company.md index 21506dcac8..debf429637 100644 --- a/handbook/company.md +++ b/handbook/company.md @@ -1,3 +1,5 @@ +# Company + ## About Fleet Fleet Device Management Inc is an open core company that sells subscriptions that offer more features and support for Fleet. diff --git a/handbook/customer-experience.md b/handbook/customer-experience.md index ed2d75dfb3..d5847b2bca 100644 --- a/handbook/customer-experience.md +++ b/handbook/customer-experience.md @@ -1,4 +1,6 @@ -## Customer experience +# Customer experience + +## Customer success ### Scheduling meetings with customers To schedule an ad hoc meeting with a Fleet customer, use the ["Customer meeting" Calendly link](https://docs.google.com/document/d/1tE-NpNfw1icmU2MjYuBRib0VWBPVAdmq4NiCrpuI0F0/edit#heading=h.v47bs6uo0jpk). diff --git a/handbook/growth.md b/handbook/growth.md index eb1f95ed19..643c071a71 100644 --- a/handbook/growth.md +++ b/handbook/growth.md @@ -1,3 +1,5 @@ +# Growth + ## Promoting blog posts on social media Once a blog post has been written, approved, and published, please ensure that it has been promoted on social media. Please refer to our [Publishing as Fleet](https://docs.google.com/document/d/1cmyVgUAqAWKZj1e_Sgt6eY-nNySAYHH3qoEnhQusph0/edit?usp=sharing) guide for more detailed information. diff --git a/handbook/people.md b/handbook/people.md index 160cf62375..5443a2bd4e 100644 --- a/handbook/people.md +++ b/handbook/people.md @@ -1,3 +1,5 @@ +# People + ## Directly responsible individuals At Fleet we use the concept of directly responsible individuals (**DRI**s), a person who is singularly responsible for a given aspect of the open source project, the product, or the company. diff --git a/handbook/product.md b/handbook/product.md index 674232b273..6a4fd5e75c 100644 --- a/handbook/product.md +++ b/handbook/product.md @@ -1,3 +1,5 @@ +# Product + ## Feature flags In Fleet, features are placed behind feature flags if the changes could affect Fleet's availability of existing functionalities.