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
|
||||
|
||||
## Middleware
|
||||
You can import them directly from `taskiq_deduplication`:
|
||||
|
||||
::: taskiq_deduplication.RedisDeduplicationMiddleware
|
||||
options:
|
||||
show_source: false
|
||||
```python
|
||||
from taskiq_deduplication import (
|
||||
DuplicateTaskError,
|
||||
RedisDeduplicationMiddleware,
|
||||
)
|
||||
```
|
||||
|
||||
## Exceptions
|
||||
## ::: taskiq_deduplication.RedisDeduplicationMiddleware
|
||||
|
||||
::: taskiq_deduplication.DuplicateTaskError
|
||||
options:
|
||||
show_source: false
|
||||
## ::: taskiq_deduplication.DuplicateTaskError
|
||||
|
||||
@@ -7,6 +7,7 @@ copyright = "Copyright © 2026 d3vyce"
|
||||
repo_url = "https://github.com/d3vyce/taskiq-deduplication"
|
||||
|
||||
[project.theme]
|
||||
custom_dir = "docs/overrides"
|
||||
language = "en"
|
||||
features = [
|
||||
"announce.dismiss",
|
||||
|
||||
Reference in New Issue
Block a user