Skip to content

Commit

Permalink
Docs: Create and link-to a "docs missing" page for LINK_NEEDED refere…
Browse files Browse the repository at this point in the history
…nces
  • Loading branch information
phated committed Jul 29, 2018
1 parent 84b0234 commit 2bd75d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 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
2 changes: 1 addition & 1 deletion docs/getting-started/2-javascript-and-gulpfiles.md
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/getting-started/5-working-with-files.md
Expand Up @@ -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

0 comments on commit 2bd75d0

Please sign in to comment.