-
Notifications
You must be signed in to change notification settings - Fork 345
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
Changes from 13 commits
86db2fd
d0d834f
2188df7
293c71e
29d0072
17d2675
4c4375b
9a7e8dc
323dff6
5e8dece
6450c5f
bd5d26c
c844b0a
79f375c
aea21cf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -525,6 +526,21 @@ contents: | |
path: docs/shared | ||
exclude_branches: [ 1.0 ] | ||
|
||
- | ||
title: Elastic Cloud on Kubernetes | ||
prefix: en/k8s | ||
tags: Kubernetes/Reference | ||
subject: ECK | ||
current: 0.8 | ||
branches: [ 0.8, master ] | ||
index: docs/index.asciidoc | ||
single: 1 | ||
public: 1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think we need this one. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you build it with Asciidoctor with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where exactly do I need to add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you replace this line with |
||
sources: | ||
- | ||
repo: cloud-on-k8s | ||
path: docs/ | ||
|
||
- | ||
title: Kibana: Explore, Visualize, and Share | ||
sections: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this prefix match the repo name?
cloud-on-k8s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.