mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
docs(enterprise.md): adding enterprise support to docs
This commit is contained in:
parent
28b3ae45fa
commit
662c39e6a1
2 changed files with 21 additions and 0 deletions
15
docs/my-website/docs/enterprise.md
Normal file
15
docs/my-website/docs/enterprise.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Enterprise
|
||||||
|
|
||||||
|
LiteLLM offers dedicated enterprise support.
|
||||||
|
|
||||||
|
This covers:
|
||||||
|
- **Feature Prioritization**
|
||||||
|
- **Custom Integrations**
|
||||||
|
- **Professional Support - Dedicated discord + slack**
|
||||||
|
- **Custom SLAs**
|
||||||
|
|
||||||
|
:::info
|
||||||
|
|
||||||
|
[Talk to founders](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)
|
||||||
|
|
||||||
|
:::
|
|
@ -99,6 +99,12 @@ const config = {
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
sidebarId: 'tutorialSidebar',
|
||||||
|
position: 'left',
|
||||||
|
label: 'Enterprise',
|
||||||
|
to: "docs/enterprise"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/BerriAI/litellm',
|
href: 'https://github.com/BerriAI/litellm',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue