Browse Source

Update Index.cshtml

pull/11419/head
maliming 4 years ago
committed by GitHub
parent
commit
6c5b77fa45
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

4
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

@ -23,8 +23,8 @@
}
@section styles {
<abp-style-bundle name="@typeof(IndexModel).FullName">
<abp-script type="@typeof(PrismjsStyleBundleContributor)" />
<abp-script type="@typeof(MalihuCustomScrollbarPluginStyleBundleContributor)" />
<abp-style type="@typeof(PrismjsStyleBundleContributor)" />
<abp-style type="@typeof(MalihuCustomScrollbarPluginStyleBundleContributor)" />
<abp-style src="/Pages/Documents/Project/bootstrap-toc.css" />
<abp-style src="/Pages/Documents/Shared/Styles/vs.css" />
<abp-style src="/Pages/Documents/Project/index.css"/>

Loading…
Cancel
Save