File tree Expand file tree Collapse file tree 3 files changed +8
-18
lines changed
Expand file tree Collapse file tree 3 files changed +8
-18
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -43,26 +43,16 @@ class App extends Component {
4343 {
4444 path : "/" ,
4545 title : "General Introduction" ,
46- content : pageLoader ( "General Introduction .md" )
46+ content : pageLoader ( "./general-introduction .md" )
4747 } ,
4848 {
49- title : "Base Styles" ,
50- pages : [
51- {
52- imports : {
53- ...offcourse . colors ,
54- grayScale : offcourse . namedGrayScale
55- } ,
56- path : "base_styles/colors" ,
57- title : "Colors" ,
58- content : pageLoader ( "/basics/colors.md" )
59- } ,
60- {
61- path : "/base_styles/typography" ,
62- title : "Typography" ,
63- content : pageLoader ( "/basics/typography.md" )
64- }
65- ]
49+ path : "/brand-identity" ,
50+ title : "Brand Identity" ,
51+ imports : {
52+ ...offcourse . colors ,
53+ grayScale : offcourse . namedGrayScale
54+ } ,
55+ content : pageLoader ( "./brand-identity.md" )
6656 } ,
6757 {
6858 title : "Atoms" ,
You can’t perform that action at this time.
0 commit comments