Skip to content

Commit 4d6fb6b

Browse files
committed
Small fixes
1 parent 814ffd5 commit 4d6fb6b

File tree

13 files changed

+807
-805
lines changed

13 files changed

+807
-805
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to locate the bug:
15+
1516
1. Go to '...'
1617
2. Click on '...'
1718
3. Scroll down to '...'
@@ -24,18 +25,22 @@ A clear and concise description of what you expected to find.
2425
If applicable, add screenshots to help explain your problem.
2526

2627
## If describing a mismatch with a RunPod product, please include the following information about your environment:
28+
2729
**Desktop:**
28-
- OS: [e.g. iOS]
29-
- Browser [e.g. chrome, safari]
30-
- Version [e.g. 22]
30+
31+
- OS: [e.g. iOS]
32+
- Browser [e.g. chrome, safari]
33+
- Version [e.g. 22]
3134

3235
**Smartphone:**
33-
- Device: [e.g. iPhone6]
34-
- OS: [e.g. iOS8.1]
35-
- Browser [e.g. stock browser, safari]
36-
- Version [e.g. 22]
36+
37+
- Device: [e.g. iPhone6]
38+
- OS: [e.g. iOS8.1]
39+
- Browser [e.g. stock browser, safari]
40+
- Version [e.g. 22]
3741

3842
**Interface:**
43+
3944
- Web interface, CLI, or web terminal?
4045

4146
**

docs/pods/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about Pods.
44
sidebar_position: 1
55
---
66

7-
Pods are running container instances. You can pull an instance from a container registry such as Docker Hub, GitHub Container Registry, Amazon Elastic Container Registry, or another compatible registry.
7+
Pods are running container instances. You can pull an instance from a container registry such as Docker Hub, GitHub Container Registry, Amazon Elastic Container Registry, or another compatible registry.
88

99
:::note
1010

docs/pods/savings-plans.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Savings Plans are a powerful cost-saving feature designed to optimize your RunPo
1010

1111
To start saving with RunPod's Savings Plans, ensure you have sufficient RunPod credits in your account.
1212

13-
There are two ways to create a savings plan.
14-
- Add a Savings Plan to your existing Pod from the Pod dashboard.
15-
- Initiate a Savings Plan during Pod deployment.
13+
There are two ways to create a savings plan.
14+
15+
- Add a Savings Plan to your existing Pod from the Pod dashboard.
16+
- Initiate a Savings Plan during Pod deployment.
1617

1718
Regularly check the **Savings Plans** section to track your Savings Plans and associated pods.
1819

@@ -23,7 +24,7 @@ Regularly check the **Savings Plans** section to track your Savings Plans and as
2324

2425
**Reduced Costs**: By paying upfront for a Savings Plan, you can enjoy discounted rates on uninterrupted instances. This means significant cost savings for your RunPod deployments.
2526

26-
**Flexible Savings**: When you stop a Pod, the Savings Plan associated with it applies to your next deployment of the same card. This means you continue to benefit from your savings commitment even after temporary pauses in your pod usage.
27+
**Flexible Savings**: When you stop a Pod, the Savings Plan associated with it applies to your next deployment of the same card. This means you continue to benefit from your savings commitment even after temporary pauses in your pod usage.
2728

2829
:::warning
2930

docs/pods/storage/_volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Volumes can be:
66

77
## Persistent
88

9-
## Ephemeral
9+
## Ephemeral

docs/pods/templates/manage-templates.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ Use environment variables to pass configuration settings and secrets to your con
3939

4040
![](/img/docs/b7670dd-image.png)
4141

42-
4342
RunPod also provides a set of predefined [environment variables](/pods/references/environment-variables) that provide information about the pod, such as the unique identifier for your pod (`RUNPOD_POD_ID`), the API key used to make RunPod API calls to the specific pod (`RUNPOD_API_KEY`), the name of the host server the pod is running on (`RUNPOD_POD_HOSTNAME`), and more.

docs/serverless/endpoints/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ You can use both asynchronous and synchronous jobs.
1515
Ensure you have a RunPod API key, available under user settings, for identification and billing purposes. Remember, your inputs or outputs are not retained beyond 30 minutes to ensure privacy.
1616

1717
:::
18-
19-

docs/serverless/references/operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "Comprehensive guide on interacting with models using RunPod's API
44
sidebar_position: 2
55
---
66

7-
RunPod's endpoints facilitate submitting jobs and retrieving outputs.
7+
RunPod's endpoints facilitate submitting jobs and retrieving outputs.
88

9-
To use these endpoints, you will need to have your endpoint ID.
9+
To use these endpoints, you will need to have your endpoint ID.
1010
The constructed URL will start with `https://api.runpod.ai/v2/{endpoint_id}/{operation}` followed by an operation.
1111

1212
Operations available to all users are:

docs/serverless/workers/handlers/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ This can be used to check if the worker ran successfully, for example, in a CI/C
7474

7575
- For information on testing your handler locally, see [Local testing](/serverless/workers/development/local-testing).
7676
- For information on setting a continuous integration pipeline, see [Continuous integration](/serverless/workers/deploy).
77-

docs/tutorials/serverless/run-your-first.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ If your job is still processing, the response will indicate that. Here's an exam
6363
}
6464
```
6565

66-
6766
### Get Completed Job Status
6867

6968
Once your job is complete, you'll receive a final response like this:

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const config = {
8080

8181
themeConfig: {
8282
colorMode: {
83-
defaultMode: 'dark',
83+
defaultMode: "dark",
8484
},
8585
// algolia: {
8686
// appId: "LZTDWL431O",
@@ -213,7 +213,7 @@ const config = {
213213
defer: true,
214214
},
215215
],
216-
plugins: [require.resolve('docusaurus-lunr-search')],
216+
plugins: [require.resolve("docusaurus-lunr-search")],
217217
};
218218

219219
export default config;

0 commit comments

Comments
 (0)