Skip to content

Commit

Permalink
actually build the product...
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Oct 1, 2021
1 parent 96a349e commit af50ed2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const Page = () => (
<IndexCardLink to="/eprs/latest">Replication Server</IndexCardLink>
<IndexCardLink to="/pglogical/latest">pglogical</IndexCardLink>
<IndexCardLink to="/slony/latest">Slony</IndexCardLink>
<IndexCardLink to="/livecompare/latest">LiveCompare</IndexCardLink>
<span className="font-weight-bold mt-4 text-muted text-uppercase small d-block">
Cluster Management
</span>
Expand Down

0 comments on commit af50ed2

Please sign in to comment.