File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
src/Volo.Docs.Web/Pages/Documents/Shared/Scripts Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ $full = $args[0]
66
77Write-Host $solutionPaths
88
9- dotnet workload install wasm- tools
10- dotnet workload install maui- tizen
11-
129foreach ($solutionPath in $solutionPaths ) {
1310 $solutionAbsPath = (Join-Path $rootFolder $solutionPath )
1411 Set-Location $solutionAbsPath
Original file line number Diff line number Diff line change 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}
1313else
Original file line number Diff line number Diff line change 3636 var scrollToHashLink = function ( ) {
3737 var hash = window . location . hash ;
3838
39- if ( ! hash || hash === '#' ) {
39+ if ( ! hash || hash === '#' || hash === '#gsc.tab=0' ) {
4040 return ;
4141 }
4242
7171 return ;
7272 }
7373
74- Toc . init ( $myNav ) ;
75-
7674 $ ( 'body' ) . scrollspy ( {
7775 target : $myNav ,
7876 } ) ;
You can’t perform that action at this time.
0 commit comments