litellm/docs/my-website
2025-10-09 07:25:25 -07:00
..
docs Merge branch 'main' into litellm_dev_10_08_2025_p2 2025-10-08 19:27:24 -07:00
img docs key rotations 2025-10-04 18:29:01 -07:00
release_notes docs fix 2025-10-04 18:32:45 -07:00
src Add GPT-5 Pro model configuration and documentation (#15258) 2025-10-06 19:43:40 -07:00
static Update docs to reflect session management for all models (#14914) 2025-09-25 15:45:13 -07:00
.gitignore Inkeep searchbar and chat added to the Docs (#12030) 2025-06-26 10:13:42 -07:00
babel.config.js
Dockerfile
docusaurus.config.js [Docs] Add docs on how router / cooldowns work (#13444) 2025-08-08 15:13:37 -07:00
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 docs: refactor to have function call / computer use / etc. on top level 2025-10-09 07:25:25 -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.