[v2] Docs update

This commit is contained in:
Lea Anthony
2021-09-27 19:35:30 +10:00
parent 511d0da2cb
commit 589eb3864f
150 changed files with 19195 additions and 0 deletions

24
website/docs/stats.mdx Normal file
View File

@@ -0,0 +1,24 @@
---
sidebar_position: 100
---
# Website Stats
To enable us to understand how better to focus our efforts on translations and platform support,
we use [Plausible](https://plausible.io/privacy-focused-web-analytics) to gather **anonymous** stats like country and platform.
We chose Plausible because we believe in respecting the privacy of our users.
We also believe in transparency, therefore have made the dashboard public.
If you have any concerns or suggestions, please raise them in the projects github discussions.
<head>
<script async src="https://plausible.io/js/embed.host.js"></script>
</head>
export const NewComponent = () => (
<div>
<iframe plausible-embed="true" src="https://plausible.io/share/beta.wails.io?auth=wJa_HtqinG_eosqMjP-T1&embed=true&theme=system" scrolling="no" frameBorder={0} loading="lazy" style={{width: '1px', minWidth: '100%', height: '1600px'}} />
</div>
);
<NewComponent/>