Skip to content

Commit b1e24a7

Browse files
authored
Merge pull request #959 from czechian/dp-3055
DP-3055 CTA button in the docs
2 parents e94389f + 4eb58c2 commit b1e24a7

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

docs/assets/scss/header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
}
117117
}
118118

119+
&__secondary,
119120
&__slack {
120121
color: $color-deep-purple;
121122
border-color: $color-deep-purple;

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-20240424130537-0544713a5cd2 // indirect
7+
github.com/gooddata/gooddata-docs-theme v0.0.0-20250129122538-80db631526db // 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
@@ -18,6 +18,8 @@ github.com/gooddata/gooddata-docs-theme v0.0.0-20240221133123-7948ffa74656 h1:XG
1818
github.com/gooddata/gooddata-docs-theme v0.0.0-20240221133123-7948ffa74656/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
1919
github.com/gooddata/gooddata-docs-theme v0.0.0-20240424130537-0544713a5cd2 h1:tHGj2dUeXBCVwlmn1co/YAfUw3RwQ8g6xRubVwNis6o=
2020
github.com/gooddata/gooddata-docs-theme v0.0.0-20240424130537-0544713a5cd2/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
21+
github.com/gooddata/gooddata-docs-theme v0.0.0-20250129122538-80db631526db h1:/Ycu/2dQ7AkqggbBcYi2qSJZUHItbIoz0e63P4oYQjo=
22+
github.com/gooddata/gooddata-docs-theme v0.0.0-20250129122538-80db631526db/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
2123
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
2224
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
2325
github.com/google/docsy/dependencies v0.7.1 h1:NbzYKJYMin2q50xdWSUzR2c9gCp7zR/XHDBcxklEcTQ=

docs/layouts/partials/navbar.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@
3030
</li>
3131
</ul>
3232
</div>
33-
<div class="gd-docs-header-nav__right">
34-
<a href="https://www.gooddata.com/slack/" class="gd-docs-header-nav__cta gd-docs-header-nav__slack">
35-
{{ with resources.Get "icons/slack.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}
36-
Slack
37-
</a>
38-
</div>
33+
{{ partial "header-right.html" . }}
3934
</nav>
4035
<nav class="gd-docs-header-nav gd-docs-header-nav__second">
4136
<div class="gd-docs-header-nav__left">

0 commit comments

Comments
 (0)