瀏覽代碼

[DOCS] Fix duplicate anchor (#85424)

* [DOCS] Fix duplicate anchor

* Removed misplaced end tag
debadair 3 年之前
父節點
當前提交
31b9aff848
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/datatiers.asciidoc

+ 1 - 1
docs/reference/datatiers.asciidoc

@@ -114,6 +114,7 @@ and load data from a snapshot repository. This reduces local storage and
 operating costs while still letting you search frozen data. Because {es} must
 sometimes fetch frozen data from the snapshot repository, searches on the frozen
 tier are typically slower than on the cold tier.
+// end::frozen-tier[]
 
 [discrete]
 [[configure-data-tiers-cloud]]
@@ -164,7 +165,6 @@ node.roles: ["data_hot", "data_content"]
 
 NOTE: We recommend you use <<data-frozen-node,dedicated nodes>> in the frozen
 tier.
-// end::frozen-tier[]
 
 [discrete]
 [[data-tier-allocation]]