diff --git a/build-sources.json b/build-sources.json
index ee5579299da..ab49f35be66 100644
--- a/build-sources.json
+++ b/build-sources.json
@@ -8,6 +8,7 @@
"eprs": true,
"hadoop_data_adapter": true,
"jdbc_connector": true,
+ "livecompare": true,
"migration_portal": true,
"migration_toolkit": true,
"mysql_data_adapter": true,
diff --git a/gatsby-config.js b/gatsby-config.js
index 2decdfde872..d1adc0d6c88 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -32,6 +32,10 @@ const sourceToPluginConfig = {
name: "jdbc_connector",
path: "product_docs/docs/jdbc_connector",
},
+ livecompare: {
+ name: "livecompare",
+ path: "product_docs/docs/livecompare",
+ },
migration_portal: {
name: "migration_portal",
path: "product_docs/docs/migration_portal",
diff --git a/src/pages/index.js b/src/pages/index.js
index be236a6d05d..256c58ff145 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -160,6 +160,7 @@ const Page = () => (
Replication Server
pglogical
Slony
+ LiveCompare
Cluster Management