|
| 1 | +{{/* (C) 2023 GoodData Corporation */}} |
| 2 | + |
1 | 3 | {{ $cover := .HasShortcode "blocks/cover" }} |
2 | | -<nav class="gd-docs-header-nav gd-docs-header-nav__first"> |
3 | | - <div class="gd-docs-header-nav__left"> |
| 4 | +<div class="gd-docs-header-nav gd-docs-header-nav__first"> |
| 5 | + <nav class="gd-docs-header-nav__left" aria-label="Homepage"> |
4 | 6 | <a class="gd-docs-header-nav__logo gd-header-nav__logo" href="{{ (printf "%s%s/" .Site.Home.Permalink "latest" ) | safeURL }}" > |
5 | 7 | {{ with resources.Get "icons/GoodDataLearn.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }} |
6 | 8 | </a> |
7 | 9 | <span class="gd-header-nav__logo-text">Learn</span> |
8 | | - </div> |
9 | | - <div class="gd-docs-header-nav__center gd-header"> |
10 | | - <input type="checkbox" id="gd-header-mobile-menu-trigger-input" name="gd-header-mobile-menu-trigger-input" class="gd-header-mobile gd-header-mobile-menu-trigger-input"> |
11 | | - <label for="gd-header-mobile-menu-trigger-input" class="gd-header-mobile gd-header-mobile-menu-trigger"><span></span></label> |
12 | | - <ul class="gd-docs-header-nav__menu gd-header-links"> |
13 | | - <li class="gd-docs-header-nav__menuitem gd-header-link-item gd-header-link-item-mobile-only"> |
14 | | - <a href="https://www.gooddata.com/learn/" class="gd-docs-header-nav__menulink gd-header-link gd-header-link__main">Learn</a> |
15 | | - </li> |
16 | | - <li class="gd-docs-header-nav__menuitem gd-header-link-item"> |
17 | | - <a href="https://university.gooddata.com/" class="gd-docs-header-nav__menulink gd-header-link">University</a> |
18 | | - </li> |
19 | | - <li class="gd-docs-header-nav__menuitem gd-header-link-item"> |
20 | | - <a href="https://community.gooddata.com/" class="gd-docs-header-nav__menulink gd-header-link">Community</a> |
21 | | - </li> |
22 | | - <li class="gd-docs-header-nav__menuitem gd-header-link-item"> |
23 | | - <a href="https://www.gooddata.com/docs/cloud/" class="gd-docs-header-nav__menulink gd-header-link gd-header-link__active">Documentation</a> |
24 | | - </li> |
25 | | - <li class="gd-docs-header-nav__menuitem gd-header-link-item"> |
26 | | - <a href="https://support.gooddata.com/hc/en-us" class="gd-docs-header-nav__menulink gd-header-link">Support</a> |
27 | | - </li> |
28 | | - <li class="gd-docs-header-nav__menuitem gd-header-link-item gd-header-link-item-mobile-only"> |
29 | | - <a href="https://www.gooddata.com/" class="button">Go to GoodData.com</a> |
30 | | - </li> |
31 | | - </ul> |
32 | | - </div> |
| 10 | + </nav> |
| 11 | + {{ partial "header-menu.html" . }} |
33 | 12 | {{ partial "header-right.html" . }} |
34 | | -</nav> |
35 | | -<nav class="gd-docs-header-nav gd-docs-header-nav__second"> |
36 | | - <div class="gd-docs-header-nav__left"> |
37 | | - <ul class="gd-breadcrumb"> |
38 | | - <li class="gd-breadcrumb-item"> |
39 | | - <a href="https://www.gooddata.com/docs/">All Products</a> |
40 | | - </li> |
41 | | - <li class="gd-breadcrumb-item"> |
42 | | - <span> Python SDK</span> |
43 | | - </li> |
44 | | - </ul> |
45 | | - </div> |
| 13 | +</div> |
| 14 | +<div class="gd-docs-header-nav gd-docs-header-nav__second"> |
| 15 | + {{ partial "navbar-breadcrumb.html" . }} |
46 | 16 | <div class="gd-docs-header-nav__center"> |
47 | 17 | <div id="adds-container" class="gd-docs-header-nav__search"></div> |
48 | 18 | </div> |
|
64 | 34 | {{ end }} |
65 | 35 | </div> |
66 | 36 | {{ end }} |
67 | | -</nav> |
| 37 | +</div> |
0 commit comments