Skip to content

Commit b02657c

Browse files
authored
Scale screenshot images in goose article (#982)
* Scale screenshot images in goose article * Update goose.md
1 parent 744b5a9 commit b02657c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ydb/docs/en/core/integrations/goose.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ There are alternative options to see the applied changes:
166166

167167
- Using YDB UI on http://localhost:8765
168168

169-
![YDB UI after the first migration](../_assets/goose-ydb-ui-after-first-migration.png)
169+
![YDB UI after the first migration](../_assets/goose-ydb-ui-after-first-migration.png =450x)
170170

171171
- Using YDB CLI
172172

@@ -258,7 +258,7 @@ Let's use the same methods to see the new changes:
258258

259259
- Using YDB UI on http://localhost:8765
260260

261-
![YDB UI after apply second migration](../_assets/goose-ydb-ui-after-second-migration.png)
261+
![YDB UI after apply second migration](../_assets/goose-ydb-ui-after-second-migration.png =450x)
262262

263263
- Using YDB CLI
264264

@@ -322,7 +322,7 @@ Let's check the changes again:
322322

323323
- Using YDB UI on http://localhost:8765
324324

325-
![YDB UI after apply first migration](../_assets/goose-ydb-ui-after-first-migration.png)
325+
![YDB UI after apply first migration](../_assets/goose-ydb-ui-after-first-migration.png =450x)
326326

327327
- Using YDB CLI
328328

ydb/docs/ru/core/integrations/goose.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ $ goose ydb $YDB_CONNECTION_STRING status
157157

158158
- Используя YDB UI по адресу http://localhost:8765
159159

160-
![YDB UI after apply first migration](../_assets/goose-ydb-ui-after-first-migration.png)
160+
![YDB UI after apply first migration](../_assets/goose-ydb-ui-after-first-migration.png =450x)
161161

162162
- Используя YDB CLI
163163

@@ -247,7 +247,7 @@ $ goose ydb $YDB_CONNECTION_STRING status
247247

248248
- Используя YDB UI по адресу http://localhost:8765
249249

250-
![YDB UI after apply second migration](../_assets/goose-ydb-ui-after-second-migration.png)
250+
![YDB UI after apply second migration](../_assets/goose-ydb-ui-after-second-migration.png =450x)
251251

252252
- Используя YDB CLI
253253

@@ -309,7 +309,7 @@ $ goose ydb $YDB_CONNECTION_STRING status
309309

310310
- Используя YDB UI по адресу http://localhost:8765
311311

312-
![YDB UI after apply first migration](../_assets/goose-ydb-ui-after-first-migration.png)
312+
![YDB UI after apply first migration](../_assets/goose-ydb-ui-after-first-migration.png =450x)
313313

314314
- Используя YDB CLI
315315

0 commit comments

Comments
 (0)