File tree Expand file tree Collapse file tree 6 files changed +15
-11
lines changed
Expand file tree Collapse file tree 6 files changed +15
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,11 +41,12 @@ body {
4141 margin-top : 2em ;
4242 margin-bottom : 1em ;
4343
44- & [id ]:before {
45- @include mq (large ) {
46- height : 179px ;
47- margin-top : -179px ;
48- }
44+ & [id ] {
45+ scroll-margin-top : 179px ;
46+ }
47+
48+ & [id ]::before {
49+ display : none ;
4950 }
5051
5152 a {
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-20250924092250-449ef78afca9 // indirect
7+ github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e // 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 @@ -40,6 +40,10 @@ github.com/gooddata/gooddata-docs-theme v0.0.0-20250923125026-872d754a05c7 h1:nv
4040github.com/gooddata/gooddata-docs-theme v0.0.0-20250923125026-872d754a05c7 /go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA =
4141github.com/gooddata/gooddata-docs-theme v0.0.0-20250924092250-449ef78afca9 h1:RmQs22XW4f4rxSdOgVBKVP8t08+UoIeShLQtP8+y3yE =
4242github.com/gooddata/gooddata-docs-theme v0.0.0-20250924092250-449ef78afca9 /go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA =
43+ github.com/gooddata/gooddata-docs-theme v0.0.0-20251007133000-356776424f96 h1:gNmenFnHk7134eUocXFN7/rRtkelyIzuoKdc4GNjV+M =
44+ github.com/gooddata/gooddata-docs-theme v0.0.0-20251007133000-356776424f96 /go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA =
45+ github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e h1:+QitAaL+87DjFpsjQaMLBNq6zcbLVrUASCc4hBtBMX8 =
46+ github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e /go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA =
4347github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY =
4448github.com/google/docsy v0.7.1 /go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc =
4549github.com/google/docsy/dependencies v0.7.1 h1:NbzYKJYMin2q50xdWSUzR2c9gCp7zR/XHDBcxklEcTQ =
Original file line number Diff line number Diff line change 1616 {{ else }}
1717 {{ if $currentPage.NextInSection }}
1818 {{ with $currentPage.NextInSection }}
19- < a href ="{{ .RelPermalink }} " class ="gd-docs-prev-next-pages__link gd-docs-prev-next-pages__prev ">
19+ < a href ="{{ .RelPermalink }} " class ="gd-docs-prev-next-pages__link gd-docs-prev-next-pages__prev " aria-label =" {{ .LinkTitle }} (Prev article) " >
2020 < span class ="gd-docs-prev-next-pages__chevron "> {{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}</ span >
2121 {{ .LinkTitle }}
2222 </ a >
3232
3333 {{ if $currentPage.IsSection }}
3434 {{ with index $currentPage.Pages.ByWeight 0 }}
35- < a href ="{{ .RelPermalink }} " class ="gd-docs-prev-next-pages__link gd-docs-prev-next-pages__next ">
35+ < a href ="{{ .RelPermalink }} " class ="gd-docs-prev-next-pages__link gd-docs-prev-next-pages__next " aria-label =" {{ .LinkTitle }} (Next article) " >
3636 < span class ="gd-docs-prev-next-pages__chevron "> {{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}</ span >
3737 {{ .LinkTitle }}
3838 </ a >
3939 {{ end }}
4040 {{ else }}
4141 {{ if $currentPage.PrevInSection }}
4242 {{ with $currentPage.PrevInSection }}
43- < a href ="{{ $currentPage.PrevInSection.RelPermalink }} " class ="gd-docs-prev-next-pages__link gd-docs-prev-next-pages__next ">
43+ < a href ="{{ $currentPage.PrevInSection.RelPermalink }} " class ="gd-docs-prev-next-pages__link gd-docs-prev-next-pages__next " aria-label =" {{ .LinkTitle }} (Next article) " >
4444 < span class ="gd-docs-prev-next-pages__chevron "> {{ with resources.Get "icons/chevron.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}</ span >
4545 {{ $currentPage.PrevInSection.LinkTitle }}
4646 </ a >
You can’t perform that action at this time.
0 commit comments