Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e // indirect
github.com/gooddata/gooddata-docs-theme v0.0.0-20251103110911-19e503a55290 // indirect
github.com/google/docsy v0.7.1 // indirect
github.com/google/docsy/dependencies v0.7.1 // indirect
github.com/twbs/bootstrap v5.3.1+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions docs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ github.com/gooddata/gooddata-docs-theme v0.0.0-20251007133000-356776424f96 h1:gN
github.com/gooddata/gooddata-docs-theme v0.0.0-20251007133000-356776424f96/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e h1:+QitAaL+87DjFpsjQaMLBNq6zcbLVrUASCc4hBtBMX8=
github.com/gooddata/gooddata-docs-theme v0.0.0-20251008131043-19f8c818ea1e/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
github.com/gooddata/gooddata-docs-theme v0.0.0-20251103110911-19e503a55290 h1:po5Ui9+Ne0RlbE8clrKYGXdtmSaA+tPMv7gU0j5bztw=
github.com/gooddata/gooddata-docs-theme v0.0.0-20251103110911-19e503a55290/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
github.com/google/docsy/dependencies v0.7.1 h1:NbzYKJYMin2q50xdWSUzR2c9gCp7zR/XHDBcxklEcTQ=
Expand Down
1 change: 1 addition & 0 deletions docs/layouts/docs/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</head>
<body class="td-{{ .Kind }}">
{{ partial "gtm-body.html" }}
{{ partial "skip-links.html" . }}
<header aria-label="Main site header">
{{ partial "navbar.html" . }}
</header>
Expand Down
24 changes: 0 additions & 24 deletions docs/layouts/partials/header-menu.html

This file was deleted.

1 change: 1 addition & 0 deletions docs/layouts/partials/hooks/body-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script src="/js/pactsafe.js"></script>
<script src="/js/404-old-version.js"></script>
<script src="/js/prism-accessibility.js"></script>
<script src="/js/tab-order.js"></script>

{{/* additional scripts */}}
<script src="/js/archive-link.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ $cover := .HasShortcode "blocks/cover" }}
<div class="gd-docs-header-nav gd-docs-header-nav__first">
<nav class="gd-docs-header-nav__left" aria-label="Homepage">
<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">
<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">
{{ with resources.Get "icons/GoodDataLearn.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}
</a>
<span class="gd-header-nav__logo-text">Learn</span>
Expand Down
2 changes: 0 additions & 2 deletions docs/layouts/partials/skip-links.html

This file was deleted.

Loading