From e4365a1a4d5b262e82962676d4465452091b680c Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 12 Nov 2024 13:58:53 -0800 Subject: [PATCH] [OpenAPI] Update branch detail in API introduction --- oas_docs/kibana.info.yaml | 2 +- oas_docs/makefile | 6 +++--- oas_docs/output/kibana.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/oas_docs/kibana.info.yaml b/oas_docs/kibana.info.yaml index aa4119df7f61d..b2bd80ae2c688 100644 --- a/oas_docs/kibana.info.yaml +++ b/oas_docs/kibana.info.yaml @@ -29,7 +29,7 @@ info: ## Documentation source and versions - This documentation is derived from the `main` branch of the [kibana](https://github.com/elastic/kibana) repository. + This documentation is derived from the `8.16` branch of the [kibana](https://github.com/elastic/kibana) repository. It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/). version: '1.0.2' x-doc-license: diff --git a/oas_docs/makefile b/oas_docs/makefile index 52b381ee33f63..f0f58b5e61747 100644 --- a/oas_docs/makefile +++ b/oas_docs/makefile @@ -30,7 +30,7 @@ api-docs-lint-stateful: ## Run redocly API docs linter on kibana.yaml @npx @redocly/cli lint "output/kibana.yaml" --config "linters/redocly.yaml" --format stylish --max-problems 500 .PHONY: api-docs-overlay -api-docs-overlay: ## Run spectral API docs linter on kibana.serverless.yaml +api-docs-overlay: ## Run spectral API docs linter on kibana.yaml @npx bump overlay "output/kibana.yaml" "overlays/kibana.overlays.yaml" > "output/kibana.tmp1.yaml" @npx bump overlay "output/kibana.tmp1.yaml" "overlays/alerting.overlays.yaml" > "output/kibana.tmp2.yaml" @npx bump overlay "output/kibana.tmp2.yaml" "overlays/connectors.overlays.yaml" > "output/kibana.tmp3.yaml" @@ -39,11 +39,11 @@ api-docs-overlay: ## Run spectral API docs linter on kibana.serverless.yaml rm output/kibana.tmp*.yaml .PHONY: api-docs-preview -api-docs-preview: ## Generate a preview for kibana.yaml and kibana.serverless.yaml +api-docs-preview: ## Generate a preview for kibana.yaml @npx bump preview "output/kibana.yaml" .PHONY: api-docs-overlay-preview -api-docs-overlay-preview: ## Generate a preview for kibana.new.yaml and kibana.serverless.new.yaml +api-docs-overlay-preview: ## Generate a preview for kibana.new.yaml @npx bump preview "output/kibana.new.yaml" help: ## Display help diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index b672704e2b053..eb652623d8340 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -55,7 +55,7 @@ info: ## Documentation source and versions - This documentation is derived from the `main` branch of the + This documentation is derived from the `8.16` branch of the [kibana](https://github.com/elastic/kibana) repository. It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0