diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a701c946..11cdeeb87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Deploy docs run: | mike deploy 14 -b publish -p - mike retitle 14 "14.8" -b publish -p + mike retitle 14 "14.9" -b publish -p # - name: Install Node.js 14.x # uses: percona-platform/setup-node@v2 diff --git a/_resource/overrides/partials/nav.html b/_resource/overrides/partials/nav.html index f75acbcbd..dab404440 100644 --- a/_resource/overrides/partials/nav.html +++ b/_resource/overrides/partials/nav.html @@ -1,6 +1,7 @@ {#- This file was automatically generated - do not edit -#} +{% import "partials/nav-item.html" as item with context %} {% set class = "md-nav md-nav--primary" %} {% if "navigation.tabs" in features %} {% set class = class ~ " md-nav--lifted" %} @@ -23,8 +24,7 @@