diff --git a/README.md b/README.md index 5f78224..854fb86 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-knobs?style=for-the-badge&logo=python)](https://pypi.org/project/django-knobs/) [![PyPI](https://img.shields.io/pypi/v/django-knobs?style=for-the-badge&logo=pypi)](https://pypi.org/project/django-knobs/) -[![Checks](https://img.shields.io/github/check-runs/danfimov/django-knobs/main?nameFilter=Tests%20(3.12)&style=for-the-badge)](https://github.com/danfimov/django-knobs) +[![Checks](https://img.shields.io/github/actions/workflow/status/danfimov/django-knobs/code-check.yml?branch=main&style=for-the-badge)](https://github.com/danfimov/django-knobs) Library for dynamic settings / feature flags that can be changed at runtime without restarting the application from Django admin panel. @@ -12,7 +12,6 @@ pip install django-knobs ![](docs/assets/banner.png) - ## Setup **1. Add to `INSTALLED_APPS`:** diff --git a/docs/quickstart.md b/docs/index.md similarity index 100% rename from docs/quickstart.md rename to docs/index.md diff --git a/zensical.toml b/zensical.toml index 1800964..31b21bb 100644 --- a/zensical.toml +++ b/zensical.toml @@ -30,7 +30,7 @@ site_author = "Dima Anfimov" # The site_url is the canonical URL for your site. When building online # documentation you should set this. # Read more: https://zensical.org/docs/setup/basics/#site_url -#site_url = "https://www.example.com/" +site_url = "https://danfimov.github.io/django-knobs/" # The copyright notice appears in the page footer and can contain an HTML # fragment. @@ -48,7 +48,7 @@ Copyright © 2026 The authors # # Read more: https://zensical.org/docs/setup/navigation/ nav = [ - { "Quickstart" = "quickstart.md" }, + { "Quickstart" = "index.md" }, { "Settings" = "settings.md" }, { "Caching" = "caching.md" }, { "Extensions" = [ @@ -56,6 +56,8 @@ nav = [ ]} ] +use_directory_urls = true + # With the "extra_css" option you can add your own CSS styling to customize # your Zensical project according to your needs. You can add any number of # CSS files.