From 2dcff4d581d25b3dccf3a932690fc511f64db74a Mon Sep 17 00:00:00 2001 From: Walid Elnozahy Date: Tue, 21 May 2024 21:45:01 +0300 Subject: [PATCH] chore: sort docs menu and removed deleted pages (#12498) --- docs/menu.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/menu.json b/docs/menu.json index 0c49d6ddc..dc56e520f 100644 --- a/docs/menu.json +++ b/docs/menu.json @@ -1,8 +1,8 @@ { "Intro": "", "Get Started": { - "Upgrading To V4": "guides/upgrading-v4", "Setup": "getting-started", + "Upgrading To V4": "guides/upgrading-v4", "Tutorial": "tutorial", "Concepts": "providers/aws/guide/intro", "AWS Credentials": "providers/aws/guide/credentials" @@ -115,8 +115,5 @@ "Serverless.yml Reference": "providers/aws/guide/serverless.yml", "Learn More": { "Configuration Validation": "configuration-validation", - "Resolution of Environment Variables": "environment-variables", - "Deprecations": "deprecations", - "Telemetry and Notifications": "telemetry" } }