浏览代码

[DOCS] Comment out tag in Task Managment API Docs so it isn't rendered. (#47618)

The tag for the shared content is being rendered in the output.
debadair 6 年之前
父节点
当前提交
d598083051
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/cluster/tasks.asciidoc

+ 2 - 2
docs/reference/cluster/tasks.asciidoc

@@ -51,11 +51,11 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=wait_for_completion]
 [[tasks-api-response-codes]]
 ==== {api-response-codes-title}
 
-tag::tasks-api-404[]
+// tag::tasks-api-404[]
 `404` (Missing resources)::
 If `<task_id>` is specified but not found, this code indicates that there 
 are no resources that match the request.
-end::tasks-api-404[]
+// end::tasks-api-404[]
 
 [[tasks-api-examples]]
 ==== {api-examples-title}