Skip to content

Commit 2bd75d0

Browse files
committed
Docs: Create and link-to a "docs missing" page for LINK_NEEDED references
1 parent 84b0234 commit 2bd75d0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: docs/documentation-missing.md

+5
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

Diff for: docs/getting-started/2-javascript-and-gulpfiles.md

+1-1
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

Diff for: docs/getting-started/5-working-with-files.md

+2-2
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

0 commit comments

Comments
 (0)