diff --git a/handbook/README.md b/handbook/README.md index 209e572de5..7c3ed95e44 100644 --- a/handbook/README.md +++ b/handbook/README.md @@ -40,13 +40,13 @@ The Fleet handbook is the central guide for how we run the company. As part of o [Feature flags](./product.md#feature-flags) -### Growth +### Brand -[Website](./growth.md#website) +[Website](./brand.md#website) -[Communicating as Fleet](./growth.md#communicating-as-fleet) +[Communicating as Fleet](./brand.md#communicating-as-fleet) -[Voice and grammar guidelines](./growth.md#voice-and-grammar-guidelines) +[Voice and grammar guidelines](./brand.md#voice-and-grammar-guidelines) ### Customers @@ -60,7 +60,7 @@ The Fleet handbook is the central guide for how we run the company. As part of o [Posting on social media as Fleet](./community.md#posting-on-social-media-as-fleet) -[Promoting blog posts on social media](./growth.md#promoting-blog-posts-on-social-media) +[Promoting blog posts on social media](./community.md#promoting-blog-posts-on-social-media) [Press releases](./community.md#press-releases) diff --git a/handbook/growth.md b/handbook/brand.md similarity index 99% rename from handbook/growth.md rename to handbook/brand.md index 15733546e0..c4fbccd206 100644 --- a/handbook/growth.md +++ b/handbook/brand.md @@ -1,4 +1,4 @@ -# Growth +# Brand ## Fleet website diff --git a/handbook/product.md b/handbook/product.md index ce45b70ddd..aed8e3bd2d 100644 --- a/handbook/product.md +++ b/handbook/product.md @@ -317,7 +317,7 @@ with customers and users. ### Blog post -The product team is responsible for providing the [growth team](./growth.md) with necessary information for writing +The product team is responsible for providing the [growth team](./brand.md) with necessary information for writing the release blog post. This is accomplished by filing a release blog post issue and adding the issue to the growth board on GitHub. diff --git a/website/config/routes.js b/website/config/routes.js index c12246a355..00bcf1c60a 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -169,6 +169,7 @@ module.exports.routes = { 'GET /try-fleet': '/get-started', 'GET /docs/deploying/fleet-public-load-testing': '/docs/deploying/load-testing', 'GET /handbook/customer-experience': '/handbook/customers', + 'GET /handbook/growth': '/handbook/brand',