From 9aa97f2e2c52ff81907f0bcc87f010fe36768b62 Mon Sep 17 00:00:00 2001 From: Tom Fletcher Date: Tue, 13 Dec 2022 23:29:26 +0000 Subject: [PATCH] fix: fix navigation --- docs/deployment-environments.md | 9 ++++++++- docs/running-in-lambda.md | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/deployment-environments.md b/docs/deployment-environments.md index 9935d974..95e7accb 100644 --- a/docs/deployment-environments.md +++ b/docs/deployment-environments.md @@ -2,6 +2,7 @@ layout: default title: Deployment Environments nav_order: 4 +has_children: true --- # Deployment Environments @@ -9,6 +10,7 @@ nav_order: 4 - [Deploy on Vercel](#deploy-on-vercel) - [Deploy on Docker](#deploy-on-docker) - [Deploy on DigitalOcean](#deploy-on-digitalocean) +- [Deploy on AWS Lambda](#deploy-on-aws-lambda) - [Remoteless with npx](#deploy-remoteless-with-npx) ## Deploy on Vercel @@ -44,7 +46,12 @@ The server can be easily deployed on DigitalOcean App Service. __Note: Local storage isn't supported for this deployment method.__ -[![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) +[![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) + +## Deploy on AWS Lambda +This server can be deployed as an AWS Lambda Function. See this +[guide](https://ducktors.github.io/turborepo-remote-cache/running-in-lambda) on deployment steps. ## Deploy "remoteless" with npx If you have Node.js installed, you can run the server simply by typing diff --git a/docs/running-in-lambda.md b/docs/running-in-lambda.md index 513d97e4..0c36702b 100644 --- a/docs/running-in-lambda.md +++ b/docs/running-in-lambda.md @@ -1,7 +1,8 @@ --- layout: default title: Running in an AWS Lambda Function -nav_order: 6 +parent: Deployment Environments +nav_order: 1 --- # Running in an AWS Lambda Function