mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Include autoscaling APIs in API docs (#54603)
This commit adds a top-level link to the autoscaling API reference page to the API docs. Additionally, we add a conditional guard on the API pages to only include them in development builds of the docs.
This commit is contained in:
parent
bf4857d9e0
commit
bd6b383926
@ -11,6 +11,9 @@ We are working on including more {es} APIs in this section. Some content might
|
||||
not be included yet.
|
||||
|
||||
* <<api-conventions, API conventions>>
|
||||
ifdef::permanently-unreleased-branch[]
|
||||
* <<autoscaling-apis, Autoscaling APIs>>
|
||||
endif::[]
|
||||
* <<cat, cat APIs>>
|
||||
* <<cluster, Cluster APIs>>
|
||||
* <<ccr-apis,{ccr-cap} APIs>>
|
||||
@ -36,7 +39,9 @@ not be included yet.
|
||||
--
|
||||
|
||||
include::{es-repo-dir}/api-conventions.asciidoc[]
|
||||
ifdef::permanently-unreleased-branch[]
|
||||
include::{es-repo-dir}/autoscaling/apis/autoscaling-apis.asciidoc[]
|
||||
endif::[]
|
||||
include::{es-repo-dir}/cat.asciidoc[]
|
||||
include::{es-repo-dir}/cluster.asciidoc[]
|
||||
include::{es-repo-dir}/ccr/apis/ccr-apis.asciidoc[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user