Skip to content
Snippets Groups Projects
Commit 475a048f authored by supersonicwisd1's avatar supersonicwisd1
Browse files

Merge branch 'main' of https://dev.funkwhale.audio/funkwhale/pyfed into main

parents 1f2dbd56 b91add17
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,11 @@ async def handle_create(activity: APActivity): ...@@ -32,11 +32,11 @@ async def handle_create(activity: APActivity):
``` ```
#### Documentation #### Documentation
- [Getting Started](docs/getting-started.md) - [Getting Started](documentation/getting-started.md)
- [Configuration Guide](docs/configuration.md) - [Configuration Guide](documentation/configuration.md)
- [Architecture Overview](docs/architecture.md) - [Architecture Overview](documentation/architecture.md)
- [Security Guide](docs/security.md) - [Security Guide](documentation/security.md)
- [API Reference](docs/api/) - [API Reference](documentation/api/)
- [Testing Guide](tests/README.md) - [Testing Guide](tests/README.md)
- [Running an Example](examples/README.md) - [Running an Example](examples/README.md)
......
...@@ -145,5 +145,5 @@ class MiddlewareError(ActivityPubException): ...@@ -145,5 +145,5 @@ class MiddlewareError(ActivityPubException):
pass pass
class ConfigError(ActivityPubException): class ConfigError(ActivityPubException):
"""Raised when configuration-related errors occur.""" """Raised when config-related errors occur."""
pass pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment