mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
docs: more work in progress comments
This commit is contained in:
parent
789f3807aa
commit
f768a3cf55
4 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://pypi.org/project/django-components/) [](https://pypi.org/project/django-components/) [](https://github.com/EmilStenstrom/django-components/blob/master/LICENSE/) [](https://pypistats.org/packages/django-components) [](https://github.com/EmilStenstrom/django-components/actions/workflows/tests.yml)
|
||||
|
||||
[**Docs (Work in progress)**](https://EmilStenstrom.github.io/django-components/latest/)
|
||||
[**Documentation**](https://EmilStenstrom.github.io/django-components/latest/)
|
||||
|
||||
Django-components is a package that introduces component-based architecture to Django's server-side rendering. It aims to combine Django's templating system with the modularity seen in modern frontend frameworks.
|
||||
|
||||
|
|
|
@ -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