From cd59e62b40f9b236d949b0f4fa7cec645f42d895 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 28 Dec 2024 20:19:15 -0800 Subject: [PATCH] doc update order --- docs/my-website/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/my-website/docusaurus.config.js b/docs/my-website/docusaurus.config.js index 090a8d0ebb..1cfcd0df81 100644 --- a/docs/my-website/docusaurus.config.js +++ b/docs/my-website/docusaurus.config.js @@ -43,6 +43,7 @@ const config = { id: 'release_notes', path: './release_notes', // Folder where your release notes are stored routeBasePath: '/release_notes', // URL path for the release notes + sortPosts: 'descending', include: ['**/*.md', '**/*.mdx'], // Files to include // Other blog options },