Improvements to get docs to build

This commit is contained in:
Josh Mock
2024-12-04 11:54:14 -06:00
parent bd5c3d98fa
commit 1fde515fcf
581 changed files with 18074 additions and 26998 deletions

View File

@ -24,17 +24,22 @@
|| ||
===========================================================================================================================
////////
++++
<style>
.lang-ts a.xref {
text-decoration: underline !important;
}
</style>
++++
[discrete]
[[client.ccr.getAutoFollowPattern]]
=== client.ccr.getAutoFollowPattern
== client.ccr.getAutoFollowPattern
Gets configured auto-follow patterns. Returns the specified auto-follow pattern collection.
{ref}/ccr-get-auto-follow-pattern.html[{es} documentation]
[discrete]
==== Function signature
== Function signature
[source,ts]
----
@ -42,32 +47,24 @@ Gets configured auto-follow patterns. Returns the specified auto-follow pattern
----
[discrete]
==== Request
=== Request
[pass]
++++
<pre>
++++
[source,ts,subs=+macros]
----
interface CcrGetAutoFollowPatternRequest extends <<RequestBase>> {
name?: <<Name>>
}
[pass]
++++
</pre>
++++
[discrete]
==== Response
----
[pass]
++++
<pre>
++++
[discrete]
=== Response
[source,ts,subs=+macros]
----
interface CcrGetAutoFollowPatternResponse {
patterns: CcrGetAutoFollowPatternAutoFollowPattern[]
}
[pass]
++++
</pre>
++++
----