From 9b162e2aefb6542cb5970701234dc8c065835231 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 15 Feb 2019 15:08:06 +0100 Subject: [PATCH] Disable blog Until there are actual blog posts --- docs/website/siteConfig.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/website/siteConfig.js b/docs/website/siteConfig.js index 8b7f5beaf..c9f987558 100644 --- a/docs/website/siteConfig.js +++ b/docs/website/siteConfig.js @@ -16,7 +16,6 @@ const siteConfig = { headerLinks: [ {doc: 'intro', label: 'Docs'}, - {blog: true, label: 'Blog'}, {href: 'https://github.com/almond-sh/almond', label: 'GitHub'}, ],