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

Add correct handling of nova.path values #34

Closed dm-pf closed 1 year ago

dm-pf commented 1 year ago

This PR adds:

  1. Fix sidebar (Contents section) to correctly handle different nova.path (e.g. '', '/', '/nova', '/system/'
  2. Use Str::finish to correctly handle point 1. in the backend as well
  3. Added .editorconfig to make it easier for future contributors to stick to indentations
  4. Rebuilt assets for prod

This PR fixes: