Skip to content

Commit 33e657e

Browse files
authored
Merge pull request #106727 from SnehaGunda/PrivateLinks
Adding overview node to TOC & ms.topic metadata updates
2 parents a887e8e + 3636fce commit 33e657e

File tree

6 files changed

+46
-32
lines changed

6 files changed

+46
-32
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 41 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
href: relational-nosql.md
9090
- name: Global distribution
9191
items:
92-
- name: Overview
92+
- name: Global distribution Overview
9393
displayName: replication, replicate, geo distribution
9494
href: distribute-data-globally.md
9595
- name: Consistency levels
@@ -118,7 +118,7 @@
118118
href: globally-distributed-transactional-analytical-storage.md
119119
- name: Partitioning
120120
items:
121-
- name: Overview
121+
- name: Partitioning overview
122122
href: partitioning-overview.md
123123
- name: Partitioning and horizontal scaling
124124
href: partition-data.md
@@ -461,7 +461,7 @@
461461
href: modeling-data.md
462462
- name: Indexing
463463
items:
464-
- name: Overview
464+
- name: Indexing overview
465465
displayName: range, spatial
466466
href: index-overview.md
467467
- name: Indexing policies
@@ -476,7 +476,7 @@
476476
href: database-transactions-optimistic-concurrency.md
477477
- name: Change feed
478478
items:
479-
- name: Overview
479+
- name: Change feed overview
480480
href: change-feed.md
481481
- name: Reading change feed
482482
href: read-change-feed.md
@@ -530,7 +530,7 @@
530530
href: cosmos-db-reserved-capacity.md
531531
- name: Security
532532
items:
533-
- name: Overview
533+
- name: Security overview
534534
href: database-security.md
535535
- name: Data encryption
536536
href: database-encryption-at-rest.md
@@ -564,12 +564,12 @@
564564
items:
565565
- name: Cassandra API
566566
items:
567-
- name: Introduction
568-
href: cassandra-introduction.md
569-
- name: Wire protocol support
570-
href: cassandra-support.md
571-
- name: Elastic scale
572-
href: manage-scale-cassandra.md
567+
- name: Overview
568+
items:
569+
- name: What is Cassandra API in Cosmos DB?
570+
href: cassandra-introduction.md
571+
- name: Wire protocol support
572+
href: cassandra-support.md
573573
- name: Quickstarts
574574
items:
575575
- name: .NET
@@ -591,6 +591,10 @@
591591
- name: 4 - Migrate data
592592
displayName: import
593593
href: cassandra-import-data.md
594+
- name: Concepts
595+
items:
596+
- name: Elastic scale
597+
href: manage-scale-cassandra.md
594598
- name: How-to guides
595599
items:
596600
- name: Change feed
@@ -628,12 +632,14 @@
628632
href: cli-samples-cassandra.md
629633
- name: MongoDB API
630634
items:
631-
- name: Introduction
632-
href: mongodb-introduction.md
633-
- name: Wire protocol support (3.2)
634-
href: mongodb-feature-support.md
635-
- name: Wire protocol support (3.6)
636-
href: mongodb-feature-support-36.md
635+
- name: Overview
636+
items:
637+
- name: What is MongoDB API in Cosmos DB?
638+
href: mongodb-introduction.md
639+
- name: Wire protocol support (3.2)
640+
href: mongodb-feature-support.md
641+
- name: Wire protocol support (3.6)
642+
href: mongodb-feature-support-36.md
637643
- name: Quickstarts
638644
items:
639645
- name: .NET
@@ -719,10 +725,12 @@
719725
- name: Gremlin API
720726
displayName: graph, graph database
721727
items:
722-
- name: Introduction
723-
href: graph-introduction.md
724-
- name: Wire protocol support
725-
href: gremlin-support.md
728+
- name: Overview
729+
items:
730+
- name: What is Germlin API in Cosmos DB?
731+
href: graph-introduction.md
732+
- name: Wire protocol support
733+
href: gremlin-support.md
726734
- name: Quickstarts
727735
items:
728736
- name: Gremlin console
@@ -778,8 +786,10 @@
778786
href: cli-samples-gremlin.md
779787
- name: Table API
780788
items:
781-
- name: Introduction
782-
href: table-introduction.md
789+
- name: Overview
790+
items:
791+
- name: What is Table API in Cosmos DB?
792+
href: table-introduction.md
783793
- name: Quickstarts
784794
items:
785795
- name: .NET
@@ -849,10 +859,14 @@
849859
href: /rest/api/storageservices/table-service-rest-api
850860
- name: Etcd API
851861
items:
852-
- name: Introduction
853-
href: etcd-api-introduction.md
854-
- name: Azure Kubernetes with Azure Cosmos DB
855-
href: bootstrap-kubernetes-cluster.md
862+
- name: Overview
863+
items:
864+
- name: What is Etcd API in Cosmos DB
865+
href: etcd-api-introduction.md
866+
- name: How-to guides
867+
items:
868+
- name: Azure Kubernetes with Azure Cosmos DB
869+
href: bootstrap-kubernetes-cluster.md
856870
- name: How-to guides
857871
items:
858872
- name: Work with Azure Cosmos account

articles/cosmos-db/graph-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to model a graph database by using Azure Cosmos DB Gremli
44
author: LuisBosquez
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-graph
7-
ms.topic: overview
7+
ms.topic: conceptual
88
ms.date: 12/02/2019
99
ms.author: lbosq
1010
---

articles/cosmos-db/how-to-access-system-properties-gremlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Access system document properties via Azure Cosmos DB Graph
33
description: Learn how read and write Cosmos DB system document properties via Gremlin API
44
ms.service: cosmos-db
55
ms.subservice: cosmosdb-graph
6-
ms.topic: overview
6+
ms.topic: conceptual
77
ms.date: 09/10/2019
88
author: luisbosquez
99
ms.author: lbosq

articles/cosmos-db/how-to-use-regional-gremlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: luisbosquez
55
ms.author: lbosq
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-graph
8-
ms.topic: overview
8+
ms.topic: conceptual
99
ms.date: 09/09/2019
1010
---
1111

articles/cosmos-db/how-to-use-resource-tokens-gremlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: luisbosquez
55
ms.author: lbosq
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-graph
8-
ms.topic: overview
8+
ms.topic: conceptual
99
ms.date: 09/06/2019
1010
---
1111

articles/cosmos-db/mongodb-compass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect to Azure Cosmos DB using Compass
33
description: Learn how to use MongoDB Compass to store and manage data in Azure Cosmos DB.
44
ms.service: cosmos-db
55
ms.subservice: cosmosdb-mongo
6-
ms.topic: overview
6+
ms.topic: conceptual
77
ms.date: 06/24/2019
88
author: LuisBosquez
99
ms.author: lbosq

0 commit comments

Comments
 (0)