diff --git a/docs/documentation-missing.md b/docs/documentation-missing.md new file mode 100644 index 000000000..1c47aa2c9 --- /dev/null +++ b/docs/documentation-missing.md @@ -0,0 +1,5 @@ +## Excuse our dust! + +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. + +-The Gulp Team diff --git a/docs/getting-started/2-javascript-and-gulpfiles.md b/docs/getting-started/2-javascript-and-gulpfiles.md index 0c3b68234..b82193f33 100644 --- a/docs/getting-started/2-javascript-and-gulpfiles.md +++ b/docs/getting-started/2-javascript-and-gulpfiles.md @@ -31,6 +31,6 @@ Each task can be split into its own file, then imported into your gulpfile for c 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. -[gulpfile-transpilation-advanced]: LINK_NEEDED +[gulpfile-transpilation-advanced]: ../documentation-missing.md [ts-node-module]: https://www.npmjs.com/package/ts-node [babel-register-module]: https://www.npmjs.com/package/@babel/register diff --git a/docs/getting-started/5-working-with-files.md b/docs/getting-started/5-working-with-files.md index 52490572f..2e87d2e5b 100644 --- a/docs/getting-started/5-working-with-files.md +++ b/docs/getting-started/5-working-with-files.md @@ -94,5 +94,5 @@ exports.default = function() { [creating-tasks-docs]: 3-creating-tasks.md [overlapping-globs-docs]: 6-explaining-globs.md#overlapping-globs [node-streams-docs]: https://nodejs.org/api/stream.html -[symlink-api-docs]: LINK_NEEDED -[src-options-api-docs]: LINK_NEEDED +[symlink-api-docs]: ../documentation-missing.md +[src-options-api-docs]: ../documentation-missing.md