Skip to content

Commit e8714f1

Browse files
authored
[DOCS] Add API docs feedback link (#2805)
1 parent aafa86e commit e8714f1

File tree

3 files changed

+8
-62476
lines changed

3 files changed

+8
-62476
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ output/schema/schema
6464

6565
# Test suite outputs
6666
compiler/test/**/output/
67+
68+
# Temporary openAPI files
69+
output/openapi/elasticsearch-serverless-openapi.tmp.json
70+
output/openapi/elasticsearch-serverless-openapi.examples.json

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ info:
55
version: 0.0.1
66
actions:
77
- target: '$.info'
8-
description: Add a document description
8+
description: Add a document description and feedback link
99
update:
1010
description: >
1111
**Technical preview**
1212
This functionality is in technical preview and may be changed or removed in a future release.
1313
Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
14+
x-feedbackLink:
15+
label: Feedback
16+
url: https://github.com/elastic/docs-content/issues/new?assignees=&labels=feedback%2Ccommunity&projects=&template=api-feedback.yaml&title=%5BFeedback%5D%3A+
1417
- target: "$.components['requestBodies']['async_search.submit']"
1518
description: "Add example for asynch search submit request"
1619
update:

0 commit comments

Comments
 (0)