diff --git a/src/handbook/index.md b/src/handbook/index.md index 07718d57ae..910000a3ad 100644 --- a/src/handbook/index.md +++ b/src/handbook/index.md @@ -2,39 +2,50 @@ navTitle: Handbook --- -## Introduction +# FlowForge Handbook -This handbook contains all the information about how FlowForge Inc. is run. - -It's a living set of documents - they will evolve with time and expand as we learn +This handbook contains all the information about how FlowForge is run. It's a +living set of documents - they will evolve with time and expand as we learn and discover new things. -The handbook is here for the whole company to help maintain. Pull-requests are welcome -and strongly encouraged. +Whilst instinctively we want to be open in all we do, there will inevitably by +content that is [not appropriate to make public][data-class]. That content is not +shared in this handbook. + +[data-class]: /handbook/company/security/data-management/#data-classification -### Company +The handbook is here for the whole company to help maintain. Pull-requests are welcome and [strongly encouraged](#contributing). - - [Values](./company/values.md) - - [Vision](./company/vision.md) - - [Operations](./operations) - - [Product](./product) +## How FlowForge is run -### Development & Design Practices +| | | +|:----|:----| +| [Values](/handbook/company/values.md)

The core principles guiding and driving the whole company

+| [Vision](/handbook/company/vision.md)

Where we're going with FlowForge

| +| [Operations](/handbook/operations/)

The day to day operations, tactical bizzops

+| [PeopleOps](/handbook/peopleops/)

Humans aren't resources, so people ops

| +| [Communication](/handbook/company/communication.md)

Increase signal, decrease noise.

+| | - - [Design](./design) - - [Development](./development) - - [Videos](./marketing/videos.md) +### How we build the product -### Sales and Marketing +| | | +|:----|:----| +| [Product](/handbook/product/)

Planning, scheduling, and where the product will be a year from now

+| [Development](/handbook/development/)

How features are delivered with velocity and quality

| +| [Design](/handbook/design/)

How information is presented through UX/UI to users, prospects, and internally.

+| [Security](/handbook/company/security.md)

Keeping what's private private, and what needs protecting protected.

| + - - [Sales](./sales/) - - [Marketing & Communication](./marketing) +### Bringing the built product to market -### Internal Operations +| | | +|:----|:----| +| [Marketing](/handbook/marketing/)

Keeping what's private private, and what needs protecting protected.

+| [Sales](/handbook/sales/)

Meeting customer demand.

| +| [Customer Success](/handbook/operations/customer-success.md)

Happy customers is what makes FlowForge a sustainable business.

+| | - - [Communication](./company/communication.md) - - [PeopleOps](./peopleops) - - [Security](./company/security.md) ### About the Handbook @@ -46,7 +57,6 @@ also being written down for others to share. We could do that all on the interna Google Drive, but by publishing in the handbook it allows for an open and honest conversation about what we do. - #### Contributing The handbook is maintained on [GitHub](https://github.com/flowforge/website/tree/main/src/handbook) and contributions can be made through pull-requests. @@ -54,12 +64,7 @@ The handbook is maintained on [GitHub](https://github.com/flowforge/website/tree All changes merged to the `main` branch will be automatically deployed to the handbook on the [FlowForge website](https://flowforge.com/handbook). -#### Private information - -Whilst instinctively we want to be open in all we do, there will inevitably by content that is not appropriate -to make public. That content should be shared on the FlowForge Google Drive. - -## Building the site locally +##### Building the site locally To run the handbook locally, follow the instructions on the [website repository](https://github.com/flowforge/website).