Skip to content

Commit edd8c05

Browse files
address feedback from @lcawl @bmorelli25 in elastic/docs-projects#464
1 parent aadaeca commit edd8c05

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

src/docs-assembler/navigation.yml

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ toc:
174174
# JavaScript
175175
# ✅ https://github.com/elastic/elasticsearch-js/blob/main/docs/reference/toc.yml
176176
- toc: elasticsearch-js://reference
177-
path_prefix: reference/elasticsearch/clients/js
177+
path_prefix: reference/elasticsearch/clients/javascript
178178
# Children include the entire AsciiDoc book
179179

180180
# .NET
@@ -192,7 +192,7 @@ toc:
192192
# Python
193193
# ✅ https://github.com/elastic/elasticsearch-py/blob/main/docs/reference/toc.yml
194194
- toc: elasticsearch-py://reference
195-
path_prefix: reference/elasticsearch/clients/py
195+
path_prefix: reference/elasticsearch/clients/python
196196
# Children include the entire AsciiDoc book
197197

198198
# Ruby
@@ -204,14 +204,14 @@ toc:
204204
# Rust
205205
# ✅ https://github.com/elastic/elasticsearch-rs/blob/main/docs/reference/toc.yml
206206
- toc: elasticsearch-rs://reference
207-
path_prefix: reference/elasticsearch/clients/rs
207+
path_prefix: reference/elasticsearch/clients/rust
208208
# Children include the entire AsciiDoc book
209209

210210
# Community-contributed clients
211211
# 📝 TO DO: Directory depth in elasticsearch repo: would require toc 2 levels down
212212
# 🔜 https://github.com/colleenmcginnis/elasticsearch/blob/docs-assembler-prep/docs/reference/community-contributed/toc.yml
213213
- toc: elasticsearch://reference/community-contributed
214-
path_prefix: reference/elasticsearch/clients/community-contributed
214+
path_prefix: reference/elasticsearch/clients/community
215215

216216
# Ingestion tools
217217
# 🔜 https://github.com/elastic/docs-content/blob/prepare-for-assembler/reference/ingestion-tools/toc.yml
@@ -372,16 +372,30 @@ toc:
372372
path_prefix: reference/logstash
373373
# Children include the entire AsciiDoc book
374374

375-
# Logstash plugins
376-
# 📝 TO DO: Migrate all files and create toc.yml
377-
- toc: logstash-docs://reference
378-
path_prefix: reference/logstash/plugins
379-
# Children include the entire AsciiDoc book
375+
# Commenting out because these don't exist yet!!
376+
# 📝 TO DO: Get @karenzone's thoughts
377+
#
378+
# # Logstash plugins (LSR)
379+
# # 📝 TO DO: Migrate all files and create toc.yml
380+
# - toc: logstash-docs-md://lsr
381+
# path_prefix: reference/logstash/plugins
382+
# # Children include the entire AsciiDoc book
383+
384+
# # Logstash versioned plugins (VPR)
385+
# # 📝 TO DO: Migrate all files and create toc.yml
386+
# - toc: logstash-docs-md://vpr
387+
# path_prefix: reference/logstash/versioned-plugins
388+
# # Children include the entire AsciiDoc book
380389

381390
# Elastic Serverless Forwarder for AWS
382391
# ✅ https://github.com/elastic/elastic-serverless-forwarder/blob/main/docs/reference/toc.yml
392+
# 📝 TO DO: Answer the question below
393+
# This is the first URL that has "serverless" in the path. It's
394+
# https://www.elastic.co/guide/en/esf/current/aws-elastic-serverless-forwarder.html
395+
# so not really the first thing we want folks to land on if path has a lot of impact
396+
# on search results. @KOTungseth WDYT?
383397
- toc: elastic-serverless-forwarder://reference
384-
path_prefix: reference/elastic-serverless-forwarder
398+
path_prefix: reference/aws-forwarder
385399
# Children include the entire AsciiDoc book
386400

387401
# Search connectors
@@ -413,7 +427,7 @@ toc:
413427
# 📝 TO DO: Directory depth in elasticsearch repo: would require toc 2 levels down
414428
# 🔜 https://github.com/colleenmcginnis/elasticsearch/blob/docs-assembler-prep/docs/reference/elasticsearch-plugins/toc.yml
415429
- toc: elasticsearch://reference/elasticsearch-plugins
416-
path_prefix: reference/elasticsearch-plugins
430+
path_prefix: reference/elasticsearch/plugins
417431

418432
# Query languages
419433
# 📝 TO DO: Directory depth in elasticsearch repo: would require toc 2 levels down

0 commit comments

Comments
 (0)