From 72d9c07374dc7da43cb9bccd90163ef053562409 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:43:35 -0400 Subject: [PATCH] Remove sidebar entries that no longer exist --- website/data/intro-nav-data.json | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/website/data/intro-nav-data.json b/website/data/intro-nav-data.json index 4dfc462b5..77670ea3f 100644 --- a/website/data/intro-nav-data.json +++ b/website/data/intro-nav-data.json @@ -6,30 +6,5 @@ { "title": "Use Cases", "path": "use-cases" - }, - { - "title": "Getting Started", - "routes": [ - { - "title": "Install", - "href": "/intro/getting-started/install" - }, - { - "title": "Build An Image", - "href": "/intro/getting-started/build-image" - }, - { - "title": "Provision", - "href": "/intro/getting-started/provision" - }, - { - "title": "Parallel Builds", - "href": "/intro/getting-started/parallel-builds" - }, - { - "title": "Vagrant Boxes", - "href": "/intro/getting-started/vagrant" - } - ] } ]