Skip to content

Commit 7cf0aae

Browse files
Unify related documentation verbiage (#11421) (#11425)
1 parent b34d6a8 commit 7cf0aae

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

_clients/javascript/helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,5 @@ client.helpers.bulk({
201201
```
202202
{% include copy.html %}
203203

204-
## Related articles
204+
## Related documentation
205205
https://github.com/opensearch-project/opensearch-js/tree/main/guides

_dashboards/dashboards-assistant/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ For information about additional Dashboards Assistant capabilities, see the foll
142142
- [Generating anomaly detector suggestions]({{site.url}}{{site.baseurl}}/dashboards/dashboards-assistant/suggest-anomaly-detector/)
143143
- [Generating visualizations from text]({{site.url}}{{site.baseurl}}/dashboards/dashboards-assistant/text-to-visualization/)
144144

145-
## Related articles
145+
## Related documentation
146146

147147
- [Getting started guide for OpenSearch Assistant in OpenSearch Dashboards](https://github.com/opensearch-project/dashboards-assistant/blob/main/GETTING_STARTED_GUIDE.md)
148148
- [OpenSearch Assistant configuration through the REST API]({{site.url}}{{site.baseurl}}/ml-commons-plugin/opensearch-assistant/)

_dashboards/visualize/selfhost-maps-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Configure the manifest URL in `opensearch_dashboards.yml`:
104104

105105
Tiles are generated per [Terms of Use for Natural Earth vector map data](https://www.naturalearthdata.com/about/terms-of-use/) and [Copyright and License for OpenStreetMap](https://www.openstreetmap.org/copyright).
106106

107-
## Related articles
107+
## Related documentation
108108

109109
* [Configuring a Web Map Service (WMS)]({{site.url}}{{site.baseurl}}/dashboards/visualize/maptiles/)
110110
* [Using coordinate and region maps]({{site.url}}{{site.baseurl}}/dashboards/visualize/geojson-regionmaps/)

_data-prepper/pipelines/configuration/sources/otlp-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ otlp-pipeline:
328328
```
329329
{% include copy.html %}
330330

331-
## Related pages
331+
## Related documentation
332332

333333
- [OTel logs source]({{site.url}}{{site.baseurl}}/data-prepper/pipelines/configuration/sources/otel-logs-source/)
334334
- [OTel metrics source]({{site.url}}{{site.baseurl}}/data-prepper/pipelines/configuration/sources/otel-metrics-source/)

_data-prepper/pipelines/expression-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ White space is optional around relational operators, regex equality operators, e
236236
| `,` | Set value delimiter | No | `/a in {200, 202}`<br>`/a in {200,202}`<br>`/a in {200 , 202}` | `/a in {200,}` |
237237
| `typeof` | Type check operator | Yes | `/a typeof integer`<br>`/a typeof long`<br>`/a typeof string`<br> `/a typeof double`<br> `/a typeof boolean`<br>`/a typeof map`<br>`/a typeof array` |`/a typeof /b`<br>`/a typeof 2` |
238238

239-
## Related articles
239+
## Related documentation
240240

241241
- [Functions]({{site.url}}{{site.baseurl}}/data-prepper/pipelines/functions/)

_data-prepper/pipelines/get-eventtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ processor:
8181
```
8282
{% include copy.html %}
8383

84-
## Related pages
84+
## Related documentation
8585

8686
- [OTLP source]({{site.url}}{{site.baseurl}}/data-prepper/pipelines/configuration/sources/otlp-source/)

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247

248248
{% if page.has_children == true and page.has_toc != false %}
249249
<hr>
250-
<h2>Related articles</h2>
250+
<h2>Related documentation</h2>
251251
<ul>
252252
{% for child in toc_list %}
253253
<li>

_mappings/mapping-parameters/analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Term-level queries use the `search_analyzer`, which tokenizes the text and remov
229229
```
230230

231231

232-
## Related articles
232+
## Related documentation
233233

234234
- [Text analysis]({{site.url}}{{site.baseurl}}/analyzers/)
235235
- [Search analyzers]({{site.url}}{{site.baseurl}}/analyzers/search-analyzers/)

_mappings/supported-field-types/sparse-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ GET sparse-vector-index/_search
161161
```
162162
{% include copy-curl.html %}
163163

164-
## Related pages
164+
## Related documentation
165165

166166
- [Neural sparse ANN search]({{site.url}}{{site.baseurl}}/vector-search/ai-search/neural-sparse-ann/)
167167
- [Neural sparse query]({{site.url}}{{site.baseurl}}/query-dsl/specialized/neural-sparse/)

_migrate-or-upgrade/rolling-upgrade/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ To perform a rolling restart, follow the steps outlined in [Performing the upgra
275275

276276
By preserving quorum and restarting nodes sequentially, rolling restarts ensure zero downtime and full data continuity.
277277

278-
## Related articles
278+
## Related documentation
279279

280280
- [Rolling upgrade lab]({{site.url}}{{site.baseurl}}/migrate-or-upgrade/rolling-upgrade/rolling-upgrade-lab/) -- A hands-on lab with step-by-step instructions for practicing rolling upgrades in a test environment.
281281
- [OpenSearch configuration]({{site.url}}{{site.baseurl}}/install-and-configure/configuring-opensearch/)

0 commit comments

Comments
 (0)