Skip to content

Commit 5866b5f

Browse files
committed
fix(documentation): rename introduction page to general introduction
1 parent 0f926ee commit 5866b5f

File tree

1 file changed

+2
-2
lines changed
  • packages/documentation/src

1 file changed

+2
-2
lines changed

packages/documentation/src/App.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class App extends Component {
4242
pages={[
4343
{
4444
path: "/",
45-
title: "Introduction",
46-
content: pageLoader("introduction.md")
45+
title: "General Introduction",
46+
content: pageLoader("General Introduction.md")
4747
},
4848
{
4949
title: "Base Styles",

0 commit comments

Comments
 (0)