Changes on sidebar styles, and content of pages
This commit is contained in:
parent
7ae4644893
commit
e3cd2c7f00
22 changed files with 1014 additions and 49 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue