Skip to content

Commit c3900f8

Browse files
gcloud WIP
1 parent 38d80f0 commit c3900f8

File tree

14 files changed

+129
-103
lines changed

14 files changed

+129
-103
lines changed

docs/modules/arangodb.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ This example uses the following libraries:
1414

1515
npm install arangojs
1616

17-
---
18-
19-
Choose an image from [Docker Hub](https://hub.docker.com/_/arangodb) and substitute `IMAGE`.
17+
Choose an image from the [container registry](https://hub.docker.com/_/arangodb) and substitute `IMAGE`.
2018

2119
### Execute a query
2220

docs/modules/azurite.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ These examples use the following libraries:
2222

2323
npm install @azure/storage-queue
2424

25-
---
26-
27-
Choose an image from [Docker Hub](https://hub.docker.com/r/microsoft/azure-storage-azurite) and substitute `IMAGE`.
25+
Choose an image from the [container registry](https://hub.docker.com/r/microsoft/azure-storage-azurite) and substitute `IMAGE`.
2826

2927
### Upload/download a blob
3028

docs/modules/cassandra.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ These examples use the following libraries:
1414

1515
npm install cassandra-driver
1616

17-
---
18-
19-
Choose an image from [Docker Hub](https://hub.docker.com/_/cassandra) and substitute `IMAGE`.
17+
Choose an image from the [container registry](https://hub.docker.com/_/cassandra) and substitute `IMAGE`.
2018

2119
### Execute a query
2220

docs/modules/chromadb.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ These examples use the following libraries:
1818

1919
npm install ollama
2020

21-
---
22-
23-
Choose an image from [Docker Hub](https://hub.docker.com/r/chromadb/chroma) and substitute `IMAGE`.
21+
Choose an image from the [container registry](https://hub.docker.com/r/chromadb/chroma) and substitute `IMAGE`.
2422

2523
### Execute a query
2624

docs/modules/clickhouse.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ These examples use the following libraries:
1414

1515
npm install @clickhouse/client
1616

17-
---
18-
19-
Choose an image from [Docker Hub](https://hub.docker.com/r/clickhouse/clickhouse-server) and substitute `IMAGE`.
17+
Choose an image from the [container registry](https://hub.docker.com/r/clickhouse/clickhouse-server) and substitute `IMAGE`.
2018

2119
### Execute a query
2220

docs/modules/cockroachdb.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ These examples use the following libraries:
1818

1919
npm install @types/pg
2020

21-
---
22-
23-
Choose an image from [Docker Hub](https://hub.docker.com/r/cockroachdb/cockroach) and substitute `IMAGE`.
21+
Choose an image from the [container registry](https://hub.docker.com/r/cockroachdb/cockroach) and substitute `IMAGE`.
2422

2523
### Execute a query
2624

docs/modules/cosmosdb.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ These examples use the following libraries:
2323

2424
npm install @azure/cosmos
2525

26-
---
27-
2826
Choose an image from [Microsoft Artifact Registry](https://mcr.microsoft.com/) and substitute `IMAGE`. For example, `mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview`.
2927

3028
### Execute a query

docs/modules/couchbase.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ These examples use the following libraries:
1414

1515
npm install couchbase
1616

17-
---
18-
19-
Choose an image from [Docker Hub](https://hub.docker.com/r/couchbase/server) and substitute `IMAGE`.
17+
Choose an image from the [container registry](https://hub.docker.com/r/couchbase/server) and substitute `IMAGE`.
2018

2119
### Execute a query
2220

docs/modules/elasticsearch.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ These examples use the following libraries:
1414

1515
npm install @elastic/elasticsearch
1616

17-
---
18-
19-
Choose an image from [Docker Hub](https://hub.docker.com/_/elasticsearch) and substitute `IMAGE`.
17+
Choose an image from the [container registry](https://hub.docker.com/_/elasticsearch) and substitute `IMAGE`.
2018

2119
### Create an index
2220

docs/modules/etcd.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ These examples use the following libraries:
1414

1515
npm install etcd3
1616

17-
---
18-
19-
Choose an image from [Docker Hub](https://quay.io/repository/coreos/etcd?tab=info) and substitute `IMAGE`.
17+
Choose an image from the [container registry](https://quay.io/repository/coreos/etcd?tab=info) and substitute `IMAGE`.
2018

2119
### Read and write key-value pairs
2220

0 commit comments

Comments
 (0)