From 452d16d7a9170f382416e2c58d6a6a6a67e24475 Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 17 May 2017 11:40:19 +0200 Subject: [PATCH] Rename API menu item to "Reference" --- website/_harp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/_harp.json b/website/_harp.json index 672640405..488a41448 100644 --- a/website/_harp.json +++ b/website/_harp.json @@ -29,7 +29,7 @@ "NAVIGATION": { "Home": "/", "Usage": "/docs/usage", - "API": "/docs/api", + "Reference": "/docs/api", "Demos": "/docs/usage/showcase", "Blog": "https://explosion.ai/blog" },