From 323b418cf1f01241f0112c11fc7e3a7f0c87eb4a Mon Sep 17 00:00:00 2001 From: ines Date: Sun, 26 Mar 2017 11:13:52 +0200 Subject: [PATCH] Split docs menu item into Usage and API --- website/_harp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/_harp.json b/website/_harp.json index d26851804..2cbfe538b 100644 --- a/website/_harp.json +++ b/website/_harp.json @@ -28,7 +28,8 @@ "NAVIGATION": { "Home": "/", - "Docs": "/docs", + "Usage": "/docs/usage", + "API": "/docs/api", "Demos": "/docs/usage/showcase", "Blog": "https://explosion.ai/blog" },