File tree Expand file tree Collapse file tree 7 files changed +6
-28
lines changed
Expand file tree Collapse file tree 7 files changed +6
-28
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
7- github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e // indirect
7+ github.com/gooddata/gooddata-docs-theme v0.0.0-20251103110911-19e503a55290 // indirect
88 github.com/google/docsy v0.7.1 // indirect
99 github.com/google/docsy/dependencies v0.7.1 // indirect
1010 github.com/twbs/bootstrap v5.3.1+incompatible // indirect
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ github.com/gooddata/gooddata-docs-theme v0.0.0-20251007133000-356776424f96 h1:gN
4444github.com/gooddata/gooddata-docs-theme v0.0.0-20251007133000-356776424f96 /go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA =
4545github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e h1:+QitAaL+87DjFpsjQaMLBNq6zcbLVrUASCc4hBtBMX8 =
4646github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e /go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA =
47+ github.com/gooddata/gooddata-docs-theme v0.0.0-20251103110911-19e503a55290 h1:po5Ui9+Ne0RlbE8clrKYGXdtmSaA+tPMv7gU0j5bztw =
48+ github.com/gooddata/gooddata-docs-theme v0.0.0-20251103110911-19e503a55290 /go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA =
4749github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY =
4850github.com/google/docsy v0.7.1 /go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc =
4951github.com/google/docsy/dependencies v0.7.1 h1:NbzYKJYMin2q50xdWSUzR2c9gCp7zR/XHDBcxklEcTQ =
Original file line number Diff line number Diff line change 1010 </ head >
1111 < body class ="td-{{ .Kind }} ">
1212 {{ partial "gtm-body.html" }}
13+ {{ partial "skip-links.html" . }}
1314 < header aria-label ="Main site header ">
1415 {{ partial "navbar.html" . }}
1516 </ header >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66< script src ="/js/pactsafe.js "> </ script >
77< script src ="/js/404-old-version.js "> </ script >
88< script src ="/js/prism-accessibility.js "> </ script >
9+ < script src ="/js/tab-order.js "> </ script >
910
1011{{/* additional scripts */}}
1112< script src ="/js/archive-link.js "> </ script >
Original file line number Diff line number Diff line change 33{{ $cover := .HasShortcode "blocks/cover" }}
44< div class ="gd-docs-header-nav gd-docs-header-nav__first ">
55 < nav class ="gd-docs-header-nav__left " aria-label ="Homepage ">
6- < a class ="gd-docs-header-nav__logo gd-header-nav__logo " href ="{{ (printf "%s%s /" .Site.Home.Permalink "latest" ) | safeURL }}" aria-label="Go to documentation homepage ">
6+ < a tabindex =" 1 " class ="gd-docs-header-nav__logo gd-header-nav__logo " href ="{{ (printf "%s%s /" .Site.Home.Permalink "latest" ) | safeURL }}" aria-label="Go to documentation homepage ">
77 {{ with resources.Get "icons/GoodDataLearn.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}
88 </ a >
99 < span class ="gd-header-nav__logo-text "> Learn</ span >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments