litellm/docs/my-website
2024-10-14 18:22:54 +05:30
..
blog/2021-08-26-welcome
docs (refactor) caching use LLMCachingHandler for async_get_cache and set_cache (#6208) 2024-10-14 16:34:01 +05:30
img [Feat] Observability integration - Opik by Comet (#6062) 2024-10-10 18:27:50 +05:30
src update (#6160) 2024-10-11 19:18:56 +05:30
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 Add literalai in the sidebar observability category (#6163) 2024-10-11 19:18:47 +05:30

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.