Merge pull request #851 from JuroOravec/docs-remove-wip

docs: remove work in progress comments
This commit is contained in:
Emil Stenström 2024-12-30 23:44:19 +01:00 committed by GitHub
commit b99e32e9d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
{% extends "base.html" %}
{% block announce %}
🚨The documentation is still a work in progress. 🚨
{% endblock %}

View file

@ -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

View file

@ -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]