Skip to content

Commit 866b1df

Browse files
Auto generate docs and examples
1 parent 95f6426 commit 866b1df

File tree

10 files changed

+23
-16
lines changed

10 files changed

+23
-16
lines changed

docs/supported-languages/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This is useful when you want to use Python wheels that depend on native librarie
7777

7878

7979
*Type:*
80-
list of path
80+
list of absolute path
8181

8282

8383

@@ -525,7 +525,7 @@ This is passed to ` pip install -r ` during ` devenv shell ` initialisation\.
525525

526526

527527
*Type:*
528-
null or strings concatenated with “\\n” or path
528+
null or strings concatenated with “\\n” or absolute path
529529

530530

531531

docs/supported-languages/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ languages.ruby.versionFile = ./.ruby-version;
122122

123123

124124
*Type:*
125-
null or path
125+
null or absolute path
126126

127127

128128

docs/supported-services/caddy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ See [https://caddyserver\.com/docs/conventions\#file-locations](https://caddyser
148148

149149

150150
*Type:*
151-
path
151+
absolute path
152152

153153

154154

docs/supported-services/couchdb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ service runs as (couchdb by default)\.
152152

153153

154154
*Type:*
155-
path
155+
absolute path
156156

157157

158158

@@ -194,7 +194,7 @@ runs the CouchDB service (couchdb by default)\.
194194

195195

196196
*Type:*
197-
path
197+
absolute path
198198

199199

200200

@@ -214,7 +214,7 @@ be writable and readable for the user that runs the CouchDB service
214214

215215

216216
*Type:*
217-
path
217+
absolute path
218218

219219

220220

docs/supported-services/kafka.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Kafka log4j property configuration file path
5151

5252

5353
*Type:*
54-
path
54+
absolute path
5555

5656

5757

@@ -70,7 +70,7 @@ Defaults to the rendered ` settings `\.
7070

7171

7272
*Type:*
73-
path
73+
absolute path
7474

7575

7676

@@ -284,7 +284,7 @@ Log file directories\.
284284

285285

286286
*Type:*
287-
list of path
287+
list of absolute path
288288

289289

290290

docs/supported-services/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ an empty database is created\.
222222

223223

224224
*Type:*
225-
null or path
225+
null or absolute path
226226

227227

228228

docs/supported-services/nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Linux distributions\.
5353

5454

5555
*Type:*
56-
path
56+
absolute path
5757

5858

5959

docs/supported-services/opentelemetry-collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Otherwise, disable the readiness probe by setting ` processes.opentelemetry-coll
5555

5656

5757
*Type:*
58-
null or path
58+
null or absolute path
5959

6060

6161

docs/supported-services/postgres.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The available extensions are:
9292
- pg-semver
9393
- pg_auto_failover
9494
- pg_bigm
95+
- pg_byteamagic
9596
- pg_cron
9697
- pg_ed25519
9798
- pg_embedding
@@ -108,9 +109,11 @@ The available extensions are:
108109
- pg_safeupdate
109110
- pg_similarity
110111
- pg_squeeze
112+
- pg_tle
111113
- pg_topn
112114
- pg_uuidv7
113115
- pgaudit
116+
- pgddl
114117
- pgjwt
115118
- pgmq
116119
- pgroonga
@@ -120,8 +123,13 @@ The available extensions are:
120123
- pgtap
121124
- pgvecto-rs
122125
- pgvector
126+
- pgvectorscale
127+
- pgx_ulid
128+
- plperl
123129
- plpgsql_check
130+
- plpython3
124131
- plr
132+
- pltcl
125133
- plv8
126134
- postgis
127135
- repmgr
@@ -134,7 +142,6 @@ The available extensions are:
134142
- timescaledb
135143
- timescaledb-apache
136144
- timescaledb_toolkit
137-
- tsearch_extras
138145
- tsja
139146
- wal2json
140147

@@ -302,7 +309,7 @@ an empty database is created\.
302309

303310

304311
*Type:*
305-
null or path
312+
null or absolute path
306313

307314

308315

docs/supported-services/rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The list of directories containing external plugins
202202

203203

204204
*Type:*
205-
list of path
205+
list of absolute path
206206

207207

208208

0 commit comments

Comments
 (0)