File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 116116 }
117117 }
118118
119+ & __secondary ,
119120 & __slack {
120121 color : $color-deep-purple ;
121122 border-color : $color-deep-purple ;
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-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
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ github.com/gooddata/gooddata-docs-theme v0.0.0-20240221133123-7948ffa74656 h1:XG
1818github.com/gooddata/gooddata-docs-theme v0.0.0-20240221133123-7948ffa74656 /go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA =
1919github.com/gooddata/gooddata-docs-theme v0.0.0-20240424130537-0544713a5cd2 h1:tHGj2dUeXBCVwlmn1co/YAfUw3RwQ8g6xRubVwNis6o =
2020github.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 =
2123github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY =
2224github.com/google/docsy v0.7.1 /go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc =
2325github.com/google/docsy/dependencies v0.7.1 h1:NbzYKJYMin2q50xdWSUzR2c9gCp7zR/XHDBcxklEcTQ =
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments