litellm/docs/my-website
2026-02-09 10:51:50 +05:30
..
blog Add inference based costing 2026-02-09 10:51:50 +05:30
docs UI contributing and trouble shooting docs 2026-02-07 15:11:49 -08:00
img Merge remote-tracking branch 'origin' into docs_yj_feb7 2026-02-07 14:40:21 -08:00
release_notes docs: add callback registration optimization to v1.81.9 release notes (#20681) 2026-02-07 17:09:45 -08:00
src docs: add middleware performance blog post (#20677) 2026-02-07 17:36:53 -08:00
static
.gitignore
.trivyignore
babel.config.js
Dockerfile
docusaurus.config.js
index.md
package-lock.json Overriding lodash-es with version 4.17.23 in docs 2026-01-22 12:13:40 -08:00
package.json Overriding lodash-es with version 4.17.23 in docs 2026-01-22 12:13:40 -08:00
README.md
sidebars.js reorganize admin UI docs 2026-02-07 15:20:24 -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.