From 0b5a7cc6f7e38cffd9f29281848fc36ff38d3f7c Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Fri, 25 Sep 2020 15:11:35 -0700 Subject: [PATCH] Temp: docs link in the nav to getting-started (#460) We don't have a great docs index page right now, and we want to direct everyone in the beta to the getting started page. We'll revert this prior to going public. --- website/data/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/navigation.js b/website/data/navigation.js index e0b5cf9875..a48c439d07 100644 --- a/website/data/navigation.js +++ b/website/data/navigation.js @@ -1,7 +1,7 @@ export default [ { text: 'Docs', - url: '/docs', + url: '/docs/getting-started', type: 'inbound', }, ]