diff --git a/docs/guides/privacy.md b/docs/guides/privacy.md index 873f1a047b..be6121eb7a 100644 --- a/docs/guides/privacy.md +++ b/docs/guides/privacy.md @@ -9,9 +9,9 @@ place. ## Our Privacy Pledge -The `sqlc` program does not collect any information. It does not send crash -reports to a third-party. It does not gather anonymous aggregate user behaviour -analytics. +The `sqlc` command line tool does not collect any information. It +does not send crash reports to a third-party. It does not gather anonymous +aggregate user behaviour analytics. No analytics. No finger-printing. @@ -19,7 +19,7 @@ No tracking. Not now and not in the future. -## Distribution Channels +### Distribution Channels We distribute sqlc using popular package managers such as [Homebrew](https://brew.sh/) and [Snapcraft](https://snapcraft.io/). These @@ -28,3 +28,27 @@ metrics. We use these services to make it easy to for users to install sqlc. There will always be an option to download sqlc from a stable URL. + +## Hosted Services + +We provide a few hosted services in addition to the sqlc command line tool. + +### sqlc.dev + +* Hosted on [GitHub Pages](https://pages.github.com/) +* Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics) + +### docs.sqlc.dev + +* Hosted on [Read the Docs](https://readthedocs.org/) + +### play.sqlc.dev + +* Hosted on [Heroku](https://heroku.com) +* Playground data stored in [Google Cloud Storage](https://cloud.google.com/storage) + * Automatically deleted after 30 days + +### api.sqlc.dev + +* Hosted on [Heroku](https://heroku.com) +* Error tracking and tracing with [Sentry](https://sentry.io) diff --git a/docs/requirements.txt b/docs/requirements.txt index fe527e0f61..fecea2e9ba 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,12 +15,12 @@ pytz==2021.1 recommonmark==0.7.1 requests==2.25.1 snowballstemmer==2.1.0 -Sphinx==3.4.3 -sphinx-rtd-theme==0.5.1 +Sphinx==4.4.0 +sphinx-rtd-theme==1.0.0 sphinxcontrib-applehelp==1.0.2 sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==1.0.3 +sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.4 urllib3==1.26.5