Commit fcf5074 1 parent 25eb2f5 commit fcf5074 Copy full SHA for fcf5074
File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ limitations under the License.
19
19
'use strict' ;
20
20
21
21
$ ( function ( ) {
22
- $ ( '[data-toggle="tooltip"]' ) . tooltip ( ) ;
23
- $ ( '[data-toggle="popover"]' ) . popover ( ) ;
22
+ $ ( '[data-bs- toggle="tooltip"]' ) . tooltip ( ) ;
23
+ $ ( '[data-bs- toggle="popover"]' ) . popover ( ) ;
24
24
25
25
$ ( '.popover-dismiss' ) . popover ( {
26
26
trigger : 'focus'
Original file line number Diff line number Diff line change 30
30
{{- define "footer-links-block" }}
31
31
< ul class ="list-inline mb-0 ">
32
32
{{ range . }}
33
- < li class ="list-inline-item mx-2 h3 " data-toggle ="tooltip " data-placement ="top " title ="{{ .name }} " aria-label ="{{ .name }} ">
33
+ < li class ="list-inline-item mx-2 h3 " data-bs- toggle ="tooltip " data-placement ="top " title ="{{ .name }} " aria-label ="{{ .name }} ">
34
34
< a class ="text-white " target ="_blank " rel ="noopener " href ="{{ .url }} " aria-label ="{{ .name }} ">
35
35
< i class ="{{ .icon }} "> </ i >
36
36
</ a >
Original file line number Diff line number Diff line change 27
27
{{ template "_internal/twitter_cards.html" . -}}
28
28
{{ partialCached "head-css.html" . "asdf" -}}
29
29
< script
30
- src ="https://code.jquery.com/jquery-3.6.0 .min.js "
31
- integrity ="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK "
30
+ src ="https://code.jquery.com/jquery-3.6.3 .min.js "
31
+ integrity ="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ== "
32
32
crossorigin ="anonymous "> </ script >
33
33
{{ if .Site.Params.offlineSearch -}}
34
34
< script defer
Original file line number Diff line number Diff line change 1
1
{{/* Link directly to documentation etc., if possible. */}}
2
2
{{ $langPage := cond (gt (len .Translations) 0) . .Site.Home }}
3
- < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
3
+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-bs- toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
4
4
{{ $langPage.Language.LanguageName }}
5
5
</ a >
6
6
< div class ="dropdown-menu " aria-labelledby ="navbarDropdownMenuLink ">
Original file line number Diff line number Diff line change 1
- < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
1
+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-bs- toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
2
2
{{ .Site.Params.version_menu }}
3
3
</ a >
4
4
< div class ="dropdown-menu " aria-labelledby ="navbarDropdownMenuLink ">
Original file line number Diff line number Diff line change 5
5
{{ if not .Site.Params.ui.sidebar_search_disable -}}
6
6
< form class ="td-sidebar__search d-flex align-items-center ">
7
7
{{ partial "search-input.html" . }}
8
- < button class ="btn btn-link td-sidebar__toggle d-md-none p-0 ms-3 fas fa-bars " type ="button " data-toggle ="collapse " data-target ="#td-section-nav " aria-controls ="td-section-nav " aria-expanded ="false " aria-label ="Toggle section navigation ">
8
+ < button class ="btn btn-link td-sidebar__toggle d-md-none p-0 ms-3 fas fa-bars " type ="button " data-bs- toggle ="collapse " data-bs -target ="#td-section-nav " aria-controls ="td-section-nav " aria-expanded ="false " aria-label ="Toggle section navigation ">
9
9
</ button >
10
10
</ form >
11
11
{{ else -}}
12
12
< div id ="content-mobile ">
13
13
< form class ="td-sidebar__search d-flex align-items-center ">
14
14
{{ partial "search-input.html" . }}
15
- < button class ="btn btn-link td-sidebar__toggle d-md-none p-0 ms-3 fas fa-bars " type ="button " data-toggle ="collapse " data-target ="#td-section-nav " aria-controls ="td-section-nav " aria-expanded ="false " aria-label ="Toggle section navigation ">
15
+ < button class ="btn btn-link td-sidebar__toggle d-md-none p-0 ms-3 fas fa-bars " type ="button " data-bs- toggle ="collapse " data-bs -target ="#td-section-nav " aria-controls ="td-section-nav " aria-expanded ="false " aria-label ="Toggle section navigation ">
16
16
</ button >
17
17
</ form >
18
18
</ div >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ publish = "userguide/public"
6
6
command = " npm run docs-install && npm run build:preview"
7
7
8
8
[build .environment ]
9
- GO_VERSION = " 1.19.2 "
9
+ GO_VERSION = " 1.19.5 "
10
10
HUGO_THEME = " repo"
11
11
12
12
[context .production ]
You can’t perform that action at this time.
0 commit comments