File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Footer extends React.Component {
34
34
</ a >
35
35
< div >
36
36
< h5 > Docs</ h5 >
37
- < a href = { this . docUrl ( "getting-started " ) } > Introduction</ a >
37
+ < a href = { this . docUrl ( "introduction/quick-start " ) } > Introduction</ a >
38
38
< a
39
39
href = { this . docUrl (
40
40
"using-react-redux/connect-extracting-data-with-mapStateToProps"
Original file line number Diff line number Diff line change @@ -51,9 +51,10 @@ const ProjectTitle = () => (
51
51
< h2 className = "projectTitle" >
52
52
{ siteConfig . title }
53
53
< small >
54
- < MarkdownBlock >
55
- Official React bindings for [Redux](https://github.com/reduxjs/redux)
56
- </ MarkdownBlock > </ small >
54
+ < MarkdownBlock >
55
+ Official React bindings for [Redux](https://github.com/reduxjs/redux)
56
+ </ MarkdownBlock >
57
+ </ small >
57
58
</ h2 >
58
59
) ;
59
60
@@ -73,8 +74,8 @@ class HomeSplash extends React.Component {
73
74
< div className = "inner" >
74
75
< ProjectTitle />
75
76
< PromoSection >
76
- < Button href = { docUrl ( "getting-started " , language ) } >
77
- Get started
77
+ < Button href = { docUrl ( "introduction/quick-start " , language ) } >
78
+ Quick Start
78
79
</ Button >
79
80
< Button href = "https://github.com/reduxjs/react-redux" >
80
81
Github
@@ -92,13 +93,8 @@ const Installation = () => (
92
93
style = { { textAlign : "center" } }
93
94
>
94
95
< h2 > Installation</ h2 >
95
- < MarkdownBlock >
96
- React Redux requires **React 0.14 or later.**
97
- </ MarkdownBlock >
98
- < MarkdownBlock >
99
- ``` npm install --save
100
- react-redux ```
101
- </ MarkdownBlock >
96
+ < MarkdownBlock > React Redux requires **React 0.14 or later.**</ MarkdownBlock >
97
+ < MarkdownBlock > ``` npm install --save react-redux ```</ MarkdownBlock >
102
98
</ div >
103
99
) ;
104
100
Original file line number Diff line number Diff line change 1
1
{
2
2
"docs" : {
3
- "Introduction" : [" getting-started " ],
3
+ "Introduction" : [" introduction/quick-start " , " introduction/basic-tutorial " ],
4
4
"Using React-Redux" : [
5
5
" using-react-redux/connect-extracting-data-with-mapStateToProps"
6
6
],
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const siteConfig = {
26
26
27
27
// For no header links in the top nav bar -> headerLinks: [],
28
28
headerLinks : [
29
- { doc : "getting-started " , label : "Getting Started " } ,
29
+ { doc : "introduction/quick-start " , label : "Quick Start " } ,
30
30
{
31
31
doc : "using-react-redux/connect-extracting-data-with-mapStateToProps" ,
32
32
label : "Using React-Redux"
You can’t perform that action at this time.
0 commit comments