From e0d5afbd3e22129d5d51aee45e84e85f251ea37b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 10 Jan 2025 20:40:50 -0800 Subject: [PATCH] fix showing release notes --- docs/my-website/docusaurus.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/my-website/docusaurus.config.js b/docs/my-website/docusaurus.config.js index 998de8bed3..a001d0b5c7 100644 --- a/docs/my-website/docusaurus.config.js +++ b/docs/my-website/docusaurus.config.js @@ -44,9 +44,6 @@ const config = { path: './release_notes', // Folder where your release notes are stored routeBasePath: '/release_notes', // URL path for the release notes include: ['**/*.md', '**/*.mdx'], // Files to include - // Other blog options - // Add sorting configuration - sortPosts: 'descending', }, ],