Skip to content

Commit

Permalink
[8.15] [OAS][DOCS] Add feedback links for Kibana APIs (#191145) (#191231
Browse files Browse the repository at this point in the history
)

# Backport

This will backport the following commits from `main` to `8.15`:
- [[OAS][DOCS] Add feedback links for Kibana APIs
(#191145)](#191145)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-08-23T20:46:12Z","message":"[OAS][DOCS]
Add feedback links for Kibana APIs
(#191145)","sha":"0770e947e27ddbc7ebc5fe6ad19e59b60ac335e1","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:prev-minor","v8.16.0"],"number":191145,"url":"https://github.com/elastic/kibana/pull/191145","mergeCommit":{"message":"[OAS][DOCS]
Add feedback links for Kibana APIs
(#191145)","sha":"0770e947e27ddbc7ebc5fe6ad19e59b60ac335e1"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191145","number":191145,"mergeCommit":{"message":"[OAS][DOCS]
Add feedback links for Kibana APIs
(#191145)","sha":"0770e947e27ddbc7ebc5fe6ad19e59b60ac335e1"}}]}]
BACKPORT-->
  • Loading branch information
lcawl committed Aug 23, 2024
1 parent f9519b7 commit 95911bd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,14 @@ x-pack/test/security_api_integration/plugins/audit_log/audit.log
# ignore FTR temp directory
.ftr
role_users.json

# Ignore temporary and serverless files in oas_docs
oas_docs/output/kibana.serverless.tmp1.yaml
oas_docs/output/kibana.serverless.tmp2.yaml
oas_docs/output/kibana.tmp1.yaml
oas_docs/output/kibana.tmp2.yaml
oas_docs/output/kibana.new.yaml
oas_docs/output/kibana.serverless.yaml
oas_docs/output/kibana.serverless.new.yaml
oas_docs/output/kibana.serverless.yaml
oas_docs/kibana.info.serverless.yaml
3 changes: 3 additions & 0 deletions oas_docs/kibana.info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ info:
url: https://www.elastic.co/licensing/elastic-license
contact:
name: Kibana Team
x-feedbackLink:
label: Feedback
url: https://github.com/elastic/docs-content/issues/new?assignees=&labels=feedback%2Ccommunity&projects=&template=api-feedback.yaml&title=%5BFeedback%5D%3A+
servers:
- url: https://{kibana_url}
variables:
Expand Down
4 changes: 4 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ info:
url: 'https://www.elastic.co/licensing/elastic-license'
title: Kibana APIs
version: 1.0.2
x-feedbackLink:
label: Feedback
url: >-
https://github.com/elastic/docs-content/issues/new?assignees=&labels=feedback%2Ccommunity&projects=&template=api-feedback.yaml&title=%5BFeedback%5D%3A+
servers:
- url: 'https://{kibana_url}'
variables:
Expand Down
3 changes: 1 addition & 2 deletions oas_docs/overlays/kibana.overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ actions:
type: http
scheme: basic
- target: '$'
description: Add document-level security.
description: Add missing document-level security.
update:
security:
- apiKeyAuth: []
- basicAuth: []
# Add an introduction to spaces
- target: '$'
Expand Down

0 comments on commit 95911bd

Please sign in to comment.