Skip to content
/ docs Public

Globally distributed compute in the cloud built for production.

Notifications You must be signed in to change notification settings

runpod/docs

Repository files navigation

Website

This website is built using Docusaurus, 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

Linting

To lint a specific folder or file, run:

vale path/to/docs/
# or
vale path/to/*.md

To lint the entire repo, run:

yarn lint

Format Python code examples

Install blacken-docs.

python -m pip install blacken-docs

Run the formatter.

git ls-files -z -- '*.md' | xargs -0 blacken-docs

Update CPU and GPUs

yarn gpu-types
yarn cpu-types