docs add migration policy

This commit is contained in:
Ishaan Jaff 2024-08-09 18:03:37 -07:00
parent 9f0a05d406
commit 09000d4b66
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Migration Policy
## New Beta Feature Introduction
- If we introduce a new feature that may move to the Enterprise Tier it will be clearly labeled as **Beta**. With the following example disclaimer
**Example Disclaimer**
:::info
Beta Feature - This feature might move to LiteLLM Enterprise
:::
## Policy if a Beta Feature moves to Enterprise
If we decide to move a beta feature to the paid Enterprise version we will:
- Provide **at least 30 days** notice to all users of the beta feature
- Provide **a free 3 month License to prevent any disruptions to production**

View file

@ -264,6 +264,7 @@ const sidebars = {
items: [ items: [
"extras/contributing", "extras/contributing",
"data_security", "data_security",
"migration_policy",
"contributing", "contributing",
"rules", "rules",
"proxy_server", "proxy_server",