litellm/docs/my-website
Ishaan Jaff b09075da53
Merge pull request #3577 from BerriAI/litellm_add_triton_server
[Feat] Add Triton Embeddings to LiteLLM
2024-05-10 19:20:23 -07:00
..
blog/2021-08-26-welcome
docs Merge pull request #3577 from BerriAI/litellm_add_triton_server 2024-05-10 19:20:23 -07:00
img docs(openmeter.md): add openmeter to docs 2024-05-01 18:31:45 -07:00
src Fixed typo in token_usage.md 2024-04-25 09:47:25 +02:00
static
.gitignore
babel.config.js
Dockerfile
docusaurus.config.js docs(hosted.md): add hosted proxy info to docs 2024-04-20 09:30:28 -07:00
index.md
package-lock.json
package.json
README.md
sidebars.js docs triton embeddings support 2024-05-10 19:08:15 -07:00
yarn.lock

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.