Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
eed402a
chore: update dependencies and scripts in package.json; remove unused…
leecalcote Sep 24, 2025
e3cf167
chore: re-enable events pagination in gatsby-node.js and handle SSR e…
leecalcote Sep 24, 2025
5fe5a18
Merge branch 'master' into leecalcote/maintainence/mdx
leecalcote Sep 24, 2025
4fe0cde
Merge branch 'master' into leecalcote/maintainence/mdx
leecalcote Sep 24, 2025
72142fe
Merge branch 'master' into leecalcote/maintainence/mdx
leecalcote Sep 24, 2025
df251b9
Merge branch 'master' into leecalcote/maintainence/mdx
leecalcote Sep 24, 2025
bc936f4
Merge branch 'leecalcote/maintainence/mdx' of https://github.com/laye…
leecalcote Sep 24, 2025
f101263
null-loader package add
leecalcote Sep 24, 2025
282c377
Temporarily disable gatsby-plugin-svgr due to SSR issues and update W…
leecalcote Sep 24, 2025
25e352b
Add cose-base to Webpack configuration and update Logo component plac…
leecalcote Sep 24, 2025
e92ce21
Remove temporary Logo component placeholder and clean up navigation l…
leecalcote Sep 24, 2025
7416a5f
Add gsap and ScrollTrigger to Webpack configuration
leecalcote Sep 24, 2025
2e9a655
Merge branch 'master' into leecalcote/maintainence/mdx
Namanv0509 Sep 24, 2025
5605f71
Merge branch 'master' of https://github.com/layer5io/layer5 into HEAD
leecalcote Sep 25, 2025
a10418e
Merge branch 'master' into leecalcote/maintainence/mdx
leecalcote Sep 26, 2025
933716c
Refactor SVG handling in Image component for clarity
leecalcote Sep 26, 2025
520d9a3
Fix conditional logic for SVG handling in Image component
leecalcote Sep 26, 2025
41f03a8
Merge branch 'leecalcote/maintainence/mdx' of https://github.com/laye…
leecalcote Sep 26, 2025
119dceb
Merge branch 'master' into leecalcote/maintainence/mdx
leecalcote Sep 30, 2025
41ace56
Refactor components to use updated icon imports and implement ClientO…
leecalcote Oct 6, 2025
803629c
eliminate merge conflicts
leecalcote Oct 6, 2025
5954030
Refactor SEO component for improved readability and remove defaultProps
leecalcote Oct 6, 2025
a75d7ce
Merge branch 'master' into leecalcote/maintainence/mdx
Namanv0509 Oct 7, 2025
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
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
],
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false,
"ecmaFeatures": {
"jsx": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lectures: 4
order: 3
---
import * as React from "react";
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
import MesheryDesignEmbed from "../../../../../src/components/MesheryDesignEmbedWrapper.js";
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
import es8 from "../../../../src/assets/images/learning-path/edge-stack/es8.png";
import es9 from "../../../../src/assets/images/learning-path/edge-stack/es9.png";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lectures: 4
order: 2
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
import MesheryDesignEmbed from "../../../../../src/components/MesheryDesignEmbedWrapper.js";
import es1 from "../../../../src/assets/images/learning-path/edge-stack/es1.png";
import es2 from "../../../../src/assets/images/learning-path/edge-stack/es2.png";
import es3 from "../../../../src/assets/images/learning-path/edge-stack/es3.png";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lectures: 4
order: 1
---
import * as React from "react";
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
import MesheryDesignEmbed from "../../../../../src/components/MesheryDesignEmbedWrapper.js";
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";

<ChapterStyle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lectures: 4
order: 2
---
import * as React from "react";
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
import MesheryDesignEmbed from "../../../../../src/components/MesheryDesignEmbedWrapper.js";
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
import daprHelm from "../../../../src/assets/images/learning-path/dapr/dapr-helm.png";
import daprRelationship from "../../../../src/assets/images/learning-path/dapr/relationship.png";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lectures: 4
order: 4
---
import * as React from "react";
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
import MesheryDesignEmbed from "../../../../../src/components/MesheryDesignEmbedWrapper.js";
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
import dragComponentImage from "../../../../src/assets/images/learning-path/dapr/drag-component.png";
import stateStoreImage from "../../../../src/assets/images/learning-path/dapr/state-store.png";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 5
---

import * as React from "react";
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
import MesheryDesignEmbed from "../../../../../src/components/MesheryDesignEmbedWrapper.js";
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
import filterNodePythonImg from "../../../../src/assets/images/learning-path/dapr/filter-node-python.png";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lectures: 4
order: 3
---
import * as React from "react";
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
import MesheryDesignEmbed from "../../../../../src/components/MesheryDesignEmbedWrapper.js";
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
import daprRedis from "../../../../src/assets/images/learning-path/dapr/redis-dapr.png";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lectures: 4
order: 5
---
import * as React from "react";
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
import MesheryDesignEmbed from "../../../../src/components/MesheryDesignEmbedWrapper.js";
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
import CreateAnnotationGif from "../../../../src/assets/images/learning-path/interpreting-designs/create-annotation.gif";
import AnnotationExampleGif from "../../../../src/assets/images/learning-path/interpreting-designs/annotations-examples.png";
Expand Down
Loading
Loading