doc: use latest label instead of version in docs
Instead of having a .99 version, use latest and link to the lates documentation on the left side bar. The version number has been confusing users where it was difficult to determine if they were looking at the development tree or some released version. Fixes #24453 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4932925fde
commit
5d0cf010e2
1 changed files with 1 additions and 1 deletions
2
doc/_templates/zversions.html
vendored
2
doc/_templates/zversions.html
vendored
|
@ -2,7 +2,7 @@
|
|||
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
|
||||
<span class="rst-current-version" data-toggle="rst-current-version">
|
||||
<span class="fa fa-book"> Zephyr Project</span>
|
||||
v: {{ current_version }}
|
||||
v: <a href="/latest/">latest</a>
|
||||
<span class="fa fa-caret-down"></span>
|
||||
</span>
|
||||
<div class="rst-other-versions">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue