Skip to content

Add Cloud Hosted Release Notes book #3202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,24 @@ contents:
-
repo: terraform-provider-ec
path: docs-elastic/

- title: Elastic Cloud Hosted Release Notes
prefix: en/cloud-hosted
tags: Cloud/Reference
subject: Elastic Cloud
current: master
branches: [ master ]
index: docs/saas/index.asciidoc
chunk: 1
sources:
-
repo: cloud
path: docs/saas
-
repo: docs
path: shared/attributes.asciidoc
-
repo: docs
path: shared/versions/stack/current.asciidoc
- title: Legacy Documentation
sections:
- title: Elastic Stack and Google Cloud's Anthos
Expand Down
3 changes: 3 additions & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ alias docbldcr='$GIT_HOME/docs/build_docs --doc $GIT_HOME/curator/docs/asciidoc/
# Cloud
alias docbldec='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud/docs/saas/index.asciidoc --resource=$GIT_HOME/cloud/docs/shared --chunk 1'

# Cloud Release Notes
alias docbldecrn='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud/docs/saas/index.asciidoc --chunk 1'

alias docbldess=docbldec

# Cloud - Elastic Cloud Enterprise
Expand Down
1 change: 1 addition & 0 deletions shared/attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
:docker-logging-ref: https://www.elastic.co/guide/en/beats/loggingplugin/{branch}
:esf-ref: https://www.elastic.co/guide/en/esf/{esf_version}
:kinesis-firehose-ref: https://www.elastic.co/guide/en/kinesis/{kinesis_version}
:ecctl-ref: https://www.elastic.co/guide/en/ecctl/current
///////
Elastic-level pages
///////
Expand Down