mirror of
https://github.com/django-components/django-components.git
synced 2025-09-24 22:52:28 +00:00
chore: warn about WIP docs state
This commit is contained in:
parent
052945415e
commit
7211679bae
2 changed files with 6 additions and 0 deletions
5
docs/overrides/main.html
Normal file
5
docs/overrides/main.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block announce %}
|
||||
🚨The documentation is still a work in progress. Refer to the README for more information.🚨
|
||||
{% endblock %}
|
|
@ -26,6 +26,7 @@ validation:
|
|||
|
||||
theme:
|
||||
name: "material"
|
||||
custom_dir: docs/overrides
|
||||
features:
|
||||
- content.action.edit
|
||||
- content.action.view
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue