Files
Timothy Jaeryang Baek 1ec0ade0bd refac
2026-07-06 16:46:13 -05:00

11 lines
257 B
TOML

name = "open-webui-docs-search"
main = "src/index.mjs"
compatibility_date = "2026-07-02"
routes = [
{ pattern = "docs.openwebui.com/api/search*", zone_name = "openwebui.com" }
]
[vars]
SEARCH_CORPUS_URL = "https://docs.openwebui.com/search-corpus.json"