Skip to content

Commit 45d9676

Browse files
authored
Merge branch 'master' into plancard
2 parents df9c0fe + 87dd883 commit 45d9676

5 files changed

Lines changed: 31 additions & 15 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mui/icons-material": "^6.4.6",
4343
"@mui/material": "^5.15.11",
4444
"@react-icons/all-files": "^4.1.0",
45-
"@sistent/sistent": "^0.15.9",
45+
"@sistent/sistent": "^0.15.11",
4646
"@svgr/webpack": "^8.0.1",
4747
"@types/mui-datatables": "^4.3.12",
4848
"ajv": "^8.17.1",

src/sections/Community/Handbook/mentorships.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import TocPagination from "../../../components/handbook-navigation/TocPagination
1010
const ConductWrapper = styled.div`
1111
1212
padding: 0 5rem 3rem 20rem;
13-
margin-top: -46.5rem;
13+
margin-top: -52rem;
1414
1515
@media screen and (min-width: 768px) and (max-height: 1145px) {
16-
margin-top : -80vh
16+
margin-top : -55rem;
1717
1818
}
1919

src/sections/Pricing/feature_data.json

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
"teamOperator": "",
574574
"enterprise": "x"
575575
},
576-
"docs": ""
576+
"docs": "https://docs.layer5.io/kanvas/designer/sharing/"
577577
},
578578
{
579579
"theme": "",
@@ -589,7 +589,7 @@
589589
"teamOperator": "",
590590
"enterprise": "x"
591591
},
592-
"docs": ""
592+
"docs": "https://docs.layer5.io/kanvas/designer/sharing/#sharing-your-design-with-a-link"
593593
},
594594
{
595595
"theme": "",
@@ -605,7 +605,7 @@
605605
"teamOperator": "x",
606606
"enterprise": "x"
607607
},
608-
"docs": ""
608+
"docs": "https://docs.layer5.io/kanvas/operator/views/"
609609
},
610610
{
611611
"theme": "",
@@ -1139,17 +1139,33 @@
11391139
"theme": "",
11401140
"categoryOrder": "add-on",
11411141
"category": "Academy",
1142-
"functionOrder": "1101",
1143-
"function": "Academy",
1144-
"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.",
1142+
"functionOrder": "1102",
1143+
"function": "Academy Theoretical Learning",
1144+
"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.",
11451145
"subscription_tier": "Enterprise",
11461146
"comparison_tiers": {
11471147
"free": "",
11481148
"teamDesigner": "",
11491149
"teamOperator": "",
11501150
"enterprise": "x"
11511151
},
1152-
"docs": ""
1152+
"docs": "https://docs.layer5.io/cloud/academy/"
1153+
},
1154+
{
1155+
"theme": "",
1156+
"categoryOrder": "add-on",
1157+
"category": "Academy",
1158+
"functionOrder": "1103",
1159+
"function": "Academy Practical Learning",
1160+
"feature": "An inclusive, collaborative, hands-on learning environment for students.",
1161+
"subscription_tier": "Enterprise",
1162+
"comparison_tiers": {
1163+
"free": "",
1164+
"teamDesigner": "",
1165+
"teamOperator": "",
1166+
"enterprise": "x"
1167+
},
1168+
"docs": "https://docs.layer5.io/cloud/academy/"
11531169
},
11541170
{
11551171
"theme": "",

src/sections/Projects/Sistent/components/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const componentsData = [
1919
id: 3,
2020
name: "Modal",
2121
description:
22-
"A text input is made up of multiple elements that combine to form a component that helps users to read, write, and edit text in an interface.",
22+
"A modal is a conatiner that appears in front of the main content on a page when clicked on button or text. It provides information or an actionable piece of content for users to execute.",
2323
url: "/projects/sistent/components/modal",
2424
src: "/modal",
2525
},

0 commit comments

Comments
 (0)