Skip to content

Commit b2441a9

Browse files
authored
Merge pull request #5 from danfimov/fix-docs
2 parents 8ab868d + 0d92393 commit b2441a9

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-knobs?style=for-the-badge&logo=python)](https://pypi.org/project/django-knobs/)
44
[![PyPI](https://img.shields.io/pypi/v/django-knobs?style=for-the-badge&logo=pypi)](https://pypi.org/project/django-knobs/)
5-
[![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)
5+
[![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)
66

77
Library for dynamic settings / feature flags that can be changed at runtime without restarting the application from Django admin panel.
88

@@ -12,7 +12,6 @@ pip install django-knobs
1212

1313
![](docs/assets/banner.png)
1414

15-
1615
## Setup
1716

1817
**1. Add to `INSTALLED_APPS`:**
File renamed without changes.

zensical.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ site_author = "Dima Anfimov"
3030
# The site_url is the canonical URL for your site. When building online
3131
# documentation you should set this.
3232
# Read more: https://zensical.org/docs/setup/basics/#site_url
33-
#site_url = "https://www.example.com/"
33+
site_url = "https://danfimov.github.io/django-knobs/"
3434

3535
# The copyright notice appears in the page footer and can contain an HTML
3636
# fragment.
@@ -48,14 +48,16 @@ Copyright © 2026 The authors
4848
#
4949
# Read more: https://zensical.org/docs/setup/navigation/
5050
nav = [
51-
{ "Quickstart" = "quickstart.md" },
51+
{ "Quickstart" = "index.md" },
5252
{ "Settings" = "settings.md" },
5353
{ "Caching" = "caching.md" },
5454
{ "Extensions" = [
5555
"extensions/history.md"
5656
]}
5757
]
5858

59+
use_directory_urls = true
60+
5961
# With the "extra_css" option you can add your own CSS styling to customize
6062
# your Zensical project according to your needs. You can add any number of
6163
# CSS files.

0 commit comments

Comments
 (0)