Skip to content

Commit a50dabd

Browse files
lcawlgeorgewallace
andauthored
Add Cloud Hosted Release Notes book (#3202)
Co-authored-by: George Wallace <[email protected]>
1 parent 7bd889c commit a50dabd

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

conf.yaml

+18-1
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,24 @@ contents:
22712271
-
22722272
repo: terraform-provider-ec
22732273
path: docs-elastic/
2274-
2274+
- title: Elastic Cloud Hosted Release Notes
2275+
prefix: en/cloud-hosted
2276+
tags: Cloud/Reference
2277+
subject: Elastic Cloud
2278+
current: master
2279+
branches: [ master ]
2280+
index: docs/saas/index.asciidoc
2281+
chunk: 1
2282+
sources:
2283+
-
2284+
repo: cloud
2285+
path: docs/saas
2286+
-
2287+
repo: docs
2288+
path: shared/attributes.asciidoc
2289+
-
2290+
repo: docs
2291+
path: shared/versions/stack/current.asciidoc
22752292
- title: Legacy Documentation
22762293
sections:
22772294
- title: Elastic Stack and Google Cloud's Anthos

doc_build_aliases.sh

+3
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ alias docbldcr='$GIT_HOME/docs/build_docs --doc $GIT_HOME/curator/docs/asciidoc/
143143
# Cloud
144144
alias docbldec='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud/docs/saas/index.asciidoc --resource=$GIT_HOME/cloud/docs/shared --chunk 1'
145145

146+
# Cloud Release Notes
147+
alias docbldecrn='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud/docs/saas/index.asciidoc --chunk 1'
148+
146149
alias docbldess=docbldec
147150

148151
# Cloud - Elastic Cloud Enterprise

shared/attributes.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
:docker-logging-ref: https://www.elastic.co/guide/en/beats/loggingplugin/{branch}
4848
:esf-ref: https://www.elastic.co/guide/en/esf/{esf_version}
4949
:kinesis-firehose-ref: https://www.elastic.co/guide/en/kinesis/{kinesis_version}
50+
:ecctl-ref: https://www.elastic.co/guide/en/ecctl/current
5051
///////
5152
Elastic-level pages
5253
///////

0 commit comments

Comments
 (0)