Skip to content

Commit c9fecc6

Browse files
Merge branch 'master' into collapseDocs
Signed-off-by: Sparsh Jain <57327315+SplinterSword@users.noreply.github.com>
2 parents a8cb5d2 + 4977635 commit c9fecc6

257 files changed

Lines changed: 1408 additions & 191 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gatsby-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ module.exports = {
541541
{
542542
resolve: "gatsby-source-filesystem",
543543
options: {
544-
path: `${__dirname}/src/collections/service-mesh-labs`,
545-
name: "service-mesh-labs",
544+
path: `${__dirname}/src/collections/kanvas-labs`,
545+
name: "kanvas-labs",
546546
},
547547
},
548548
{

gatsby-node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
173173
}
174174
}
175175
labs: allMdx(
176-
filter: { fields: { collection: { eq: "service-mesh-labs" } } }
176+
filter: { fields: { collection: { eq: "kanvas-labs" } } }
177177
) {
178178
nodes {
179179
fields {
@@ -576,7 +576,7 @@ exports.onCreateNode = ({ node, actions, getNode }) => {
576576
break;
577577
case "service-mesh-books":
578578
case "workshops":
579-
case "service-mesh-labs":
579+
case "kanvas-labs":
580580
slug = `/learn/${collection}/${slugify(node.frontmatter.title)}`;
581581
break;
582582
case "resources":

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.12",
4646
"@svgr/webpack": "^8.0.1",
4747
"@types/mui-datatables": "^4.3.12",
4848
"ajv": "^8.17.1",
-86 KB
Binary file not shown.
50.6 KB
-220 KB
Binary file not shown.
38.3 KB
-25.2 KB
Binary file not shown.
9 KB

0 commit comments

Comments
 (0)