Skip to content

Commit de6e195

Browse files
committed
Add search config parameters and metadataGlobs
1 parent d95a83d commit de6e195

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

redocly.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ responseHeaders:
2323
'/@l10n/es-ES/**':
2424
- name: X-Robots-Tag
2525
value: noindex
26+
search:
27+
engine: typesense
28+
ai:
29+
hide: false
30+
prompt: "How can I help you today?"
31+
metadataGlobs:
32+
'docs/**':
33+
redocly_category: Documentation
34+
'blog/**':
35+
redocly_category: Blog
36+
'resources/**':
37+
redocly_category: Resources
38+
'community/**':
39+
redocly_category: Community
2640
seo:
2741
siteUrl: https://xrpl.org/
2842
rbac:
@@ -62,8 +76,6 @@ links:
6276
rel: stylesheet
6377
- href: https://www.unpkg.com/@xrpl/ai-css/xrplai.css
6478
rel: stylesheet
65-
- href: https://cdn.jsdelivr.net/npm/@docsearch/css@3
66-
rel: stylesheet
6779

6880
logo:
6981
srcSet: ./static/img/XRPLedger_DevPortal-black.svg light ./static/img/XRPLedger_DevPortal-white.svg dark

0 commit comments

Comments
 (0)