Use a script to auto-generate documentation for the core modules from the manifest file

This commit is contained in:
Patrick Robertson
2025-02-10 22:51:04 +00:00
parent 824728739a
commit 2650cd8fb2
19 changed files with 216 additions and 53 deletions

View File

@@ -17,7 +17,7 @@ Python tool to automatically archive social media posts, videos, and images from
## Installation
For full For instructions on how to install auto-archiver, view the [Installation Guide](docs/source/installation.md)
For full instructions on how to install auto-archiver, view the [Installation Guide](docs/source/installation.md)
Quick run using docker:
@@ -65,7 +65,9 @@ auto-archiver --config secrets/orchestration.yaml --cli_feeder.urls="url1,url2,u
```
Here's the complete workflow that the auto-archiver goes through:
```{mermaid}
```mermaid
graph TD
s((start)) --> F(fa:fa-table Feeder)
F -->|get and clean URL| D1{fa:fa-database Database}