Skip to content

Commit

Permalink
pricing
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Dec 10, 2024
1 parent 2a1a2be commit f618cad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion src/sections/Pricing/comparison.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,11 @@ h2, h5{
.category-icon{
margin: 0rem auto;
}
.categories{
.categories {
display: flex;
align-items: center;
margin: 1rem 0;
width: 100%
}
.docs{
width:1rem;
Expand Down
36 changes: 18 additions & 18 deletions src/sections/Pricing/feature_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,23 @@
"pricing_page": "x",
"docs": "https://docs.layer5.io/cloud/catalog/"
},
{
"theme": "",
"categoryOrder": "1",
"category": "Lifecycle Management",
"functionOrder": "1",
"function": "Brownfield discovery of existing infrastructure",
"feature": "Discover and register existing infrastructure with the Meshery Operator and MeshSync.",
"subscription_tier": "Free",
"comparison_tiers": {
"free": "x",
"teamDesigner": "x",
"teamOperator": "x",
"enterprise": "x"
},
"pricing_page": "x",
"docs": ""
},
{
"theme": "",
"categoryOrder": "1",
Expand Down Expand Up @@ -640,7 +657,7 @@
"free": "",
"teamDesigner": "x",
"teamOperator": "",
"enterprise": ""
"enterprise": "x"
},
"pricing_page": "x",
"docs": "https://docs.layer5.io/kanvas/designer/comments/"
Expand Down Expand Up @@ -1189,23 +1206,6 @@
"pricing_page": "x",
"docs": "https://docs.layer5.io/cloud/self-hosted/"
},
{
"theme": "",
"categoryOrder": "",
"category": "Lifecycle Management",
"functionOrder": "",
"function": "Greenfield support of existing infrastructure",
"feature": "Discover and register existing infrastructure with the Meshery Operator and MeshSync.",
"subscription_tier": "Free",
"comparison_tiers": {
"free": "x",
"teamDesigner": "x",
"teamOperator": "x",
"enterprise": "x"
},
"pricing_page": "x",
"docs": ""
},
{
"theme": "",
"categoryOrder": "",
Expand Down

0 comments on commit f618cad

Please sign in to comment.