litellm/docs/my-website
Sameer Kankute 5219b1d0c3
Merge pull request #22035 from BerriAI/litellm_openai_codex_day_0_codex_5.3
[Feat] OpenAI codex 5.3 day 0 support
2026-02-25 01:29:27 +05:30
..
blog Fix phase docs link 2026-02-25 01:21:38 +05:30
docs feat(prometheus): add opt-in stream label to litellm_proxy_total_requests_metric (#22023) 2026-02-24 11:51:42 -08:00
img Merge pull request #21950 from ryan-crabbe/docs/v1-81-14-perf-section 2026-02-23 13:13:21 -08:00
release_notes docs: add performance & reliability section to v1.81.14 release notes 2026-02-23 11:23:29 -08:00
src fix: prompt registry 2026-02-18 00:34:54 +05:30
static fix: resolve conflicts with verification e2e 2026-02-13 06:11:03 +05:30
.gitignore Inkeep searchbar and chat added to the Docs (#12030) 2025-06-26 10:13:42 -07:00
.trivyignore security fix 2025-11-14 18:43:41 -08:00
babel.config.js
Dockerfile fix docs warning (#7419) 2024-12-25 16:42:14 -08:00
docusaurus.config.js fix 2025-12-20 15:21:00 +05:30
index.md
package-lock.json fix(security): fix CVE-2025-69873 and CVE-2026-26996 in docs dependencies (#21782) 2026-02-21 10:56:11 -08:00
package.json security: fix critical/high CVEs in OS-level libs and NPM transitive 2026-02-24 19:40:09 +05:30
README.md
sidebars.js feat(realtime): guardrail hook for voice transcription (#21976) 2026-02-23 21:04:40 -08:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.