mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Removes Serverless API x-beta overlay (#215587)
This commit is contained in:
parent
1dd1ec5870
commit
bce77d761a
3 changed files with 1 additions and 352 deletions
|
@ -34,7 +34,7 @@ rules:
|
|||
operation-4xx-response: off
|
||||
operation-2xx-response: off
|
||||
# Schema
|
||||
spec: off
|
||||
struct: off
|
||||
spec-strict-refs: off
|
||||
# Tags
|
||||
operation-tag-defined: off
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -15,11 +15,6 @@ actions:
|
|||
variables:
|
||||
kibana_url:
|
||||
default: <KIBANA_URL>
|
||||
# Mark all operations as beta
|
||||
- target: "$.paths[*]['get','put','post','delete','options','head','patch','trace']"
|
||||
description: Add x-beta
|
||||
update:
|
||||
x-beta: true
|
||||
# Add some tag descriptions and displayNames
|
||||
- target: '$.tags[?(@.name=="alerting")]'
|
||||
description: Change tag description and displayName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue