Skip to content

Commit 4288e29

Browse files
committed
fix: run docs codegen
1 parent 1e42b89 commit 4288e29

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ After running the `init` command, you’ll have a `pglt.jsonc` file in your dire
4141

4242
```json
4343
{
44+
"": "https://supabase-community.github.io/postgres_lsp/schemas/0.0.0/schema.json",
4445
"vcs": {
4546
"enabled": false,
4647
"clientKind": "git",

docs/schemas/0.0.0/schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"description": "The configuration that is contained inside the configuration file.",
55
"type": "object",
66
"properties": {
7+
"$schema": {
8+
"description": "A field for the [JSON schema](https://json-schema.org/) specification",
9+
"type": [
10+
"string",
11+
"null"
12+
]
13+
},
714
"db": {
815
"description": "The configuration of the database connection",
916
"anyOf": [

docs/schemas/latest/schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"description": "The configuration that is contained inside the configuration file.",
55
"type": "object",
66
"properties": {
7+
"$schema": {
8+
"description": "A field for the [JSON schema](https://json-schema.org/) specification",
9+
"type": [
10+
"string",
11+
"null"
12+
]
13+
},
714
"db": {
815
"description": "The configuration of the database connection",
916
"anyOf": [

0 commit comments

Comments
 (0)