diff --git a/src/css/custom.css b/src/css/custom.css index b60aca5e..618cabf5 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -332,3 +332,6 @@ hr { background-color: var(--joy-palette-background-level2) !important; } +.hidden { + display: none !important; +} diff --git a/versioned_sidebars/version-2.0-sidebars.json b/versioned_sidebars/version-2.0-sidebars.json index 6bb76414..f1a6cbe0 100644 --- a/versioned_sidebars/version-2.0-sidebars.json +++ b/versioned_sidebars/version-2.0-sidebars.json @@ -4,44 +4,35 @@ { "type": "category", "label": "Tutorials", - "items": [ - { - "type": "autogenerated", - "dirName": "tutorials" - } - ], + "collapsible": false, + "items": [{ + "type": "autogenerated", + "dirName": "tutorials", + "className": "hidden" + }], "link": { "type": "doc", "id": "tutorials/index" } }, { "type": "category", "label": "How-to guides", + "collapsible": false, "items": [ - { - "type": "autogenerated", - "dirName": "how_to_guides" - } ], "link": { "type": "doc", "id": "how_to_guides/index" } }, { "type": "category", "label": "Concepts", + "collapsible": false, "items": [ - { - "type": "autogenerated", - "dirName": "concepts" - } ], "link": { "type": "doc", "id": "concepts/index" } }, { "type": "category", "label": "Reference", + "collapsible": false, "items": [ - { - "type": "autogenerated", - "dirName": "reference" - } ], "link": { "type": "doc", "id": "reference/index" } }, @@ -49,7 +40,6 @@ { "type": "category", "label": "Self-hosting", - "collapsed": true, "collapsible": true, "items": [ {