Skip to content

Commit

Permalink
EDB Transporter preview docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jperozoa committed Jun 8, 2023
1 parent e7ae064 commit 257e20e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/icon/iconNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,6 @@ const iconNames = {
NOT_FOUND: "color/NotFound",
SERVER_ERROR: "color/ServerError",
SUN: "color/Sun",
EDB_TRANSPORTER: "Migration",
};
export default iconNames;
4 changes: 4 additions & 0 deletions src/constants/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@ export const products = {
slony: { name: "Slony Replication", iconName: IconNames.NETWORK2 },
tde: { name: "Transparent Data Encryption", iconName: IconNames.SECURITY },
tpa: { name: "Trusted Postgres Architect", iconName: IconNames.INSTANCES },
transporter: {
name: "EDB Transporter",
iconName: IconNames.EDB_TRANSPORTER,
},
};
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ const Page = () => (
Migration Toolkit
</IndexCardLink>
<IndexCardLink to="/eprs/latest">Replication Server</IndexCardLink>
<IndexCardLink to="/transporter/latest">EDB Transporter</IndexCardLink>
</IndexCard>

<IndexCard iconName={iconNames.INSTANCES} headingText="Automation">
Expand Down

0 comments on commit 257e20e

Please sign in to comment.