From 5dbf9b660f4dd9f4c5d696912f19211925d0685f Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Mon, 12 Jun 2017 22:12:45 -0700 Subject: [PATCH] added Machine overview to left-side toc (#3587) Signed-off-by: Victoria Bialas --- _data/toc.yaml | 2 ++ machine/drivers/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 98f0c80876..d01af95d98 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -2319,6 +2319,8 @@ manuals: title: url - sectiontitle: Machine drivers section: + - path: /machine/drivers/ + title: Drivers overview - path: /machine/drivers/os-base/ title: Driver options and operating system defaults - path: /machine/drivers/aws/ diff --git a/machine/drivers/index.md b/machine/drivers/index.md index a1a88002e7..03026f5c93 100644 --- a/machine/drivers/index.md +++ b/machine/drivers/index.md @@ -1,7 +1,7 @@ --- description: Reference for drivers Docker Machine supports keywords: machine, drivers, supports -title: Drivers +title: Machine drivers --- - [Amazon Web Services](aws.md)