Skip to content

Commit

Permalink
docs(version): automatically retrieve latest version in version selec…
Browse files Browse the repository at this point in the history
…tor (#789)
  • Loading branch information
julien-deramond authored Sep 6, 2021
1 parent fc4e31c commit ac8ee0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/partials/docs-versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<span class="d-none d-lg-inline">Boosted&nbsp;</span> v{{ .Site.Params.docs_version }}
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="bd-versions">
<li><a class="dropdown-item active" aria-current="true" href="/docs/{{ .Site.Params.docs_version }}/">Latest (5.0.x)</a></li>
<li><a class="dropdown-item active" aria-current="true" href="/docs/{{ .Site.Params.docs_version }}/">Latest ({{ .Site.Params.docs_version }}.x)</a></li>
<li><hr class="dropdown-divider m-0"></li>
<li><a class="dropdown-item" href="https://boosted.orange.com/docs/4.6/">v4.6.x</a></li>
<li><hr class="dropdown-divider m-0"></li>
Expand Down

0 comments on commit ac8ee0f

Please sign in to comment.