Skip to content

Commit 96bcedf

Browse files
authored
Move task manager README.md to root of plugin (#82012) (#82048)
* Move task manager README.md to root of plugin * Fix failing test, update task manager plugin description in docs
1 parent 7307f54 commit 96bcedf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/developer/plugin-list.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ the alertTypes by the Stack in the alerting plugin, register associated HTTP
488488
routes, etc.
489489
490490
491-
|{kib-repo}blob/{branch}/x-pack/plugins/task_manager[taskManager]
492-
|WARNING: Missing README.
491+
|{kib-repo}blob/{branch}/x-pack/plugins/task_manager/README.md[taskManager]
492+
|The task manager is a generic system for running background tasks.
493493
494494
495495
|{kib-repo}blob/{branch}/x-pack/plugins/telemetry_collection_xpack/README.md[telemetryCollectionXpack]

x-pack/plugins/task_manager/server/README.md renamed to x-pack/plugins/task_manager/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Kibana task manager
22

3-
The task manager is a generic system for running background tasks. It supports:
3+
The task manager is a generic system for running background tasks.
44

5+
It supports:
56
- Single-run and recurring tasks
67
- Scheduling tasks to run after a specified datetime
78
- Basic retry logic

0 commit comments

Comments
 (0)