From 5bd39a773291f03e8d47e3a51f7cc8ebe343c24f Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Fri, 15 Mar 2024 10:13:35 -0500 Subject: [PATCH] disable the "blog" feature now that it's migrated --- docusaurus.config.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 24cebfcd..d8c3974f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -54,15 +54,7 @@ const config = { "classic", /** @type {import('@docusaurus/preset-classic').Options} */ ({ - blog: { - path: 'meeting-notes', - blogTitle: 'Meeting Notes', - blogDescription: 'Notes and recordings from the Soroban protocol & developers meetings', - blogSidebarTitle: 'All meetings', - blogSidebarCount: 'ALL', - postsPerPage: 'ALL', - routeBasePath: 'meetings', - }, + blog: false, docs: { showLastUpdateTime: true, showLastUpdateAuthor: true,