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'),
good stuff!
Would be great to be able to set up multiple instances for different documentation types, e.g.