Skip to content

Commit f25f9b7

Browse files
fix import paths
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 0f42428 commit f25f9b7

22 files changed

Lines changed: 250 additions & 69 deletions

File tree

src/collections/handbook/about/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: "Learn about Layer5's mission, goals, and how to get started contri
44
type: Handbook
55
---
66

7-
import { HandbookWrapper } from "../../sections/Community/Handbook/Handbook.style.js";
8-
import { Container, Row, Col } from "../../reusecore/Layout";
9-
import NewcomersMap from "../../sections/Community/Newcomers-guide/newcomers-map";
10-
import IntraPage from "../../components/handbook-navigation/intra-page";
11-
import longArrow from "../../sections/Community/Newcomers-guide/long-arrow.svg";
7+
import { HandbookWrapper } from "../../../sections/Community/Handbook/Handbook.style.js";
8+
import { Container, Row, Col } from "../../../reusecore/Layout";
9+
import NewcomersMap from "../../../sections/Community/Newcomers-guide/newcomers-map";
10+
import IntraPage from "../../../components/handbook-navigation/intra-page";
11+
import longArrow from "../../../sections/Community/Newcomers-guide/long-arrow.svg";
1212
import { useState } from "react";
1313

1414
export const contents = [

src/collections/handbook/code-of-conduct/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: "Layer5 follows the CNCF Code of Conduct to ensure a welcoming and
44
type: Handbook
55
---
66

7-
import { HandbookWrapper } from "../../sections/Community/Handbook/Handbook.style.js";
8-
import { Container } from "../../reusecore/Layout";
7+
import { HandbookWrapper } from "../../../sections/Community/Handbook/Handbook.style.js";
8+
import { Container } from "../../../reusecore/Layout";
99
import Point from "../community/bullet.svg";
1010

1111
<h2 className="heading-top">Community Code of Conduct</h2>

src/collections/handbook/community-roles/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "Learn about the different roles and leadership positions within th
44
type: Handbook
55
---
66

7-
import { Container } from "../../reusecore/Layout";
7+
import { Container } from "../../../reusecore/Layout";
88
import { Link } from "gatsby";
9-
import IntraPage from "../../components/handbook-navigation/intra-page";
9+
import IntraPage from "../../../components/handbook-navigation/intra-page";
1010

1111
export const contents = [
1212
{ id: 0, link: "#top", text: "What are the different roles in the Layer5 community?" },

src/collections/handbook/community/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: "Community guidelines and resources for the Layer5 open source comm
44
type: Handbook
55
---
66

7-
import { HandbookWrapper } from "../../sections/Community/Handbook/Handbook.style.js";
8-
import { Container } from "../../reusecore/Layout";
7+
import { HandbookWrapper } from "../../../sections/Community/Handbook/Handbook.style.js";
8+
import { Container } from "../../../reusecore/Layout";
99
import { Link } from "gatsby";
1010
import Point from "./bullet.svg";
11-
import IntraPage from "../../components/handbook-navigation/intra-page";
11+
import IntraPage from "../../../components/handbook-navigation/intra-page";
1212

1313
export const contents = [
1414
{ id: 0, link: "#Community Guidelines", text: "Guidelines" },

src/collections/handbook/connect-with-us/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: "Find all the ways to connect with the Layer5 community - Slack, Ne
44
type: Handbook
55
---
66

7-
import { Container } from "../../reusecore/Layout";
8-
import { ReactComponent as TwitterIcon } from "../../assets/images/socialIcons/twitter.svg";
9-
import mail_icon from "./socialIcons/mail_keppel.svg";
10-
import youtube_icon from "./socialIcons/youtube-light.svg";
11-
import github_icon from "./socialIcons/github-light.svg";
12-
import linkedin_icon from "./socialIcons/linkedin-light.svg";
13-
import docker_icon from "./socialIcons/docker-light.svg";
14-
import slack_icon from "./socialIcons/slack-light.svg";
15-
import IntraPage from "../../components/handbook-navigation/intra-page";
7+
import { Container } from "../../../reusecore/Layout";
8+
import { ReactComponent as TwitterIcon } from "../../../assets/images/socialIcons/twitter.svg";
9+
import mail_icon from "../../../assets/images/socialIcons/mail_keppel.svg";
10+
import youtube_icon from "../../../assets/images/socialIcons/youtube-light.svg";
11+
import github_icon from "../../../assets/images/socialIcons/github-light.svg";
12+
import linkedin_icon from "../../../assets/images/socialIcons/linkedin-light.svg";
13+
import docker_icon from "../../../assets/images/socialIcons/docker-light.svg";
14+
import slack_icon from "../../../assets/images/socialIcons/slack-light.svg";
15+
import IntraPage from "../../../components/handbook-navigation/intra-page";
1616

1717
export const contents = [
1818
{ id: 0, link: "#Newsletter", text: "Newsletter" },

src/collections/handbook/contribution/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "Learn how to contribute to Layer5 projects using GitHub flow"
44
type: Handbook
55
---
66

7-
import { Container } from "../../reusecore/Layout";
8-
import Code from "../../components/CodeBlock";
9-
import IntraPage from "../../components/handbook-navigation/intra-page";
7+
import { Container } from "../../../reusecore/Layout";
8+
import Code from "../../../components/CodeBlock";
9+
import IntraPage from "../../../components/handbook-navigation/intra-page";
1010
import { StaticImage } from "gatsby-plugin-image";
1111

1212
export const contents = [

src/collections/handbook/designer/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "Design with Layer5 - Contribute to UI/UX across our projects"
44
type: Handbook
55
---
66

7-
import { Container } from "../../reusecore/Layout";
7+
import { Container } from "../../../reusecore/Layout";
88
import { Link } from "gatsby";
9-
import Button from "../../reusecore/Button";
9+
import Button from "../../../reusecore/Button";
1010

1111
<h2 className="heading-top">UI/UX</h2>
1212

src/collections/handbook/faq/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Frequently asked questions about Layer5 and contributing to the co
44
type: Handbook
55
---
66

7-
import { Container } from "../../reusecore/Layout";
7+
import { Container } from "../../../reusecore/Layout";
88
import { Link } from "gatsby";
99

1010
<h2 className="heading-top">General FAQs:</h2>

src/collections/handbook/github-process/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Layer5's GitHub process for issue and PR labels, templates, bots,
44
type: Handbook
55
---
66

7-
import { Container } from "../../reusecore/Layout";
7+
import { Container } from "../../../reusecore/Layout";
88

99
<h2>Issue and PR Labels and Templates, Bots</h2><br/>
1010
<h3><strong>Overview</strong></h3><br />

src/collections/handbook/instructions/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: "GitHub Organization Membership guidelines for Layer5 contributors"
44
type: Handbook
55
---
66

7-
import { Container } from "../../reusecore/Layout";
8-
import IntraPage from "../../components/handbook-navigation/intra-page";
7+
import { Container } from "../../../reusecore/Layout";
8+
import IntraPage from "../../../components/handbook-navigation/intra-page";
99

1010
export const contents = [
1111
{ id: 0, link: "#top", text: "GitHub Organization Membership" },

0 commit comments

Comments
 (0)