You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I jump into docs from a link in my app page, or writing the url manually in the url bar of the browser, the page appears, but the sidebar doesn't scroll to bring the proper item visible.
By the way, in order to jump in the wanted docs page I assemble the url in the following way (laravel)
When I jump into docs from a link in my app page, or writing the url manually in the url bar of the browser, the page appears, but the sidebar doesn't scroll to bring the proper item visible.
By the way, in order to jump in the wanted docs page I assemble the url in the following way (laravel)
route('larecipe.index')."/".config('larecipe.versions.default')."/my_wanted_page";
Is there a better way to do this?
Thank you in advance.
The text was updated successfully, but these errors were encountered: