We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06ab00 commit 9f480dcCopy full SHA for 9f480dc
docs/index.md
@@ -90,7 +90,7 @@ You’ll now have a `postgrestools.jsonc` file in your directory:
90
91
```json
92
{
93
- "$schema": "https://pgtools.dev/schemas/0.0.0/schema.json",
+ "$schema": "https://pgtools.dev/latest/schema.json",
94
"vcs": {
95
"enabled": false,
96
"clientKind": "git",
@@ -121,6 +121,8 @@ You’ll now have a `postgrestools.jsonc` file in your directory:
121
122
Make sure to edit the database connection settings to connect to your local development database. To see all options, run `postgrestools --help`.
123
124
+You can use your current `postgrestools` version instead of "latest" in the `$schema` URL, e.g. `https://pgtools.dev/0.8.1/schema.json`.
125
+
126
## Usage
127
128
You can use Postgres Tools via the command line or a using a code editor that supports an LSP.
postgrestools.jsonc
@@ -1,5 +1,5 @@
1
2
- "$schema": "./docs/schemas/latest/schema.json",
+ "$schema": "./docs/schema.json",
3
4
5
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments