mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs: clarify and improve logo customization section in admin UI docs (side-by-side images, explanation)
This commit is contained in:
parent
e73c558533
commit
3d7ee67aaa
1 changed files with 7 additions and 0 deletions
|
|
@ -235,6 +235,13 @@ Example setting a local image (on your container)
|
|||
```shell
|
||||
UI_LOGO_PATH="ui_images/logo.jpg"
|
||||
```
|
||||
|
||||
#### Or set your logo directly from Admin UI:
|
||||
<div style={{ display: 'flex', gap: '12px', alignItems: 'center' }}>
|
||||
<Image img={require('../../img/admin_settings_ui_theme.png')} />
|
||||
<Image img={require('../../img/admin_settings_ui_theme_logo.png')} />
|
||||
</div>
|
||||
|
||||
#### Set Custom Color Theme
|
||||
- Navigate to [/enterprise/enterprise_ui](https://github.com/BerriAI/litellm/blob/main/enterprise/enterprise_ui/_enterprise_colors.json)
|
||||
- Inside the `enterprise_ui` directory, rename `_enterprise_colors.json` to `enterprise_colors.json`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue