Use section headers for shared types

This commit is contained in:
Josh Mock
2024-11-19 12:23:01 -06:00
parent 6151aab208
commit ab21735b57
469 changed files with 2639 additions and 2850 deletions

View File

@ -46,8 +46,8 @@ Provides a snapshot of the number of shards allocated to each data node and thei
[source,ts]
----
interface CatAllocationRequest extends CatCatRequestBase {
node_id?: <<shared-type-node-ids, NodeIds>>
bytes?: <<shared-type-bytes, Bytes>>
node_id?: <<NodeIds>>
bytes?: <<Bytes>>
}
----