Skip to content

Commit d0b1280

Browse files
committed
chore: update docs
1 parent 7940ce3 commit d0b1280

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"navbar": {
6868
"links": [
6969
{
70-
"label": "Pricing",
71-
"href": "https://www.pgconsole.com/pricing"
70+
"type": "github",
71+
"href": "https://github.com/pgplex/pgconsole"
7272
}
7373
],
7474
"primary": {

docs/getting-started/faq.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ title: FAQ
1111

1212
pgconsole supports all PostgreSQL versions that have not reached [end-of-life](https://www.postgresql.org/support/versioning/).
1313

14-
## Does pgconsole phone home?
14+
## Does pgconsole phone home? Is it air-gapped?
1515

1616
No. pgconsole is fully self-hosted and makes no outbound network requests except:
1717

1818
- Database connections you configure
1919
- [AI provider](/features/ai-assistant) APIs, if you enable AI features
2020

21+
## License
22+
23+
pgconsole is [source available](https://github.com/pgplex/pgconsole/blob/main/LICENSE). The Community plan is free to use. A commercial license is required for the Team or Enterprise plan.
24+
2125
## Certifications
2226

2327
SOC 2 Type II.

docs/getting-started/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Introduction
66

77
_From the makers of [Bytebase](https://www.bytebase.com), [pgschema](https://github.com/pgschema/pgschema), and [Google Cloud SQL for Postgres](https://cloud.google.com/sql/postgresql)._
88

9-
pgconsole is a web-based PostgreSQL editor. Single binary, single config file, no database required. Connect your team to PostgreSQL with access control and audit logging built in.
9+
`pgconsole` is an open source web-based PostgreSQL editor. Single binary, single config file, no database required. Connect your team to PostgreSQL with access control and audit logging built in.
1010

1111
```mermaid
1212
flowchart TD

0 commit comments

Comments
 (0)