mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-16 03:40:23 +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:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
|
custom_dir: docs-overrides
|
||||||
palette:
|
palette:
|
||||||
- scheme: default
|
- scheme: default
|
||||||
primary: 'red'
|
primary: 'red'
|
||||||
|
Reference in New Issue
Block a user