From b8ee36911feb9636d9fc9229512fcfa88d6da823 Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Wed, 4 Sep 2024 15:18:15 -0300 Subject: [PATCH] Remove changelog --- docusaurus.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 7e3cd1c..bd790a7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -45,13 +45,6 @@ const config = { editUrl: 'https://github.com/woocommerce/qit-documentation/tree/trunk', }, - blog: { - routeBasePath: 'changelog', - path: './changelog', - showReadingTime: false, - blogSidebarTitle: 'Version history', - blogSidebarCount: 'ALL', - }, theme: { customCss: './src/css/custom.css', }, @@ -75,7 +68,6 @@ const config = { position: 'right', label: 'Documentation', }, - {to: '/changelog', label: 'Changelog', position: 'right'}, { href: 'https://github.com/woocommerce/qit-cli', label: 'QIT CLI',