Skip to content
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

Add AsciiDoc serverless docs #3096

Merged
23 changes: 23 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ repos:
cloud-assets: https://github.com/elastic/cloud-assets.git
cloud-on-k8s: https://github.com/elastic/cloud-on-k8s.git
curator: https://github.com/elastic/curator.git
docs-content: https://github.com/elastic/docs-content.git
ecctl: https://github.com/elastic/ecctl.git
ecs: https://github.com/elastic/ecs.git
ecs-dotnet: https://github.com/elastic/ecs-dotnet.git
Expand Down Expand Up @@ -124,6 +125,28 @@ variables:

toc_extra: extra/docs_landing.html
contents:
- title: Serverless
sections:
- title: Serverless
prefix: en/serverless
current: mdx-to-asciidoc
branches: [ mdx-to-asciidoc ]
live: [ mdx-to-asciidoc ]
colleenmcginnis marked this conversation as resolved.
Show resolved Hide resolved
index: serverless/index.asciidoc
chunk: 5
tags: Serverless/Guide
subject: Serverless
sources:
-
repo: docs-content
path: serverless
-
repo: observability-docs
path: docs/en/serverless
-
repo: security-docs
path: docs/serverless

- title: Search
sections:
- title: Elasticsearch Guide
Expand Down
3 changes: 3 additions & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# source $GIT_HOME/docs/doc_build_aliases.sh
#

# Serverless
alias docbldserverless='$GIT_HOME/docs/build_docs --doc $GIT_HOME/docs-content/serverless/index.asciidoc --chunk 5 --open --resource $GIT_HOME/observability-docs/docs/en/serverless --resource $GIT_HOME/security-docs/docs/serverless --resource $GIT_HOME/docs-content/serverless'

# Elasticsearch
alias docbldesx='$GIT_HOME/docs/build_docs --doc $GIT_HOME/elasticsearch/docs/reference/index.asciidoc --chunk 1'

Expand Down