diff --git a/conf.yaml b/conf.yaml index ed151d184966..b79046d85e32 100644 --- a/conf.yaml +++ b/conf.yaml @@ -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 @@ -124,6 +125,28 @@ variables: toc_extra: extra/docs_landing.html contents: + - title: Serverless + sections: + - title: Serverless + prefix: en/serverless + current: main + branches: [ main ] + live: [ main ] + 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 diff --git a/doc_build_aliases.sh b/doc_build_aliases.sh index 698c298018e4..0d201e7a7f38 100644 --- a/doc_build_aliases.sh +++ b/doc_build_aliases.sh @@ -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'