litellm/docs/my-website
2023-08-28 14:57:34 +02:00
..
blog/2021-08-26-welcome Create index.md 2023-08-17 16:21:15 -07:00
docs feat: added support for OPENAI_API_BASE 2023-08-28 14:57:34 +02:00
img update docs 2023-08-26 12:33:47 -07:00
src update docs 2023-08-25 17:02:43 -07:00
static v1 2023-08-17 15:31:20 -07:00
.gitignore updating docs 2023-08-12 11:30:32 -07:00
babel.config.js updating docs 2023-08-12 11:30:32 -07:00
docusaurus.config.js update dashboard tutorial 2023-08-24 15:39:41 -07:00
index.md fix keys 2023-08-17 16:13:52 -07:00
package-lock.json update to docs 2023-08-23 11:55:42 -07:00
package.json added lunr search bar in docs 2023-08-23 16:04:05 +05:30
README.md updating docs 2023-08-12 11:30:32 -07:00
sidebars.js updates to docs 2023-08-27 22:26:17 -07:00
yarn.lock update to docs 2023-08-23 11:55:42 -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.