mirror of
https://github.com/d3vyce/taskiq-deduplication.git
synced 2026-08-04 19:14:07 +00:00
docs: add analytics + fix reference
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
{% extends "base.html" %} {% block extrahead %}
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://analytics.d3vyce.fr/script.js"
|
||||||
|
data-website-id="07b1421a-a466-4816-a55b-ae76a101cb4b"
|
||||||
|
></script>
|
||||||
|
{{ super() }} {% endblock %}
|
||||||
+9
-8
@@ -1,13 +1,14 @@
|
|||||||
# API Reference
|
# API Reference
|
||||||
|
|
||||||
## Middleware
|
You can import them directly from `taskiq_deduplication`:
|
||||||
|
|
||||||
::: taskiq_deduplication.RedisDeduplicationMiddleware
|
```python
|
||||||
options:
|
from taskiq_deduplication import (
|
||||||
show_source: false
|
DuplicateTaskError,
|
||||||
|
RedisDeduplicationMiddleware,
|
||||||
|
)
|
||||||
|
```
|
||||||
|
|
||||||
## Exceptions
|
## ::: taskiq_deduplication.RedisDeduplicationMiddleware
|
||||||
|
|
||||||
::: taskiq_deduplication.DuplicateTaskError
|
## ::: taskiq_deduplication.DuplicateTaskError
|
||||||
options:
|
|
||||||
show_source: false
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ copyright = "Copyright © 2026 d3vyce"
|
|||||||
repo_url = "https://github.com/d3vyce/taskiq-deduplication"
|
repo_url = "https://github.com/d3vyce/taskiq-deduplication"
|
||||||
|
|
||||||
[project.theme]
|
[project.theme]
|
||||||
|
custom_dir = "docs/overrides"
|
||||||
language = "en"
|
language = "en"
|
||||||
features = [
|
features = [
|
||||||
"announce.dismiss",
|
"announce.dismiss",
|
||||||
|
|||||||
Reference in New Issue
Block a user