diff --git a/docs/.vitepress/menus/en.mts b/docs/.vitepress/menus/en.mts index 9063d773..582babe5 100644 --- a/docs/.vitepress/menus/en.mts +++ b/docs/.vitepress/menus/en.mts @@ -21,5 +21,12 @@ export default [ {text: 'Get Started', link: '/en/contribute/get-started'}, {text: 'Bounty Program', link: '/en/contribute/bounty'} ] + }, + { + text: 'Analytics', + items: [ + {text: 'Current Analytics', link: '/en/analytics'}, + {text: 'Privacy Policy', link: '/en/analytics/privacy'} + ] } ] \ No newline at end of file diff --git a/docs/en/analytics/index.md b/docs/en/analytics/index.md new file mode 100644 index 00000000..487b4eb4 --- /dev/null +++ b/docs/en/analytics/index.md @@ -0,0 +1,10 @@ +## What is This? +We collect non-identifying information from users of Homebox that have opted in to analytics collection. By default users do not send us anything, however once opted in that data gets sent to our own Plausibe instance and the data below is live from that instance. + +We make this data public so that everyone knows exactly what's being collected, and so that they can see the data we see as it helps us make some decisions. + +## Current Analytics Collected + + +
Stats powered by Plausible Analytics hosted on our own instance in the UK
+ \ No newline at end of file diff --git a/docs/en/analytics/privacy.md b/docs/en/analytics/privacy.md new file mode 100644 index 00000000..97553678 --- /dev/null +++ b/docs/en/analytics/privacy.md @@ -0,0 +1 @@ +## Privacy Policy Goes Here \ No newline at end of file