mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
[DOCS] Allow attribute substitution in titleabbrevs for Asciidoctor migration (#41574)
* [DOCS] Replace attributes in titleabbrevs for Asciidoctor migration * [DOCS] Add [subs="attributes"] so attributes render in Asciidoctor * Revert "[DOCS] Replace attributes in titleabbrevs for Asciidoctor migration" This reverts commit 98f130257a7c71e9f6cddf5157af7886418338d8. * [DOCS] Fix merge conflict
This commit is contained in:
parent
7cc4b9a8b3
commit
005296dac6
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[delete-data-frame-transform]]
|
||||
=== Delete {dataframe-transforms} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Delete {dataframe-transforms}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[get-data-frame-transform-stats]]
|
||||
=== Get {dataframe-transform} statistics API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Get {dataframe-transform} statistics</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[get-data-frame-transform]]
|
||||
=== Get {dataframe-transforms} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Get {dataframe-transforms}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[preview-data-frame-transform]]
|
||||
=== Preview {dataframe-transforms} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Preview {dataframe-transforms}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[put-data-frame-transform]]
|
||||
=== Create {dataframe-transforms} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Create {dataframe-transforms}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[start-data-frame-transform]]
|
||||
=== Start {dataframe-transforms} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Start {dataframe-transforms}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[stop-data-frame-transform]]
|
||||
=== Stop {dataframe-transforms} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Stop {dataframe-transforms}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[ilm-get-status]]
|
||||
=== Get {ilm} status API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Get {ilm} status</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[ilm-start]]
|
||||
=== Start {ilm} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Start {ilm}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="basic"]
|
||||
[[ilm-stop]]
|
||||
=== Stop {ilm} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Stop {ilm}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[ml-delete-datafeed]]
|
||||
=== Delete {dfeeds} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Delete {dfeeds}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[ml-get-datafeed-stats]]
|
||||
=== Get {dfeed} statistics API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Get {dfeed} statistics</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[ml-get-datafeed]]
|
||||
=== Get {dfeeds} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Get {dfeeds}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[get-ml-info]]
|
||||
=== Get machine learning info API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Get {ml} info</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[ml-preview-datafeed]]
|
||||
=== Preview {dfeeds} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Preview {dfeeds}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[ml-put-datafeed]]
|
||||
=== Create {dfeeds} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Create {dfeeds}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[ml-start-datafeed]]
|
||||
=== Start {dfeeds} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Start {dfeeds}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[ml-stop-datafeed]]
|
||||
=== Stop {dfeeds} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Stop {dfeeds}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="platinum"]
|
||||
[[ml-update-datafeed]]
|
||||
=== Update {dfeeds} API
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Update {dfeeds}</titleabbrev>
|
||||
++++
|
||||
|
@ -2,6 +2,8 @@
|
||||
[testenv="gold"]
|
||||
[[configuring-metricbeat]]
|
||||
=== Collecting {es} monitoring data with {metricbeat}
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>Collecting monitoring data with {metricbeat}</titleabbrev>
|
||||
++++
|
||||
|
@ -1,6 +1,8 @@
|
||||
[role="xpack"]
|
||||
[[notification-settings]]
|
||||
=== {watcher} settings in Elasticsearch
|
||||
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>{watcher} settings</titleabbrev>
|
||||
++++
|
||||
|
Loading…
x
Reference in New Issue
Block a user