File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,17 @@ module.exports = {
152
152
}
153
153
) ,
154
154
155
+ support : section (
156
+ 'Support' ,
157
+ function ( ) {
158
+ return require . context (
159
+ 'json-loader!yaml-frontmatter-loader!./content/support' ,
160
+ false ,
161
+ / ^ \. \/ .* \. m d $ /
162
+ ) ;
163
+ }
164
+ ) ,
165
+
155
166
vote : {
156
167
path ( ) {
157
168
return require ( './components/vote/list.jsx' ) . default
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ let Sections = [
32
32
{
33
33
title : 'Blog' ,
34
34
url : '//medium.com/webpack'
35
+ } ,
36
+ {
37
+ title : 'Support' ,
38
+ url : 'support'
35
39
}
36
40
] ;
37
41
@@ -83,15 +87,15 @@ export default class Navigation extends React.Component {
83
87
onClick = { this . _toggleSearch . bind ( this ) } />
84
88
</ div >
85
89
86
- < Link
87
- className = "navigation__icon"
90
+ < Link
91
+ className = "navigation__icon"
88
92
title = "GitHub Repository"
89
93
to = "//github.com/webpack/webpack" >
90
94
< i className = "sidecar__icon icon-github" />
91
95
</ Link >
92
96
93
- < Link
94
- className = "navigation__icon"
97
+ < Link
98
+ className = "navigation__icon"
95
99
title = "See Questions on Stack Overflow"
96
100
to = "//stackoverflow.com/questions/tagged/webpack" >
97
101
< i className = "sidecar__icon icon-stack-overflow" />
You can’t perform that action at this time.
0 commit comments