@@ -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