Browse Source

Remove unused Toc.init and fix link formatting

pull/24081/head
maliming 10 months ago
parent
commit
b7fd8fe882
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      modules/docs/app/VoloDocs.Web/Pages/Index.cshtml
  2. 2
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Shared/Scripts/vs.js

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

@ -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

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

@ -71,8 +71,6 @@
return;
}
Toc.init($myNav);
$('body').scrollspy({
target: $myNav,
});

Loading…
Cancel
Save