dniccum / nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.
MIT License
37 stars 15 forks source link

Would be nice if this was in the readme file #15

Closed ghost closed 4 years ago

ghost commented 4 years ago

I was having trouble sorting the sidebar links to my liking. My solution was to prepend each file name with AAAA or BBBB etc.

And in the config file change the 'home' => 'documentation/AAAAmyhomefile.md'

Thanks for this easy to use tool.

dniccum commented 4 years ago

You can now organize your content by adding YAML configuration to the top of your files. Please see #16, and also see the upgrade guide