From 09000d4b66d9afbb29b07db0301a77131997659f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 9 Aug 2024 18:03:37 -0700 Subject: [PATCH] docs add migration policy --- docs/my-website/docs/migration_policy.md | 19 +++++++++++++++++++ docs/my-website/sidebars.js | 1 + 2 files changed, 20 insertions(+) create mode 100644 docs/my-website/docs/migration_policy.md diff --git a/docs/my-website/docs/migration_policy.md b/docs/my-website/docs/migration_policy.md new file mode 100644 index 000000000..3b54efb84 --- /dev/null +++ b/docs/my-website/docs/migration_policy.md @@ -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** \ No newline at end of file diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 58eebdc2c..8883d4f32 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -264,6 +264,7 @@ const sidebars = { items: [ "extras/contributing", "data_security", + "migration_policy", "contributing", "rules", "proxy_server",