From 738f3cb0ac65afc887ec05e659d4317c6cdd4e97 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Tue, 31 Mar 2020 12:31:39 -0400 Subject: [PATCH] Adding API homepage to sidebar. --- website/data/api-navigation.js | 2 ++ website/pages/api-docs/index.mdx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/website/data/api-navigation.js b/website/data/api-navigation.js index d20d62e04ce..f64eadb6324 100644 --- a/website/data/api-navigation.js +++ b/website/data/api-navigation.js @@ -6,6 +6,8 @@ // the landing page for the category export default [ + 'index', + '-----------', 'libraries-and-sdks', 'json-jobs', '-----------', diff --git a/website/pages/api-docs/index.mdx b/website/pages/api-docs/index.mdx index 912b717f35e..a39b45bd20f 100644 --- a/website/pages/api-docs/index.mdx +++ b/website/pages/api-docs/index.mdx @@ -1,7 +1,7 @@ --- layout: api page_title: HTTP API -sidebar_title: Overview +sidebar_title: HTTP API Overview description: |- Nomad exposes a RESTful HTTP API to control almost every aspect of the Nomad agent.