Skip to content

Commit

Permalink
add search ui to config (elastic#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis authored and naemono committed Dec 18, 2024
1 parent d2f69d2 commit cd4ebbe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ repos:
logstash-docs: https://github.com/elastic/logstash-docs.git
observability-docs: https://github.com/elastic/observability-docs.git
package-spec: https://github.com/elastic/package-spec.git
search-ui: https://github.com/elastic/search-ui.git
security-docs: https://github.com/elastic/security-docs.git
sense: https://github.com/elastic/sense.git
stack-docs: https://github.com/elastic/stack-docs.git
Expand Down Expand Up @@ -126,6 +127,24 @@ variables:

toc_extra: extra/docs_landing.html
contents:
- title: Search UI
sections:
- title: Search UI
prefix: en/search-ui
current: main
branches: [ main ]
# Uncomment next line when content is ready
# live: [ main ]
# Remove next line when content is ready
noindex: 1
index: docs/index.asciidoc
chunk: 3
tags: Search UI/Guide
subject: Search UI
sources:
-
repo: search-ui
path: docs
- title: Integrations
sections:
- title: Integrations
Expand Down
3 changes: 3 additions & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ alias docbldserverless='$GIT_HOME/docs/build_docs --doc $GIT_HOME/docs-content/s
# Integrations
alias docbldintegration='$GIT_HOME/docs/build_docs --doc $GIT_HOME/integration-docs/dist/index.asciidoc --chunk 2'

# Search UI
alias docbldsearchui='$GIT_HOME/docs/build_docs --doc $GIT_HOME/search-ui/docs/index.asciidoc --chunk 3'

# Elasticsearch
alias docbldesx='$GIT_HOME/docs/build_docs --doc $GIT_HOME/elasticsearch/docs/reference/index.asciidoc --chunk 1'

Expand Down

0 comments on commit cd4ebbe

Please sign in to comment.