Skip to content

Commit f84cde1

Browse files
Merge pull request #1778 from elastic/fix-H1s-per-SEO-guidelines
H1 fixes per SEO suggestions
2 parents c517009 + 713089f commit f84cde1

14 files changed

+28
-15
lines changed

docs/asciidoc/filter_elements.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The default value for this setting is `require`.
116116

117117

118118
[[fe_count]]
119-
== count
119+
== {es} Curator count filter setting
120120

121121
NOTE: This setting is only used with the <<filtertype_count,count>> filtertype +
122122
and is a required setting.

docs/docset.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ toc:
88
- toc: reference
99
subs:
1010
curator_version: 8.0.21
11-
curator_major: 8
11+
curator_major: 8
12+
es: "Elasticsearch"

docs/reference/alias.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/alias.html
4+
navigation_title: Alias
45
---
56

6-
# Alias [alias]
7+
# Alias action in {{es}} Curator [alias]
78

89
```yaml
910
action: alias

docs/reference/allocation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/allocation.html
4+
navigation_title: Allocation
45
---
56

6-
# Allocation [allocation]
7+
# Using the allocation action in {{es}} Curator [allocation]
78

89
```yaml
910
action: allocation

docs/reference/close.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/close.html
4+
navigation_title: Close
45
---
56

6-
# Close [close]
7+
# Curator close action for {{es}} indices [close]
78

89
```yaml
910
action: close

docs/reference/ex_alias.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/ex_alias.html
4+
navigation_title: alias
45
---
56

6-
# alias [ex_alias]
7+
# Alias action example in {{es}} Curator [ex_alias]
78

89
```yaml
910
---

docs/reference/ex_allocation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/ex_allocation.html
4+
navigation_title: allocation
45
---
56

6-
# allocation [ex_allocation]
7+
# {{es}} Curator allocation example [ex_allocation]
78

89
```yaml
910
---

docs/reference/ex_close.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/ex_close.html
4+
navigation_title: close
45
---
56

6-
# close [ex_close]
7+
# Close indices using {{es}} Curator [ex_close]
78

89
```yaml
910
---

docs/reference/fe_allocation_type.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/fe_allocation_type.html
4+
navigation_title: allocation_type
45
---
56

6-
# allocation_type [fe_allocation_type]
7+
# {{es}} Curator allocation filter setting: allocation_type [fe_allocation_type]
78

89
::::{note}
910
This setting is used only when using the [allocated](/reference/filtertype_allocated.md) filter.

docs/reference/fe_count.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/fe_count.html
4+
navigation_title: count
45
---
56

6-
# count [fe_count]
7+
# Elasticsearch Curator count filter setting [fe_count]
78

89
::::{note}
910
This setting is only used with the [count](/reference/filtertype_count.md) filtertype<br> and is a required setting.

0 commit comments

Comments
 (0)