Skip to content

Commit 4c5e166

Browse files
committed
fix: minor doc fixes
1 parent 1584288 commit 4c5e166

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/deployment-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: default
33
title: Deployment Environments
44
nav_order: 4
55
has_children: true
6+
has_toc: false
67
---
78

89
# Deployment Environments
@@ -46,8 +47,7 @@ The server can be easily deployed on DigitalOcean App Service.
4647

4748
__Note: Local storage isn't supported for this deployment method.__
4849

49-
[![Deploy to
50-
DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/ducktors/turborepo-remote-cache/tree/main)
50+
[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/ducktors/turborepo-remote-cache/tree/main)
5151

5252
## Deploy on AWS Lambda
5353
This server can be deployed as an AWS Lambda Function. See this

docs/running-in-lambda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ variables:
9494

9595
| Variable | Value |
9696
|--------------------|--------------------|
97-
| `STORAGE_PATH` | <your_bucket_name> |
97+
| `STORAGE_PATH` | *your_bucket_name* |
9898
| `STORAGE_PROVIDER` | s3 |
99-
| `TURBO_TOKEN` | <your_secret_key> |
99+
| `TURBO_TOKEN` | *your_secret_key* |
100100

101101
*See [Environment
102102
variables](https://ducktors.github.io/turborepo-remote-cache/environment-variables)

0 commit comments

Comments
 (0)