Browse Source
Remove unused Toc.init and fix link formatting
pull/24081/head
maliming
10 months ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
2 changed files with
1 additions and
3 deletions
-
modules/docs/app/VoloDocs.Web/Pages/Index.cshtml
-
modules/docs/src/Volo.Docs.Web/Pages/Documents/Shared/Scripts/vs.js
|
|
|
@ -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 |
|
|
|
|
|
|
|
@ -71,8 +71,6 @@ |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
Toc.init($myNav); |
|
|
|
|
|
|
|
$('body').scrollspy({ |
|
|
|
target: $myNav, |
|
|
|
}); |
|
|
|
|