mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Merge pull request #533 from marquiz/backports/docs-0.6
backport-0.6: docs: show full version number in sidebar
This commit is contained in:
commit
530a085439
3 changed files with 6 additions and 1 deletions
|
@ -43,3 +43,6 @@ remote_theme: rundocs/jekyll-rtd-theme@v2.0.9
|
|||
# Document versioning
|
||||
version: v0.6
|
||||
display_version_list: true
|
||||
|
||||
# Full release version. This is the version version number shown in the sidebar.
|
||||
release: v0.6.0
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<i class="fa fa-home"></i> {{ site.title }}
|
||||
</a>
|
||||
</div>
|
||||
<span class="version">{{ site.version }}</span>
|
||||
<span class="version">{{ site.release }}</span>
|
||||
<form class="search pt-2" action="{{ site.baseurl }}/search.html" method="get" autocomplete="off">
|
||||
<input class="form-control input-block input-sm" type="text" name="q" placeholder="{{ __.search_docs | default: 'Search docs...' }}">
|
||||
</form>
|
||||
|
|
2
scripts/test-infra/mdlint.sh
Executable file
2
scripts/test-infra/mdlint.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash -e
|
||||
echo "Skipping mdlint..."
|
Loading…
Reference in a new issue