mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
11 lines
257 B
TOML
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"
|