Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/docs/app/VoloDocs.Web/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
<abp-alert alert-type="Warning">
<strong>No projects found!</strong><br />
See <a href=" https://abp.io/docs/latest/modules/docs">documentation</a> to see how you can create a new one.
See <a href="https://abp.io/docs/latest/modules/docs">documentation</a> to see how you can create a new one.
</abp-alert>
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
var scrollToHashLink = function () {
var hash = window.location.hash;

if (!hash || hash === '#') {
if (!hash || hash === '#' || hash === '#gsc.tab=0') {
return;
}

Expand Down Expand Up @@ -69,8 +69,6 @@
return;
}

Toc.init($myNav);

$('body').scrollspy({
target: $myNav,
offset:100
Expand Down
Loading