Skip to content

Commit c344645

Browse files
author
Vivek Vishal
authored
move to solutions
1 parent 37b3cf8 commit c344645

14 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/pages/cloud-native-management/devrel-solutions.js renamed to src/pages/solutions/devrel-platform-for-kubernetes-and-cloudnative-content/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22

3-
import SEO from "../../components/seo";
4-
import DevrelSolutionsPage from "../../sections/Community/Devrel-platform";
3+
import SEO from "../../../components/seo";
4+
import DevrelSolutionsPage from "../../../sections/Community/Devrel-platform";
55

66
const DevrelSolutions = () => {
77
return (

src/sections/Community/Devrel-platform/JourneySection.js renamed to src/sections/Devrel-platform/JourneySection.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React from "react";
22
import styled from "styled-components";
3-
import { Container, Row, Col } from "../../../reusecore/Layout";
3+
import { Container, Row, Col } from "../../reusecore/Layout";
44
import { FaPencilRuler } from "@react-icons/all-files/fa/FaPencilRuler";
55
import { FaChartLine } from "@react-icons/all-files/fa/FaChartLine";
66
import { FaTrophy } from "@react-icons/all-files/fa/FaTrophy";
7-
import Button from "../../../reusecore/Button";
7+
import Button from "../../reusecore/Button";
88

99
const JourneySectionWrapper = styled.div`
1010
.action-buttons{

src/sections/Community/Devrel-platform/content.js renamed to src/sections/Devrel-platform/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import styled from "styled-components";
3-
import { Container, Row, Col } from "../../../reusecore/Layout";
3+
import { Container, Row, Col } from "../../reusecore/Layout";
44
import IntegrationDesigner from "./images/layer5-kanvas-designer.webp";
55
// import CatalogImage from "./images/catalog_mac.png";
66
import DashboardImg from "./images/cncf_hub_dashboard_mac.png";

src/sections/Community/Devrel-platform/devrel-solutions.style.js renamed to src/sections/Devrel-platform/devrel-solutions.style.js

File renamed without changes.

src/sections/Community/Devrel-platform/header.js renamed to src/sections/Devrel-platform/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import styled from "styled-components";
3-
import { Row, Col, Container } from "../../../reusecore/Layout";
4-
import Button from "../../../reusecore/Button";
3+
import { Row, Col, Container } from "../../reusecore/Layout";
4+
import Button from "../../reusecore/Button";
55
import IntegrationsImage from "./images/integration-image-colorMode.svg";
66
const DevrelHeaderWrapper = styled.div`
77
.devrel-platform.header {

src/sections/Community/Devrel-platform/images/catalog_mac.png renamed to src/sections/Devrel-platform/images/catalog_mac.png

File renamed without changes.

src/sections/Community/Devrel-platform/images/challange_mac.png renamed to src/sections/Devrel-platform/images/challange_mac.png

File renamed without changes.

src/sections/Community/Devrel-platform/images/cncf_hub_dashboard_mac.png renamed to src/sections/Devrel-platform/images/cncf_hub_dashboard_mac.png

File renamed without changes.

src/sections/Community/Devrel-platform/images/design_mac.png renamed to src/sections/Devrel-platform/images/design_mac.png

File renamed without changes.

src/sections/Community/Devrel-platform/images/integration-image-colorMode.svg renamed to src/sections/Devrel-platform/images/integration-image-colorMode.svg

File renamed without changes.

0 commit comments

Comments
 (0)