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,