File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const siteConfig = {
12
12
{ href : 'https://gulpjs.com/plugins' , label : 'Plugins' } ,
13
13
{ href : 'https://twitter.com/gulpjs' , label : 'Twitter' } ,
14
14
{ href : 'https://github.com/gulpjs/gulp/blob/master/CONTRIBUTING.md' , label : 'Contribute' } ,
15
+ { search : true } ,
15
16
] ,
16
17
headerIcon : 'img/gulp.svg' ,
17
18
footerIcon : 'img/gulp.svg' ,
@@ -30,6 +31,11 @@ const siteConfig = {
30
31
useEnglishUrl : true ,
31
32
scripts : [ 'https://buttons.github.io/buttons.js' ] ,
32
33
repoUrl : 'https://github.com/gulpjs/gulp' ,
34
+ algolia : {
35
+ apiKey : 'my-api-key' ,
36
+ indexName : 'my-index-name' ,
37
+ algoliaOptions : { } // Optional, if provided by Algolia
38
+ } ,
33
39
} ;
34
40
35
41
module . exports = siteConfig ;
Original file line number Diff line number Diff line change @@ -131,6 +131,11 @@ table thead tr:nth-of-type(odd) {
131
131
margin-bottom : 2rem ;
132
132
}
133
133
134
+ /* Search */
135
+ input # search_input_react {
136
+ line-height : 25px ;
137
+ }
138
+
134
139
@media (max-width : 375px ) {
135
140
.logo {
136
141
display : initial;
@@ -141,13 +146,17 @@ table thead tr:nth-of-type(odd) {
141
146
.fixedHeaderContainer a {
142
147
display : none;
143
148
}
149
+ .navSearchWrapper {
150
+ display : none;
151
+ }
144
152
145
153
.navigationSlider .slidingNav ul {
146
154
margin-top : 0 ;
147
155
}
148
156
}
149
157
150
158
@media only screen and (max-width : 735px ) {
159
+
151
160
.docs-next {
152
161
clear : unset;
153
162
float : right;
You can’t perform that action at this time.
0 commit comments