Skip to content

Commit 08cd813

Browse files
committed
Move typed operators to Channel type reference
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent e8cce6d commit 08cd813

12 files changed

Lines changed: 351 additions & 363 deletions

File tree

.docusaurus_site/sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ module.exports = {
150150
]
151151
},
152152
"reference/process",
153-
"reference/operator-typed",
154153
"reference/operator"
155154
]
156155
},

.docusaurus_site/static/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
/nextflow/module/ /nextflow/modules/ 301
2020
/nextflow/operator /nextflow/reference/operator 301
2121
/nextflow/reference/channel /nextflow/reference/stdlib-namespaces/channel 301
22+
/nextflow/reference/operator-typed /nextflow/reference/stdlib-types/channel 301

docs/reference/operator-typed.mdx

Lines changed: 0 additions & 319 deletions
This file was deleted.

docs/reference/operator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ Associate the channel with a tag. For example:
15221522
[cache-nondeterministic-inputs]: ../cache-and-resume#non-deterministic-process-inputs
15231523
[config-feature-flags]: ./feature-flags
15241524
[operator-empty]: ./stdlib-namespaces/channel#empty
1525-
[operator-typed]: ./operator-typed
1525+
[operator-typed]: ./stdlib-types/channel
15261526
[preparing-static-types]: ../tutorials/static-types#preparing-for-static-typing
15271527
[process-cache]: ./process#cache
15281528
[script-closure]: ../script#closures

0 commit comments

Comments
 (0)