Skip to content

Commit 0a2b4f8

Browse files
authored
docs: Add hosted services to privacy / data guide (#1475)
* docs: Add hosted services to privacy / data guide * docs: Upgrade Sphnix to v4.4.0
1 parent cbf51f8 commit 0a2b4f8

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

docs/guides/privacy.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ place.
99

1010
## Our Privacy Pledge
1111

12-
The `sqlc` program does not collect any information. It does not send crash
13-
reports to a third-party. It does not gather anonymous aggregate user behaviour
14-
analytics.
12+
The `sqlc` command line tool does not collect any information. It
13+
does not send crash reports to a third-party. It does not gather anonymous
14+
aggregate user behaviour analytics.
1515

1616
No analytics.
1717
No finger-printing.
1818
No tracking.
1919

2020
Not now and not in the future.
2121

22-
## Distribution Channels
22+
### Distribution Channels
2323

2424
We distribute sqlc using popular package managers such as
2525
[Homebrew](https://brew.sh/) and [Snapcraft](https://snapcraft.io/). These
@@ -28,3 +28,27 @@ metrics.
2828

2929
We use these services to make it easy to for users to install sqlc. There will
3030
always be an option to download sqlc from a stable URL.
31+
32+
## Hosted Services
33+
34+
We provide a few hosted services in addition to the sqlc command line tool.
35+
36+
### sqlc.dev
37+
38+
* Hosted on [GitHub Pages](https://pages.github.com/)
39+
* Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics)
40+
41+
### docs.sqlc.dev
42+
43+
* Hosted on [Read the Docs](https://readthedocs.org/)
44+
45+
### play.sqlc.dev
46+
47+
* Hosted on [Heroku](https://heroku.com)
48+
* Playground data stored in [Google Cloud Storage](https://cloud.google.com/storage)
49+
* Automatically deleted after 30 days
50+
51+
### api.sqlc.dev
52+
53+
* Hosted on [Heroku](https://heroku.com)
54+
* Error tracking and tracing with [Sentry](https://sentry.io)

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ pytz==2021.1
1515
recommonmark==0.7.1
1616
requests==2.25.1
1717
snowballstemmer==2.1.0
18-
Sphinx==3.4.3
19-
sphinx-rtd-theme==0.5.1
18+
Sphinx==4.4.0
19+
sphinx-rtd-theme==1.0.0
2020
sphinxcontrib-applehelp==1.0.2
2121
sphinxcontrib-devhelp==1.0.2
22-
sphinxcontrib-htmlhelp==1.0.3
22+
sphinxcontrib-serializinghtml==1.1.5
23+
sphinxcontrib-htmlhelp==2.0.0
2324
sphinxcontrib-jsmath==1.0.1
2425
sphinxcontrib-qthelp==1.0.3
25-
sphinxcontrib-serializinghtml==1.1.4
2626
urllib3==1.26.5

0 commit comments

Comments
 (0)