Skip to content

Commit 7dcfd63

Browse files
committed
docs(documentation): fix filenames, add paths to pages
1 parent 038cacc commit 7dcfd63

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed
File renamed without changes.
File renamed without changes.

packages/documentation/src/App.js

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)