diff --git a/readme.md b/readme.md index 3190d54..63e3711 100644 --- a/readme.md +++ b/readme.md @@ -60,4 +60,12 @@ Now you can toggle it by pressing `F2` instead of `Esc`: ``` - +If you want the sidebar collapsed by default, insert `$('div.sidebar a.trigger')[0].click();` below `Nova.liftOff();` in the script element at the bottom of `resources/views/vendor/nova/layout.blade.php`. +```html + + +``` +**tip:** Do not use this with the persist functionality above.