litellm/docs/my-website
2025-09-26 11:40:46 -07:00
..
docs fix: re-add scheduled rotations 2025-09-26 11:40:46 -07:00
img Corrected docs updates sept 2025 (#14916) 2025-09-25 15:49:19 -07:00
release_notes Update docs to reflect session management for all models (#14914) 2025-09-25 15:45:13 -07:00
src
static Update docs to reflect session management for all models (#14914) 2025-09-25 15:45:13 -07:00
.gitignore
babel.config.js
Dockerfile
docusaurus.config.js
index.md
package-lock.json Bump tar-fs from 3.0.10 to 3.1.1 in /docs/my-website (#14872) 2025-09-24 16:13:13 -07:00
package.json security fix 2025-08-20 08:35:59 -07:00
README.md
sidebars.js [Feat] Add new anthropic web fetch tool support (#14951) 2025-09-26 11:04:11 -07: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.