https://github.com/runpod/docs
Globally distributed compute in the cloud built for production.
https://github.com/runpod/docs
Last synced: 8 months ago
JSON representation
Globally distributed compute in the cloud built for production.
- Host: GitHub
- URL: https://github.com/runpod/docs
- Owner: runpod
- Created: 2022-10-13T23:33:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:24:26.000Z (about 1 year ago)
- Last Synced: 2024-09-15T09:41:59.194Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://docs.runpod.io/
- Size: 6.6 MB
- Stars: 8
- Watchers: 5
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - runpod/docs - Globally distributed compute in the cloud built for production. (JavaScript)
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## Installation
```shell
yarn
```
## Local Development
```shell
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
```shell
yarn build
```
## Linting
- Install [vale](https://vale.sh/docs/vale-cli/installation/)
- Lint a specific folder or file, run:
```bash
vale path/to/docs/
# or
vale path/to/*.md
```
- Lint the entire repo
```bash
yarn lint
```
## Format Python code examples
Install `blacken-docs`.
```bash
python -m pip install blacken-docs
```
Run the formatter.
```bash
yarn format
```
```bash
git ls-files -z -- '*.md' | xargs -0 blacken-docs
```
## Update CPU and GPUs
```bash
yarn gpu-types
yarn cpu-types
```