issues
search
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:
Fix sidebar (Contents section) to correctly handle different nova.path (e.g.
''
,
'/'
,
'/nova'
,
'/system/'
Use
Str::finish
to correctly handle point 1. in the backend as well
Added .editorconfig to make it easier for future contributors to stick to indentations
Rebuilt assets for prod
This PR fixes:
26
28
This PR adds:
''
,'/'
,'/nova'
,'/system/'
Str::finish
to correctly handle point 1. in the backend as wellThis PR fixes:
26
28