diff --git a/contents/features/self-hosted.md b/contents/features/self-hosted.md deleted file mode 100644 index 253684855da3..000000000000 --- a/contents/features/self-hosted.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Self-Hosted -section: product-features -showTitle: true -hideAnchor: true ---- - - -## Take control of your data - -When you self-host, your data is all yours. This means your users’ data is not sent to any third-party, not even PostHog. The privacy of your users is preserved, and it is easier to comply with legislation such as GDPR and cookie laws. - - -## Deploy in your own way - -We strive to make our deployment process as simple as possible. As a result, we offer a wide variety of ways to deploy PostHog, so you can pick the one that suits you best. Additionally, it’s up to you where you deploy it! This gives you more freedom and prevents PostHog from disrupting your tech stack. - - -## Perform powerful analytics your entire team can use - -PostHog provides self-serve analytics for any Engineer or Product Manager. The interface is simple for any user - no data analysts needed. With PostHog, you have all the benefits of self-building plus the support of a world-class team ensuring you have all the features you need. In addition, by being open source, PostHog ensures that our tool is secure and battle-tested. \ No newline at end of file diff --git a/vercel.json b/vercel.json index 4d16bcc4fbf2..d85450fa6290 100644 --- a/vercel.json +++ b/vercel.json @@ -1462,6 +1462,10 @@ { "source": "/handbook/growth/marketing/paid", "destination": "/handbook/words-and-pictures/paid" + }, + { + "source": "/features/self-hosted", + "destination": "/docs/self-host" } ] }