mirror of
https://github.com/django-components/django-components.git
synced 2025-08-02 05:02:16 +00:00
Merge pull request #851 from JuroOravec/docs-remove-wip
docs: remove work in progress comments
This commit is contained in:
commit
b99e32e9d5
3 changed files with 7 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block announce %}
|
||||
🚨The documentation is still a work in progress. 🚨
|
||||
{% endblock %}
|
|
@ -27,7 +27,8 @@ validation:
|
|||
|
||||
theme:
|
||||
name: "material"
|
||||
custom_dir: docs/overrides
|
||||
# Uncomment to extend / override files from the theme
|
||||
# custom_dir: docs/overrides
|
||||
features:
|
||||
- content.action.edit
|
||||
- content.action.view
|
||||
|
|
|
@ -33,8 +33,13 @@ dependencies = [
|
|||
]
|
||||
license = {text = "MIT"}
|
||||
|
||||
# See https://docs.pypi.org/project_metadata/#icons
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/EmilStenstrom/django-components/"
|
||||
Documentation = "https://emilstenstrom.github.io/django-components/"
|
||||
Changelog = "https://emilstenstrom.github.io/django-components/latest/release_notes/"
|
||||
Issues = "https://github.com/EmilStenstrom/django-components/issues"
|
||||
Donate = "https://github.com/sponsors/EmilStenstrom"
|
||||
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue