Skip to content

Commit ce623e7

Browse files
committed
docs(documentation): make how to contribute into single page
1 parent b9ddbb1 commit ce623e7

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

packages/documentation/public/how-to-contribute/contributing-guidelines.md renamed to packages/documentation/public/how-to-contribute.md

File renamed without changes.

packages/documentation/public/how-to-contribute/about.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/documentation/src/pages.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,6 @@ const pages = [
3030
title: "General Introduction",
3131
content: pageLoader("./general-introduction.md")
3232
},
33-
{
34-
path: "/how-to-contribute",
35-
title: "How To Contribute",
36-
pages: [
37-
{
38-
path: "/how-to-contribute/about",
39-
title: "About",
40-
content: pageLoader("/how-to-contribute/about.md")
41-
},
42-
{
43-
path: "/how-to-contribute/contributing-guidelines",
44-
title: "Contributing Guidelines",
45-
content: pageLoader("/how-to-contribute/contributing-guidelines.md")
46-
}
47-
]
48-
},
4933
{
5034
path: "/feature-roadmap",
5135
title: "Feature Roadmap",
@@ -57,6 +41,11 @@ const pages = [
5741
}
5842
]
5943
},
44+
{
45+
path: "/how-to-contribute",
46+
title: "How To Contribute",
47+
content: pageLoader("./how-to-contribute.md")
48+
},
6049
{
6150
path: "/visual-identity",
6251
title: "Visual Identity",
@@ -66,6 +55,17 @@ const pages = [
6655
},
6756
content: pageLoader("./visual-identity.md")
6857
},
58+
{
59+
path: "/principles",
60+
title: "Principles",
61+
pages: [
62+
{
63+
path: "/principles/design",
64+
title: "Design Principles",
65+
content: pageLoader("/atomic-design-methodology.md")
66+
}
67+
]
68+
},
6969
{
7070
title: "Atoms",
7171
pages: createPages({

0 commit comments

Comments
 (0)