Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 47 additions & 47 deletions src/sections/Pricing/feature_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"feature": "Define new components, relationships, and policies as needed. Import/export your custom models as OCI images.",
"subscription_tier": "Free",
"comparison_tiers": {
"free": "x",
"free": "",
"teamDesigner": "x",
"teamOperator": "x",
"enterprise": "x"
Expand Down Expand Up @@ -639,22 +639,6 @@
},
"docs": ""
},
{
"theme": "",
"categoryOrder": "",
"category": "",
"functionOrder": "",
"function": "",
"feature": "",
"subscription_tier": "",
"comparison_tiers": {
"free": "",
"teamDesigner": "",
"teamOperator": "",
"enterprise": ""
},
"docs": ""
},
{
"theme": "",
"categoryOrder": "5",
Expand Down Expand Up @@ -787,26 +771,26 @@
"theme": "",
"categoryOrder": "6",
"category": "Workspaces",
"functionOrder": "605",
"function": "Manage Workspace Team and Environment Access",
"feature": "Assign designs, views, users, and environments to shared workspaces.",
"subscription_tier": "",
"functionOrder": "603",
"function": "GitOps Snapshots",
"feature": "Visual insights in your pull requests in GitHub. Verify your workload designs and Kubernetes cluster configurations prior to accepting and merging pull requests.",
"subscription_tier": "TeamDesigner",
"comparison_tiers": {
"free": "",
"teamDesigner": "x",
"teamOperator": "x",
"teamOperator": "",
"enterprise": "x"
},
"docs": ""
"docs": "https://docs.layer5.io/cloud/tutorials/gitops-snapshots/"
},
{
"theme": "",
"categoryOrder": "6",
"category": "Workspaces",
"functionOrder": "602",
"function": "Shared Workspaces",
"feature": "Shared Workspaces are collaborative spaces that you can use to store and collaborate on files within and between teams. Easily share files with customizable permissions (edit, comment, view). Create up to 10 shared workspaces per organization.",
"subscription_tier": "TeamDesigner|TeamOperator",
"functionOrder": "605",
"function": "Manage Workspace Team and Environment Access",
"feature": "Assign designs, views, users, and environments to shared workspaces.",
"subscription_tier": "",
"comparison_tiers": {
"free": "",
"teamDesigner": "x",
Expand All @@ -819,17 +803,17 @@
"theme": "",
"categoryOrder": "6",
"category": "Workspaces",
"functionOrder": "603",
"function": "GitOps Snapshots",
"feature": "Visual insights in your pull requests in GitHub. Verify your workload designs and Kubernetes cluster configurations prior to accepting and merging pull requests.",
"subscription_tier": "TeamDesigner",
"functionOrder": "602",
"function": "Shared Workspaces",
"feature": "Shared Workspaces are collaborative spaces that you can use to store and collaborate on files within and between teams. Easily share files with customizable permissions (edit, comment, view). Create up to 10 shared workspaces per organization.",
"subscription_tier": "TeamDesigner|TeamOperator",
"comparison_tiers": {
"free": "",
"teamDesigner": "x",
"teamOperator": "",
"teamOperator": "x",
"enterprise": "x"
},
"docs": "https://docs.layer5.io/cloud/tutorials/gitops-snapshots/"
"docs": ""
},
{
"theme": "",
Expand Down Expand Up @@ -1153,33 +1137,49 @@
},
{
"theme": "",
"categoryOrder": "",
"category": "",
"functionOrder": "",
"function": "",
"feature": "",
"subscription_tier": "",
"categoryOrder": "add-on",
"category": "Academy",
"functionOrder": "1101",
"function": "Academy",
"feature": "A comprehensive learning management system for creators and instructors on how to build, manage, and extend educational content like learning paths, challenges, and certifications with an inclusive, collaborative, hands-on learning environment for students.",
"subscription_tier": "Enterprise",
"comparison_tiers": {
"free": "",
"teamDesigner": "",
"teamOperator": "",
"enterprise": ""
"enterprise": "x"
},
"docs": ""
},
{
"theme": "",
"categoryOrder": "",
"category": "",
"functionOrder": "",
"function": "",
"feature": "",
"subscription_tier": "",
"categoryOrder": "add-on",
"category": "Kanvas",
"functionOrder": "1104",
"function": "Dedicated WebRTC",
"feature": "This premium offering delivers a secure, high-performance WebRTC solution, purpose-built for real-time, multiplayer collaboration across distributed teams. Powered by Conflict-Free Replicated Data Types (CRDT), this feature ensures seamless, low-latency synchronization of cloud native designs, configurations, and operational workflows, even in complex multi-cluster Kubernetes and public Cloud environments.",
"subscription_tier": "Enterprise",
"comparison_tiers": {
"free": "",
"teamDesigner": "",
"teamOperator": "",
"enterprise": ""
"enterprise": "x"
},
"docs": ""
},
{
"theme": "",
"categoryOrder": "add-on",
"category": "Meshery",
"functionOrder": "1105",
"function": "Managed Meshery Servers",
"feature": "Managed cloud instances for comprehensive infrastructure configuration and lifecycle management.",
"subscription_tier": "Enterprise",
"comparison_tiers": {
"free": "",
"teamDesigner": "",
"teamOperator": "",
"enterprise": "x"
},
"docs": ""
}
Expand Down
8 changes: 8 additions & 0 deletions src/sections/Projects/Sistent/components/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ const componentsData = [
url: "/projects/sistent/components/pagination",
src: "/pagination",
},
{
id: 16,
name: "List",
description:
"Lists are essential UI elements that allow items to be organized sequentially in a structured and readable way. They help users view, select, and interact with multiple items conveniently.",
url: "/projects/sistent/components/list",
src: "/list",
},
{
id: 15,
name: "Select",
Expand Down
Loading