From 2bd75d035a2630e3de089cd9b1ec355461d00f6e Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 29 Jul 2018 15:01:10 -0700 Subject: [PATCH] Docs: Create and link-to a "docs missing" page for LINK_NEEDED references --- docs/documentation-missing.md | 5 +++++ docs/getting-started/2-javascript-and-gulpfiles.md | 2 +- docs/getting-started/5-working-with-files.md | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 docs/documentation-missing.md 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