Skip to content

Commit c5af6f1

Browse files
committed
Docs: Remove front-matter from outdated pages
1 parent 96c353d commit c5af6f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2
-303
lines changed

docs/CLI.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: cli
3-
title: CLI
4-
hide_title: true
5-
sidebar_label: CLI
6-
-->
7-
81
## gulp CLI docs
92

103
### Flags

docs/FAQ.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: faq
3-
title: FAQ
4-
hide_title: true
5-
sidebar_label: FAQ
6-
-->
7-
81
# FAQ
92

103
## Why gulp? Why not ____?

docs/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: docs
3-
title: Docs
4-
hide_title: true
5-
sidebar_label: Docs
6-
-->
7-
81
# gulp documentation
92

103
* [Getting Started](getting-started/) - Get started with gulp

docs/recipes/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: recipes
3-
title: Recipes
4-
hide_title: true
5-
sidebar_label: Recipes
6-
-->
7-
81
# Recipes
92

103
* [Automate release workflow](automate-release-workflow.md)

docs/recipes/automate-release-workflow.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: automate-release-workflow
3-
title: Automate Release Workflow
4-
hide_title: true
5-
sidebar_label: Automate Release Workflow
6-
-->
7-
81
# Automate release workflow
92

103
If your project follows a semantic versioning, it may be a good idea to automatize the steps needed to do a release.

docs/recipes/browserify-multiple-destination.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: browserify-multiple-destination
3-
title: Browserify w/ Multiple Destinations
4-
hide_title: true
5-
sidebar_label: Browserify w/ Multiple Destinations
6-
-->
7-
81
# Browserify + Globs (multiple destination)
92

103
This example shows how to set up a task of bundling multiple entry points into multiple destinations using browserify.

docs/recipes/browserify-transforms.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: browserify-transforms
3-
title: Browserify + Transforms
4-
hide_title: true
5-
sidebar_label: Browserify + Transforms
6-
-->
7-
81
# Browserify + Transforms
92

103
[Browserify](https://github.com/browserify/browserify) has become an important and indispensable

docs/recipes/browserify-uglify-sourcemap.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: browserify-uglify-sourcemap
3-
title: Browserify + Uglify2 with Sourcemaps
4-
hide_title: true
5-
sidebar_label: Browserify + Uglify2 with Sourcemaps
6-
-->
7-
81
# Browserify + Uglify2 with sourcemaps
92

103
[Browserify](https://github.com/browserify/browserify) has become an important and indispensable

docs/recipes/browserify-with-globs.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: browserify-with-globs
3-
title: Browserify + Globs
4-
hide_title: true
5-
sidebar_label: Browserify + Globs
6-
-->
7-
81
# Browserify + Globs
92

103
[Browserify + Uglify2](https://github.com/gulpjs/gulp/blob/master/docs/recipes/browserify-uglify-sourcemap.md) shows how to setup a basic gulp task to bundle a JavaScript file with its dependencies, and minify the bundle with UglifyJS while preserving source maps.

docs/recipes/combining-streams-to-handle-errors.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<!-- front-matter
2-
id: combining-streams-to-handle-errors
3-
title: Combining Streams to Handle Errors
4-
hide_title: true
5-
sidebar_label: Combining Streams to Handle Errors
6-
-->
7-
81
# Combining streams to handle errors
92

103
By default, emitting an error on a stream will cause it to be thrown unless it already has a listener attached to the `error` event. This gets a bit tricky when you're working with longer pipelines of streams.

0 commit comments

Comments
 (0)