Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 0 additions & 79 deletions docs/channel.md

This file was deleted.

3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
'workflow-outputs.md': 'tutorials/workflow-outputs.md',
'flux.md': 'tutorials/flux.md',
'developer/plugins.md': 'plugins/developing-plugins.md',
'plugins.md': 'plugins/plugins.md'
'plugins.md': 'plugins/plugins.md',
'channel.md': 'workflow.md'
}

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ script
working-with-files
process
process-typed
channel
workflow
module
notifications
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/stdlib-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ The following methods are available for listing and traversing directories:
: Returns the first-level elements (files and directories) in a directory.

`listFiles() -> Iterable<Path>`
: :::{deprecated}
: :::{deprecated} 26.04.0
Use `listDirectory()` instead.
:::
: Returns the first-level elements (files and directories) in a directory.
Expand Down
Loading
Loading