Skip to content

717 - Update config files for k8s #863

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 15 commits into from
May 20, 2019
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
16 changes: 16 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ repos:
x-pack-elasticsearch: https://github.com/elastic/x-pack-elasticsearch.git
x-pack-kibana: https://github.com/elastic/x-pack-kibana.git
x-pack-logstash: https://github.com/elastic/x-pack-logstash.git
cloud-on-k8s: https://github.com/elastic/cloud-on-k8s.git

contents_title: Elastic Stack and Product Documentation

Expand Down Expand Up @@ -525,6 +526,21 @@ contents:
path: docs/shared
exclude_branches: [ 1.0 ]

-
title: Elastic Cloud on Kubernetes
prefix: en/cloud-on-k8s
tags: Kubernetes/Reference
subject: ECK
current: 0.8
branches: [ 0.8, master ]
index: docs/index.asciidoc
single: 1
public: 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this one.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you build it with Asciidoctor with asciidoctor: true? I figure we should try and get all the new things on Asciidoctor.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where exactly do I need to add asciidoctor: true?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you replace this line with asciidoctor: true then it'll build with asciidoctor. public: 1 doesn't look like it does anything.

sources:
-
repo: cloud-on-k8s
path: docs/

-
title: Kibana: Explore, Visualize, and Share
sections:
Expand Down
2 changes: 2 additions & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ alias docbldec='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud/docs/saas/index.

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

alias docbldk8s='$GIT_HOME/docs/build_docs --doc $GIT_HOME/cloud-on-k8s/docs/index.asciidoc --resource $GIT_HOME/cloud/docs/shared --single'

# Beats
alias docbldbpr='$GIT_HOME/docs/build_docs --doc $GIT_HOME/beats/libbeat/docs/index.asciidoc --chunk 1'

Expand Down