Skip to content

Commit 89062b9

Browse files
authored
Merge pull request #24083 from abpframework/auto-merge/rel-9-3/4089
Merge branch rel-10.0 with rel-9.3
2 parents 8f5e150 + 85bdd06 commit 89062b9

File tree

2 files changed

+2
-4
lines changed
  • modules/docs
    • app/VoloDocs.Web/Pages
    • src/Volo.Docs.Web/Pages/Documents/Shared/Scripts

2 files changed

+2
-4
lines changed

modules/docs/app/VoloDocs.Web/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
<abp-alert alert-type="Warning">
99
<strong>No projects found!</strong><br />
10-
See <a href=" https://abp.io/docs/latest/modules/docs">documentation</a> to see how you can create a new one.
10+
See <a href="https://abp.io/docs/latest/modules/docs">documentation</a> to see how you can create a new one.
1111
</abp-alert>
1212
}
1313
else

modules/docs/src/Volo.Docs.Web/Pages/Documents/Shared/Scripts/vs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
var scrollToHashLink = function () {
3535
var hash = window.location.hash;
3636

37-
if (!hash || hash === '#') {
37+
if (!hash || hash === '#' || hash === '#gsc.tab=0') {
3838
return;
3939
}
4040

@@ -69,8 +69,6 @@
6969
return;
7070
}
7171

72-
Toc.init($myNav);
73-
7472
$('body').scrollspy({
7573
target: $myNav,
7674
offset:100

0 commit comments

Comments
 (0)