Skip to content

Commit eeb571b

Browse files
authored
Merge pull request #1214 from ParzivalPavlis/docs/WEB-4462
docs: updated gooddata-docs theme, accessibility updates to heading
2 parents e4cf02d + de1aa3c commit eeb571b

File tree

7 files changed

+6
-28
lines changed

7 files changed

+6
-28
lines changed

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
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

docs/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ github.com/gooddata/gooddata-docs-theme v0.0.0-20251007133000-356776424f96 h1:gN
4444
github.com/gooddata/gooddata-docs-theme v0.0.0-20251007133000-356776424f96/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
4545
github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e h1:+QitAaL+87DjFpsjQaMLBNq6zcbLVrUASCc4hBtBMX8=
4646
github.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=
4749
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
4850
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
4951
github.com/google/docsy/dependencies v0.7.1 h1:NbzYKJYMin2q50xdWSUzR2c9gCp7zR/XHDBcxklEcTQ=

docs/layouts/docs/baseof.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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>

docs/layouts/partials/header-menu.html

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/layouts/partials/hooks/body-end.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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>

docs/layouts/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

docs/layouts/partials/skip-links.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)