From 2cd653f8a7bd0c2569fc679ecbd87a61ac32603a Mon Sep 17 00:00:00 2001 From: Pluto Date: Thu, 30 Jan 2025 20:38:41 +0530 Subject: [PATCH] fix: blog sidebar content getting trimmed --- docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index adf6e1fd..fac54bc4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -77,6 +77,7 @@ const config = { }, blog: { showReadingTime: true, + blogSidebarCount: 'ALL', // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: "https://github.com/phcode-dev/docs/blob/main/"