mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
improvements
This commit is contained in:
parent
78de9424a7
commit
a540c23730
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
"@docusaurus/plugin-ideal-image": "^2.4.1",
|
||||
"@docusaurus/preset-classic": "2.4.1",
|
||||
"@getcanary/docusaurus-pagefind": "^0.0.7",
|
||||
"@getcanary/web": "^0.0.46",
|
||||
"@getcanary/web": "^0.0.47",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.2.1",
|
||||
"docusaurus": "^1.14.7",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ export default function Canary({ path }) {
|
|||
<canary-search-input slot="input"></canary-search-input>
|
||||
<canary-search-results-group
|
||||
slot="results"
|
||||
groups="SDK:*;Proxy:proxy"
|
||||
groups="SDK:*;Proxy:/docs/(simple_proxy|proxy/.*)"
|
||||
></canary-search-results-group>
|
||||
<canary-callout-discord
|
||||
slot="callout"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue