docs: more work in progress comments

This commit is contained in:
Juro Oravec 2024-12-16 14:36:18 +01:00
parent 789f3807aa
commit f768a3cf55
4 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,7 @@
[![PyPI - Version](https://img.shields.io/pypi/v/django-components)](https://pypi.org/project/django-components/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-components)](https://pypi.org/project/django-components/) [![PyPI - License](https://img.shields.io/pypi/l/django-components)](https://github.com/EmilStenstrom/django-components/blob/master/LICENSE/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/django-components)](https://pypistats.org/packages/django-components) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/EmilStenstrom/django-components/tests.yml)](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.

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]