Browse Source

[DOCS] Fix duplicate anchor (#85424)

* [DOCS] Fix duplicate anchor

* Removed misplaced end tag
debadair 3 years ago
parent
commit
31b9aff848
1 changed files with 1 additions and 1 deletions
  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]]