Skip to content

Commit

Permalink
docs: Add hosted services to privacy / data guide (#1475)
Browse files Browse the repository at this point in the history
* docs: Add hosted services to privacy / data guide

* docs: Upgrade Sphnix to v4.4.0
  • Loading branch information
kyleconroy committed Mar 7, 2022
1 parent cbf51f8 commit 0a2b4f8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
32 changes: 28 additions & 4 deletions docs/guides/privacy.md
Expand Up @@ -9,17 +9,17 @@ 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.
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
Expand All @@ -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)
8 changes: 4 additions & 4 deletions docs/requirements.txt
Expand Up @@ -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

0 comments on commit 0a2b4f8

Please sign in to comment.