Skip to content

Commit 116f563

Browse files
Merge pull request #7 from davemungo/DOCSP-22838-create-product-name-alias
DOCSP-22838 create product name alias
2 parents 640200d + 7a14cc3 commit 116f563

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

snooty.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "cluster-sync"
2-
title = "MongoDB Cluster-to-Cluster Synchronization"
2+
title = "MongoDB Cluster-to-Cluster Sync"
33

44
intersphinx = [ "https://docs.mongodb.com/manual/objects.inv" ]
55

@@ -11,6 +11,8 @@ toc_landing_pages = ["/quickstart",
1111

1212
[constants]
1313
version = "1.0.0"
14+
c2c-product-name = "Cluster-to-Cluster Sync"
15+
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
1416

1517
[substitutions]
1618
# string = "some other string"

source/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c2c-index:
22

3-
==========================================
4-
MongoDB Cluster-to-Cluster Synchronization
5-
==========================================
3+
=========================
4+
{+c2c-full-product-name+}
5+
=========================
66

77
.. default-domain:: mongodb
88

0 commit comments

Comments
 (0)