Skip to content

Commit 85e12dd

Browse files
Merge pull request #2274 from dxc-technology/jialecl-layout-foundations
Layout foundations doc added
2 parents b527d25 + f3f4870 commit 85e12dd

File tree

12 files changed

+425
-258
lines changed

12 files changed

+425
-258
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Head from "next/head";
2-
import LayoutPage from "screens/principles/layout/LayoutPage";
2+
import LayoutPage from "screens/foundations/layout/Layout";
33

44
const Layout = () => (
55
<>

apps/website/screens/common/pagesList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const utilitiesLinks: LinkDetails[] = [
3434

3535
const principlesLinks: LinkDetails[] = [
3636
{ label: "Data visualization", path: "/principles/data-visualization" },
37-
{ label: "Layout", path: "/principles/layout" },
3837
{ label: "Localization", path: "/principles/localization" },
3938
];
4039

@@ -43,6 +42,7 @@ const foundationsLinks: LinkDetails[] = [
4342
{ label: "Elevation", path: "/foundations/elevation" },
4443
{ label: "Height", path: "/foundations/height" },
4544
{ label: "Iconography", path: "/foundations/iconography" },
45+
{ label: "Layout", path: "/foundations/layout" },
4646
{ label: "Spacing", path: "/foundations/spacing" },
4747
{ label: "Typography", path: "/foundations/typography" },
4848
];

apps/website/screens/foundations/layout/Layout.tsx

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.
111 KB
Loading
106 KB
Loading
101 KB
Loading
56.8 KB
Loading
119 KB
Loading

apps/website/screens/principles/layout/LayoutPage.tsx

Lines changed: 0 additions & 256 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)