Skip to content

Commit 000d3da

Browse files
authored
717 - Update config files for k8s (#863)
* 717 - Update config files for k8s * Integrate nrichers comments * Update doc build script * Rectified path to index.asciidoc * Adds URL for cloud-on-k8s * Update config files to get one single page * Update conf.yaml * Update conf.yaml * Update conf.yaml * Update conf.yaml * Update conf.yaml Changed the prefix from k8s to cloud-on-kubernetes as per pbrc request * Update conf.yaml changed the prefix into "cloud-on-k8s"
1 parent 23c78ba commit 000d3da

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

conf.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ repos:
3939
x-pack-elasticsearch: https://github.com/elastic/x-pack-elasticsearch.git
4040
x-pack-kibana: https://github.com/elastic/x-pack-kibana.git
4141
x-pack-logstash: https://github.com/elastic/x-pack-logstash.git
42+
cloud-on-k8s: https://github.com/elastic/cloud-on-k8s.git
4243

4344
contents_title: Elastic Stack and Product Documentation
4445

@@ -525,6 +526,21 @@ contents:
525526
path: docs/shared
526527
exclude_branches: [ 1.0 ]
527528

529+
-
530+
title: Elastic Cloud on Kubernetes
531+
prefix: en/cloud-on-k8s
532+
tags: Kubernetes/Reference
533+
subject: ECK
534+
current: 0.8
535+
branches: [ 0.8, master ]
536+
index: docs/index.asciidoc
537+
single: 1
538+
public: 1
539+
sources:
540+
-
541+
repo: cloud-on-k8s
542+
path: docs/
543+
528544
-
529545
title: Kibana: Explore, Visualize, and Share
530546
sections:

doc_build_aliases.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ alias docbldec='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud/docs/saas/index.
6767

6868
alias docbldece='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud/docs/cloud-enterprise/index.asciidoc --resource=$GIT_HOME/cloud/docs/shared --chunk 1'
6969

70+
alias docbldk8s='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud-on-k8s/docs/index.asciidoc --resource $GIT_HOME/cloud/docs/shared --single'
71+
7072
# Beats
7173
alias docbldbpr='$GIT_HOME/docs/build_docs --doc $GIT_HOME/beats/libbeat/docs/index.asciidoc --chunk 1'
7274

0 commit comments

Comments
 (0)