From 9d8c0f3d6d5d0efc32514f86b5c2c1994a0f82d6 Mon Sep 17 00:00:00 2001 From: usha-mandya Date: Thu, 13 Jun 2019 20:27:16 +0100 Subject: [PATCH] Add buildx to the toc --- _data/toc.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_data/toc.yaml b/_data/toc.yaml index 51323a23cd..00477900e0 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -3371,6 +3371,12 @@ manuals: title: API reference - path: /engine/reference/commandline/template/ title: CLI reference +- sectiontitle: Docker Buildx + section: + - path: /buildx/working-with-buildx/ + title: Working with Docker Buildx + - path: /engine/reference/commandline/buildx/ + title: CLI reference - sectiontitle: Docker Compose section: - path: /compose/overview/