Skip to content

Commit d6a59e0

Browse files
committed
Merge branch 'main' into ip-location-apis
2 parents 9aca24c + e9a5ad8 commit d6a59e0

File tree

14 files changed

+1190
-436
lines changed

14 files changed

+1190
-436
lines changed

compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"lint": "ts-standard src",
88
"lint:fix": "ts-standard --fix src",
9-
"format:check": "prettier --config .prettierrc.json --check ../specification/",
10-
"format:fix": "prettier --config .prettierrc.json --write ../specification/",
9+
"format:check": "prettier --config .prettierrc.json --loglevel warn --check ../specification/",
10+
"format:fix": "prettier --config .prettierrc.json --loglevel warn --write ../specification/",
1111
"generate-schema": "ts-node src/index.ts",
1212
"transform-expand-generics": "ts-node src/transform/expand-generics.ts",
1313
"transform-to-openapi": "ts-node src/transform/schema-to-openapi.ts",

docs/overlays/elasticsearch-serverless-openapi-overlays.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ actions:
99
update:
1010
title: Elasticsearch Serverless API
1111
description: >
12-
**Technical preview**
13-
This functionality is in technical preview and may be changed or removed in a future release.
14-
Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
15-
1612
## Documentation source and versions
1713
1814
This documentation is derived from the `main` branch of the [elasticsearch-specification](https://github.com/elastic/elasticsearch-specification) repository.
@@ -22,9 +18,4 @@ actions:
2218
url: 'https://creativecommons.org/licenses/by-nc-nd/4.0/'
2319
x-feedbackLink:
2420
label: Feedback
25-
url: https://github.com/elastic/docs-content/issues/new?assignees=&labels=feedback%2Ccommunity&projects=&template=api-feedback.yaml&title=%5BFeedback%5D%3A+
26-
# Temporarily mark all operations as beta
27-
- target: "$.paths[*]['get','put','post','delete','options','head','patch','trace']"
28-
description: Add x-beta
29-
update:
30-
x-beta: true
21+
url: https://github.com/elastic/docs-content/issues/new?assignees=&labels=feedback%2Ccommunity&projects=&template=api-feedback.yaml&title=%5BFeedback%5D%3A+

output/openapi/elasticsearch-openapi.json

Lines changed: 191 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)