From cb0a0a44adeae45ed371b99f8cc8f480e4b7169b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Portebois?= Date: Wed, 10 Oct 2018 20:37:49 -0400 Subject: [PATCH] Fix variable interpolation "active" state in docs menu --- website/source/docs/runtime/interpolation.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/runtime/interpolation.html.md.erb b/website/source/docs/runtime/interpolation.html.md.erb index 1fbe0ee86..35e03d79f 100644 --- a/website/source/docs/runtime/interpolation.html.md.erb +++ b/website/source/docs/runtime/interpolation.html.md.erb @@ -1,7 +1,7 @@ --- layout: "docs" page_title: "Variable Interpolation" -sidebar_current: "docs-runtime-interpolation" +sidebar_current: "docs-variable-interpolation" description: |- Learn about the Nomad's interpolation and interpreted variables. ---