Skip to content

Commit d8c25be

Browse files
committed
Re-add "mapped-pages" to troubleshooting docs
1 parent 4453b55 commit d8c25be

File tree

6 files changed

+13
-2
lines changed

6 files changed

+13
-2
lines changed

docs/docset.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ toc:
99
- toc: reference
1010
- toc: release-notes
1111
subs:
12-
serverless-full: "Elastic Cloud Serverless"
13-
es3: "Elasticsearch Serverless"
1412
es: "Elasticsearch"
1513
version: "9.0.0"
1614
# Not used by docs-builder, but present in `% :::{include-bloc}` preprocessing directives (see IncludeExpander.java)

docs/reference/troubleshooting/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
mapped_pages:
3+
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/troubleshooting.html
4+
---
5+
16
# Troubleshooting
27

38
## Exceptions

docs/reference/troubleshooting/io-reactor-errors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
navigation_title: IOReactor errors
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/io-reactor-errors.html
35
---
46

57
# Apache http-client I/O reactor errors

docs/reference/troubleshooting/missing-required-property.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
navigation_title: Missing required property
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/missing-required-property.html
35
---
46

57
# Missing required property exception in a response

docs/reference/troubleshooting/no-such-method-request-options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
navigation_title: "NoSuchMethodError: removeHeader"
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/no-such-method-request-options.html
35
---
46

57
# `NoSuchMethodError` when creating a client

docs/reference/troubleshooting/serialize-without-typed-keys.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
navigation_title: Serializing without typed keys
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/serialize-without-typed-keys.html
35
---
46

57
# Serializing aggregations and suggestions without typed keys

0 commit comments

Comments
 (0)