From 142eec11655d7e962f96f970e990eb6d93f40532 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 15 Sep 2022 13:55:45 +0200 Subject: [PATCH] engine: fix orphan entry in toc Signed-off-by: CrazyMax --- _data/toc.yaml | 2 -- build/index.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index ef228ddfce..9e422e2632 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1335,8 +1335,6 @@ manuals: title: Optional post-installation steps - path: /engine/deprecated/ title: Deprecated features - - path: /buildx/working-with-buildx/ - title: Docker Buildx - path: /engine/context/working-with-contexts/ title: Docker Context - path: /engine/scan/ diff --git a/build/index.md b/build/index.md index fad9ed9f8a..58635c18cc 100644 --- a/build/index.md +++ b/build/index.md @@ -4,6 +4,7 @@ description: Introduction and overview of Docker Build keywords: build, buildx, buildkit redirect_from: - /build/buildx/ +- /buildx/working-with-buildx/ --- ## Overview