mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
docs(scanning): Add versioning banner (#4415)
This commit is contained in:
8
docs/overrides/main.html
Normal file
8
docs/overrides/main.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block outdated %}
|
||||
You're not viewing the latest version.
|
||||
<a href="{{ '../' ~ base_url }}">
|
||||
<strong>Click here to go to latest.</strong>
|
||||
</a>
|
||||
{% endblock %}
|
||||
@@ -150,6 +150,7 @@ nav:
|
||||
- Triage: community/maintainer/triage.md
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: docs/overrides
|
||||
language: "en"
|
||||
logo: imgs/logo-white.svg
|
||||
features:
|
||||
@@ -177,6 +178,7 @@ extra:
|
||||
version:
|
||||
method: mike
|
||||
provider: mike
|
||||
default: latest
|
||||
|
||||
plugins:
|
||||
- search
|
||||
|
||||
Reference in New Issue
Block a user