litellm/docs/my-website
2024-10-17 22:42:29 -07:00
..
blog/2021-08-26-welcome
docs docs(user_keys.md): add regex doc for clientside auth params 2024-10-17 22:42:29 -07:00
img [Feat] Observability integration - Opik by Comet (#6062) 2024-10-10 18:27:50 +05:30
src remove ask mode (#6271) 2024-10-16 22:01:50 -07:00
static
.gitignore
babel.config.js
Dockerfile
docusaurus.config.js update (#6160) 2024-10-11 19:18:56 +05:30
index.md
package-lock.json bump (#6187) 2024-10-14 18:22:54 +05:30
package.json bump (#6187) 2024-10-14 18:22:54 +05:30
README.md
sidebars.js LiteLLM Minor Fixes & Improvements (10/15/2024) (#6242) 2024-10-16 07:32:06 -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.