From de6e1953e9c7cfbd5e723366ad517f823ddce821 Mon Sep 17 00:00:00 2001 From: amarantha-k Date: Mon, 28 Apr 2025 16:35:08 -0700 Subject: [PATCH] Add search config parameters and metadataGlobs --- redocly.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/redocly.yaml b/redocly.yaml index b778c73714..5a4ece374d 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -23,6 +23,20 @@ responseHeaders: '/@l10n/es-ES/**': - name: X-Robots-Tag value: noindex +search: + engine: typesense + ai: + hide: false + prompt: "How can I help you today?" +metadataGlobs: + 'docs/**': + redocly_category: Documentation + 'blog/**': + redocly_category: Blog + 'resources/**': + redocly_category: Resources + 'community/**': + redocly_category: Community seo: siteUrl: https://xrpl.org/ rbac: @@ -62,8 +76,6 @@ links: rel: stylesheet - href: https://www.unpkg.com/@xrpl/ai-css/xrplai.css rel: stylesheet - - href: https://cdn.jsdelivr.net/npm/@docsearch/css@3 - rel: stylesheet logo: srcSet: ./static/img/XRPLedger_DevPortal-black.svg light ./static/img/XRPLedger_DevPortal-white.svg dark