Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
4 changes: 4 additions & 0 deletions config/assembler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ references:
detection-rules:
checkout_strategy: full

# @elastic/obs-docs
autoops-insights:
sparse_paths: ["generated/docs"]

# @elastic/docs-engineering
docs-builder:
current: 9.0
Expand Down
5 changes: 5 additions & 0 deletions config/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,11 @@ toc:
- toc: docs-content://reference/machine-learning
path_prefix: reference/machine-learning

# AutoOps insights
# https://github.com/elastic/autoops-insights/blob/main/generated/docs/elasticsearch/toc.yml
- toc: autoops-insights://elasticsearch
path_prefix: reference/autoops-insights

# Search UI
# https://github.com/elastic/search-ui/blob/main/docs/reference/toc.yml
- toc: search-ui://reference
Expand Down
Loading