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

@ -14,16 +14,11 @@
@type {import('@docusaurus/plugin-content-docs').SidebarsConfig}
*/
const sidebars = {
docs: [
"start",
{
label: "Build your own",
items: ["build/first"],
type: "category",
link: { type: "generated-index" },
collapsed: false,
},
],
export default {
docs: [
{
type: 'autogenerated',
dirName: '.', // '.' means the current docs folder
},
],
};
export default sidebars;