Changes on sidebar styles, and content of pages

This commit is contained in:
cagsun 2025-06-26 15:16:44 +02:00
parent 7ae4644893
commit e3cd2c7f00
22 changed files with 1014 additions and 49 deletions

View file

@ -42,7 +42,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
sidebarPath: './sidebars.js',
sidebarPath: require.resolve('./sidebars.js'), // ✅ Must point to your sidebars.js
routeBasePath: 'docs', // or '/' if you moved docs to root
toc: false,
},
blog: {
showReadingTime: true,