Docs: Create and link-to a "docs missing" page for LINK_NEEDED refere… · gulpjs/gulp@2bd75d0

3 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,5 @@

1+

## Excuse our dust!

2+
3+

We're in the process of rewriting **all** our documentation and some of the links we've added to completed docs haven't been written yet. You've likely clicked on one of those to end up here. We're sorry about that but please check back later on the topic you're interested in.

4+
5+

-The Gulp Team

Original file line numberDiff line numberDiff line change

@@ -31,6 +31,6 @@ Each task can be split into its own file, then imported into your gulpfile for c

3131

Node's module resolution allows you to replace your `gulpfile.js` with a directory called `gulpfile` that contains an `index.js` file which is treated as a `gulpfile.js`. This directory could then contain your individual modules for tasks.

3232
3333
34-

[gulpfile-transpilation-advanced]: LINK_NEEDED

34+

[gulpfile-transpilation-advanced]: ../documentation-missing.md

3535

[ts-node-module]: https://www.npmjs.com/package/ts-node

3636

[babel-register-module]: https://www.npmjs.com/package/@babel/register

Original file line numberDiff line numberDiff line change

@@ -94,5 +94,5 @@ exports.default = function() {

9494

[creating-tasks-docs]: 3-creating-tasks.md

9595

[overlapping-globs-docs]: 6-explaining-globs.md#overlapping-globs

9696

[node-streams-docs]: https://nodejs.org/api/stream.html

97-

[symlink-api-docs]: LINK_NEEDED

98-

[src-options-api-docs]: LINK_NEEDED

97+

[symlink-api-docs]: ../documentation-missing.md

98+

[src-options-api-docs]: ../documentation-missing.md