mirror of
https://github.com/django-components/django-components.git
synced 2025-09-25 06:59:10 +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:
|
theme:
|
||||||
name: "material"
|
name: "material"
|
||||||
|
custom_dir: docs/overrides
|
||||||
features:
|
features:
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
- content.action.view
|
- content.action.view
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue