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

Linking to pages #36

Open timinho opened 1 year ago

timinho commented 1 year ago
  1. It seems use Illuminate\Support\Str; is missing in ToolServiceProvider.php
  2. What is the default route to the welcome.md sample file? Asking as I'm using the MenuSection option in my NovaServiceProvider file to have a custom sidebar in my app.