mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-14 02:31:41 +08:00
Add outdated warning in docs
This commit is contained in:
8
docs-overrides/outdated.html
Normal file
8
docs-overrides/outdated.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 %}
|
@ -3,6 +3,7 @@ site_description: Ready-to-use and customizable users management for FastAPI
|
||||
|
||||
theme:
|
||||
name: 'material'
|
||||
custom_dir: docs-overrides
|
||||
palette:
|
||||
- scheme: default
|
||||
primary: 'red'
|
||||
|
Reference in New Issue
Block a user