|
61 | 61 | "title": "watch()",
|
62 | 62 | "sidebar_label": "watch()"
|
63 | 63 | },
|
64 |
| - "cli": { |
65 |
| - "title": "CLI", |
66 |
| - "sidebar_label": "CLI" |
67 |
| - }, |
68 | 64 | "documentation-missing": {
|
69 | 65 | "title": "Documentation Missing"
|
70 | 66 | },
|
71 |
| - "faq": { |
72 |
| - "title": "FAQ", |
73 |
| - "sidebar_label": "FAQ" |
74 |
| - }, |
75 | 67 | "getting-started/quick-start": {
|
76 | 68 | "title": "Quick Start",
|
77 | 69 | "sidebar_label": "Quick Start"
|
|
103 | 95 | "getting-started/watching-files": {
|
104 | 96 | "title": "Watching Files",
|
105 | 97 | "sidebar_label": "Watching Files"
|
106 |
| - }, |
107 |
| - "docs": { |
108 |
| - "title": "Docs", |
109 |
| - "sidebar_label": "Docs" |
110 |
| - }, |
111 |
| - "recipes/automate-release-workflow": { |
112 |
| - "title": "Automate Release Workflow", |
113 |
| - "sidebar_label": "Automate Release Workflow" |
114 |
| - }, |
115 |
| - "recipes/browserify-multiple-destination": { |
116 |
| - "title": "Browserify w/ Multiple Destinations", |
117 |
| - "sidebar_label": "Browserify w/ Multiple Destinations" |
118 |
| - }, |
119 |
| - "recipes/browserify-transforms": { |
120 |
| - "title": "Browserify + Transforms", |
121 |
| - "sidebar_label": "Browserify + Transforms" |
122 |
| - }, |
123 |
| - "recipes/browserify-uglify-sourcemap": { |
124 |
| - "title": "Browserify + Uglify2 with Sourcemaps", |
125 |
| - "sidebar_label": "Browserify + Uglify2 with Sourcemaps" |
126 |
| - }, |
127 |
| - "recipes/browserify-with-globs": { |
128 |
| - "title": "Browserify + Globs", |
129 |
| - "sidebar_label": "Browserify + Globs" |
130 |
| - }, |
131 |
| - "recipes/combining-streams-to-handle-errors": { |
132 |
| - "title": "Combining Streams to Handle Errors", |
133 |
| - "sidebar_label": "Combining Streams to Handle Errors" |
134 |
| - }, |
135 |
| - "recipes/cron-task": { |
136 |
| - "title": "Cron Task", |
137 |
| - "sidebar_label": "Cron Task" |
138 |
| - }, |
139 |
| - "recipes/delete-files-folder": { |
140 |
| - "title": "Delete files and folders", |
141 |
| - "sidebar_label": "Delete files and folders" |
142 |
| - }, |
143 |
| - "recipes/export-as-tasks": { |
144 |
| - "title": "Export as Tasks", |
145 |
| - "sidebar_label": "Export as Tasks" |
146 |
| - }, |
147 |
| - "recipes/fast-browserify-builds-with-watchify": { |
148 |
| - "title": "Fast Browserify builds with Watchify", |
149 |
| - "sidebar_label": "Fast Browserify builds with Watchify" |
150 |
| - }, |
151 |
| - "recipes/handling-the-delete-event-on-watch": { |
152 |
| - "title": "Handling the Delete Event on Watch", |
153 |
| - "sidebar_label": "Handling the Delete Event on Watch" |
154 |
| - }, |
155 |
| - "recipes/incremental-builds-with-concatenate": { |
156 |
| - "title": "Incremental Rebuilding", |
157 |
| - "sidebar_label": "Incremental Rebuilding" |
158 |
| - }, |
159 |
| - "recipes/maintain-directory-structure-while-globbing": { |
160 |
| - "title": "Maintain Directory Structure while Globbing", |
161 |
| - "sidebar_label": "Maintain Directory Structure while Globbing" |
162 |
| - }, |
163 |
| - "recipes/make-stream-from-buffer": { |
164 |
| - "title": "Make Stream from Buffer", |
165 |
| - "sidebar_label": "Make Stream from Buffer" |
166 |
| - }, |
167 |
| - "recipes/minified-and-non-minified": { |
168 |
| - "title": "Outputting Minified and non-minified", |
169 |
| - "sidebar_label": "Outputting Minified and non-minified" |
170 |
| - }, |
171 |
| - "recipes/minimal-browsersync-setup-with-gulp4": { |
172 |
| - "title": "Minimal BrowserSync setup with Gulp 4", |
173 |
| - "sidebar_label": "Minimal BrowserSync setup with Gulp 4" |
174 |
| - }, |
175 |
| - "recipes/mocha-test-runner-with-gulp": { |
176 |
| - "title": "Mocha test-runner with Gulp", |
177 |
| - "sidebar_label": "Mocha test-runner with Gulp" |
178 |
| - }, |
179 |
| - "recipes/only-pass-through-changed-files": { |
180 |
| - "title": "Only Pass Through Changed Files", |
181 |
| - "sidebar_label": "Only Pass Through Changed Files" |
182 |
| - }, |
183 |
| - "recipes/pass-arguments-from-cli": { |
184 |
| - "title": "Pass Arguments from the CLI", |
185 |
| - "sidebar_label": "Pass Arguments from the CLI" |
186 |
| - }, |
187 |
| - "recipes/recipes": { |
188 |
| - "title": "Recipes", |
189 |
| - "sidebar_label": "Recipes" |
190 |
| - }, |
191 |
| - "recipes/rebuild-only-files-that-change": { |
192 |
| - "title": "Rebuild only files that Change", |
193 |
| - "sidebar_label": "Rebuild only files that Change" |
194 |
| - }, |
195 |
| - "recipes/rollup-with-rollup-stream": { |
196 |
| - "title": "Rollup with Rollup-Stream", |
197 |
| - "sidebar_label": "Rollup with Rollup-Stream" |
198 |
| - }, |
199 |
| - "recipes/run-grunt-tasks-from-gulp": { |
200 |
| - "title": "Run Grunt Tasks from Gulp", |
201 |
| - "sidebar_label": "Run Grunt Tasks from Gulp" |
202 |
| - }, |
203 |
| - "recipes/running-shell-commands": { |
204 |
| - "title": "Running Shell Commands", |
205 |
| - "sidebar_label": "Running Shell Commands" |
206 |
| - }, |
207 |
| - "recipes/running-task-steps-per-folder": { |
208 |
| - "title": "Generating a file per Folder", |
209 |
| - "sidebar_label": "Generating a file per Folder" |
210 |
| - }, |
211 |
| - "recipes/running-tasks-in-series": { |
212 |
| - "title": "Running Tasks in Series", |
213 |
| - "sidebar_label": "Running Tasks in Series" |
214 |
| - }, |
215 |
| - "recipes/server-with-livereload-and-css-inject": { |
216 |
| - "title": "Server with Live-Reloading and CSS Injection", |
217 |
| - "sidebar_label": "Server with Live-Reloading and CSS Injection" |
218 |
| - }, |
219 |
| - "recipes/sharing-streams-with-stream-factories": { |
220 |
| - "title": "Sharing Streams with Stream Factories", |
221 |
| - "sidebar_label": "Sharing Streams with Stream Factories" |
222 |
| - }, |
223 |
| - "recipes/specifying-a-cwd": { |
224 |
| - "title": "Specifying a New cwd", |
225 |
| - "sidebar_label": "Specifying a New cwd" |
226 |
| - }, |
227 |
| - "recipes/split-tasks-across-multiple-files": { |
228 |
| - "title": "Split Tasks Across Multiple Files", |
229 |
| - "sidebar_label": "Split Tasks Across Multiple Files" |
230 |
| - }, |
231 |
| - "recipes/templating-with-swig-and-yaml-front-matter": { |
232 |
| - "title": "Templating with Swig and YAML front-matter", |
233 |
| - "sidebar_label": "Templating with Swig and YAML front-matter" |
234 |
| - }, |
235 |
| - "recipes/using-external-config-file": { |
236 |
| - "title": "Using External Config File", |
237 |
| - "sidebar_label": "Using External Config File" |
238 |
| - }, |
239 |
| - "recipes/using-multiple-sources-in-one-task": { |
240 |
| - "title": "Using Multiple Sources in One Task", |
241 |
| - "sidebar_label": "Using Multiple Sources in One Task" |
242 |
| - }, |
243 |
| - "why-use-pump/why-use-pump": { |
244 |
| - "title": "Why Use Pump", |
245 |
| - "sidebar_label": "Why Use Pump" |
246 |
| - }, |
247 |
| - "writing-a-plugin/dealing-with-streams": { |
248 |
| - "title": "Dealing with Streams", |
249 |
| - "sidebar_label": "Dealing with Streams" |
250 |
| - }, |
251 |
| - "writing-a-plugin/guidelines": { |
252 |
| - "title": "Guidelines", |
253 |
| - "sidebar_label": "Guidelines" |
254 |
| - }, |
255 |
| - "writing-a-plugin/writing-a-plugin": { |
256 |
| - "title": "Writing a Plugin", |
257 |
| - "sidebar_label": "Writing a Plugin" |
258 |
| - }, |
259 |
| - "writing-a-plugin/recommended-modules": { |
260 |
| - "title": "Recommended Modules", |
261 |
| - "sidebar_label": "Recommended Modules" |
262 |
| - }, |
263 |
| - "writing-a-plugin/testing": { |
264 |
| - "title": "Testing", |
265 |
| - "sidebar_label": "Testing" |
266 |
| - }, |
267 |
| - "writing-a-plugin/using-buffers": { |
268 |
| - "title": "Using Buffers", |
269 |
| - "sidebar_label": "Using Buffers" |
270 | 98 | }
|
271 | 99 | },
|
272 | 100 | "links": {
|
|
0 commit comments