From af50ed238e909ae6f16e842ed435a3a96366ad3b Mon Sep 17 00:00:00 2001
From: Josh Heyer <63653723+josh-heyer@users.noreply.github.com>
Date: Fri, 1 Oct 2021 22:53:21 +0000
Subject: [PATCH] actually build the product...
---
build-sources.json | 1 +
gatsby-config.js | 4 ++++
src/pages/index.js | 1 +
3 files changed, 6 insertions(+)
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