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

allow multiple instances #5

Open cord opened 5 years ago

cord commented 5 years ago

good stuff!

Would be great to be able to set up multiple instances for different documentation types, e.g.

new NovaDocumentation()
->title('Admin Documentation')
->home('admin-documentation/home.md'),

new NovaDocumentation()
->title('User Documentation')
->home('user-documentation/home.md'),