Skip to content

Commit 682ab54

Browse files
committed
Minor Landing page update
1 parent 1299fe7 commit 682ab54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
items:
285285
- name: Overview
286286
items:
287-
- name: About Graph API
287+
- name: About Gremlin API
288288
href: graph-introduction.md
289289
- name: Gremlin support
290290
href: gremlin-support.md
@@ -296,7 +296,7 @@
296296
items:
297297
- name: Import graph data
298298
href: bulk-executor-graph-dotnet.md
299-
- name: Graph partitioning
299+
- name: Graph data partitioning
300300
href: graph-partitioning.md
301301
- name: Cassandra API Docs
302302
items:

articles/cosmos-db/create-graph-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build an Azure Cosmos DB .NET Framework or Core application using the Graph API | Microsoft Docs
2+
title: Build an Azure Cosmos DB .NET Framework or Core application using the Gremlin API | Microsoft Docs
33
description: Presents a .NET Framework/Core code sample you can use to connect to and query Azure Cosmos DB
44
services: cosmos-db
55
author: luisbosquez

articles/cosmos-db/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ sections:
149149
style: ordered
150150
items:
151151
- html: Develop an app with Azure Cosmos DB&#58; <a href="/azure/cosmos-db/tutorial-develop-sql-api-dotnet">SQL</a> | <a href="/azure/cosmos-db/tutorial-develop-mongodb-nodejs">MongoDB</a> | <a href="/azure/cosmos-db/tutorial-develop-table-dotnet">Table</a> | <a href="/azure/cosmos-db/tutorial-develop-graph-dotnet">Gremlin</a> | <a href="https://aka.ms/cassandratutorial">Cassandra</a>
152-
- html: Import data into Azure Cosmos DB&#58; <a href="import-data">SQL</a> | <a href="mongodb-migrate">MongoDB</a> | <a href="https://aka.ms/tableapiimporttool">Table</a> | <a href="https://aka.ms/cassandraimport">Cassandra</a>
152+
- html: Migrate data to Azure Cosmos DB&#58; <a href="import-data">SQL</a> | <a href="mongodb-migrate">MongoDB</a> | <a href="https://aka.ms/tableapiimporttool">Table</a> | <a href="https://aka.ms/cassandraimport">Cassandra</a>
153153
- html: Query data with Azure Cosmos DB&#58; <a href="/azure/cosmos-db/tutorial-query-sql-api">SQL</a> | <a href="/azure/cosmos-db/tutorial-query-mongodb">MongoDB</a> | <a href="/azure/cosmos-db/tutorial-query-table">Table</a> | <a href="/azure/cosmos-db/tutorial-query-graph">Gremlin</a>
154154
- html: Global database replication with Azure Cosmos DB&#58; <a href="/azure/cosmos-db/tutorial-global-distribution-sql-api">SQL</a> | <a href="/azure/cosmos-db/tutorial-global-distribution-mongodb">MongoDB</a> | <a href="/azure/cosmos-db/tutorial-global-distribution-table">Table</a> | <a href="/azure/cosmos-db/tutorial-global-distribution-graph">Gremlin</a>
155155
- html: <a href="local-emulator">Develop your application locally using the emulator</a>

0 commit comments

Comments
 (0)