Skip to content

Commit 4c7b982

Browse files
committed
Revamp placeholders
1 parent 3c53997 commit 4c7b982

File tree

2 files changed

+36
-7
lines changed

2 files changed

+36
-7
lines changed

articles/cosmos-db/gremlin/quickstart-nodejs.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Library for Node.js'
2+
title: 'Quickstart: Gremlin library for Node.js'
33
titleSuffix: Azure Cosmos DB for Apache Gremlin
44
description: In this quickstart, connect to Azure Cosmos DB for Apache Gremlin using Node.js. Then, create and traverse vertices and edges.
55
author: manishmsfte
@@ -12,7 +12,7 @@ ms.date: 09/27/2023
1212
# CustomerIntent: As a Node.js developer, I want to use a library for my programming language so that I can create and traverse vertices and edges in code.
1313
---
1414

15-
# Quickstart: Azure Cosmos DB for Apache Gremlin library for Python
15+
# Quickstart: Azure Cosmos DB for Apache Gremlin library for Node.js
1616

1717
[!INCLUDE[Gremlin](../includes/appliesto-gremlin.md)]
1818

@@ -35,10 +35,23 @@ In this quickstart, you use the `gremlin` library to connect to a newly created
3535

3636
[!INCLUDE[Cloud Shell](../../../includes/cloud-shell-try-it.md)]
3737

38-
## Create an API for Gremlin account and relevant resources
38+
## Setting up
39+
40+
This section walks you through creating an API for Gremlin account an setting up a .NET project to use the library to connect to the account.
41+
42+
### Create an API for Gremlin account
3943

4044
The API for Gremlin account should be created prior to using the Node.js library. Additionally, it helps to also have the database and graph in place.
4145

4246
[!INCLUDE[Create account, database, and graph](includes/create-account-database-graph-cli.md)]
4347

44-
##
48+
49+
50+
51+
52+
53+
54+
## Next step
55+
56+
> [!div class="nextstepaction"]
57+
> [Create and query data using Azure Cosmos DB for Apache Gremlin](tutorial-query.md)

articles/cosmos-db/gremlin/quickstart-python.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Library for Python'
2+
title: 'Quickstart: Gremlin library for Python'
33
titleSuffix: Azure Cosmos DB for Apache Gremlin
44
description: In this quickstart, connect to Azure Cosmos DB for Apache Gremlin using Python. Then, create and traverse vertices and edges.
55
author: manishmsfte
@@ -35,10 +35,26 @@ In this quickstart, you use the `gremlinpython` library to connect to a newly cr
3535

3636
[!INCLUDE[Cloud Shell](../../../includes/cloud-shell-try-it.md)]
3737

38-
## Create an API for Gremlin account and relevant resources
38+
## Setting up
39+
40+
This section walks you through creating an API for Gremlin account an setting up a .NET project to use the library to connect to the account.
41+
42+
### Create an API for Gremlin account
3943

4044
The API for Gremlin account should be created prior to using the Python library. Additionally, it helps to also have the database and graph in place.
4145

4246
[!INCLUDE[Create account, database, and graph](includes/create-account-database-graph-cli.md)]
4347

44-
##
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
## Next step
58+
59+
> [!div class="nextstepaction"]
60+
> [Create and query data using Azure Cosmos DB for Apache Gremlin](tutorial-query.md)

0 commit comments

Comments
 (0)