diff --git a/docs/my-website/docusaurus.config.js b/docs/my-website/docusaurus.config.js index 09496693f52..090a8d0ebb5 100644 --- a/docs/my-website/docusaurus.config.js +++ b/docs/my-website/docusaurus.config.js @@ -37,6 +37,17 @@ const config = { disableInDev: false, }, ], + [ + '@docusaurus/plugin-content-blog', + { + id: 'release_notes', + path: './release_notes', // Folder where your release notes are stored + routeBasePath: '/release_notes', // URL path for the release notes + include: ['**/*.md', '**/*.mdx'], // Files to include + // Other blog options + }, + ], + () => ({ name: 'cripchat', injectHtmlTags() { @@ -115,7 +126,7 @@ const config = { label: 'Hosted', to: "docs/hosted" }, - {to: 'blog', label: 'Release Notes', position: 'left'}, + { to: '/release_notes', label: 'Release Notes', position: 'left' }, { href: 'https://models.litellm.ai/', label: '💸 LLM Model Cost Map', diff --git a/docs/my-website/blog/v1.55.8-stable/index.md b/docs/my-website/release_notes/v1.55.8-stable/index.md similarity index 76% rename from docs/my-website/blog/v1.55.8-stable/index.md rename to docs/my-website/release_notes/v1.55.8-stable/index.md index f1809cd2f75..3f70f63f516 100644 --- a/docs/my-website/blog/v1.55.8-stable/index.md +++ b/docs/my-website/release_notes/v1.55.8-stable/index.md @@ -1,6 +1,6 @@ # v1.55.8-stable -A new LiteLLM Stable release just went out. Here are 5 updates since v1.52.2-stable. +A new LiteLLM Stable release [just went out](https://github.com/BerriAI/litellm/releases/tag/v1.55.8-stable). Here are 5 updates since v1.52.2-stable. ## Langfuse Prompt Management @@ -22,7 +22,7 @@ Pass in prompts specific to model when doing fallbacks. [Start here](https://doc ## ✨ Azure Data Lake Storage Support Send LLM usage (spend, tokens) data to [Azure Data Lake](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction). This makes it easy to consume usage data on other services (eg. Databricks) - [Start here](https://docs.litellm.ai/docs/logging/azure_data_lake_storage) + [Start here](https://docs.litellm.ai/docs/proxy/logging#azure-blob-storage) ## Docker Run LiteLLM @@ -33,3 +33,7 @@ docker run \ ghcr.io/berriai/litellm:litellm_stable_release_branch-v1.55.8-stable ``` +## Get Daily Updates + +LiteLLM ships new releases every day. [Follow us on LinkedIn](https://www.linkedin.com/company/berri-ai/) to get daily updates. +