Skip to content

Commit ef0b2ae

Browse files
authored
Add gke-on-prem docs to conf.yaml and aliases (#811)
1 parent ebc4481 commit ef0b2ae

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

conf.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,20 @@ contents:
158158
-
159159
repo: azure-marketplace
160160
path: docs
161+
-
162+
title: Combining logs and metrics from Google Cloud's Anthos GKE On-Prem with traditional on premises systems in the Elastic Stack
163+
prefix: en/elastic-stack-gke
164+
current: master
165+
index: docs/en/gke-on-prem/index.asciidoc
166+
branches: [ master ]
167+
chunk: 1
168+
tags: Elastic Stack/Google
169+
subject: Elastic Stack
170+
asciidoctor: true
171+
sources:
172+
-
173+
repo: stack-docs
174+
path: docs/en/gke-on-prem
161175
-
162176
title: Elasticsearch: Store, Search, and Analyze
163177
sections:

doc_build_aliases.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,6 @@ alias docbldx='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/x-pack/docs/en/index
150150

151151
# ECS
152152
alias docbldecs='$GIT_HOME/docs/build_docs.pl --doc $GIT_HOME/ecs/docs/index.asciidoc --chunk 1'
153+
154+
# GKE
155+
alias docbldgke='$GIT_HOME/docs/build_docs --asciidoctor --doc $GIT_HOME/stack-docs/docs/en/gke-on-prem/index.asciidoc --chunk 1'

0 commit comments

Comments
 (0)