Finish how to on authentication

This commit is contained in:
Patrick Robertson
2025-02-20 15:33:50 +00:00
parent 4174285898
commit 0bec71d203
12 changed files with 136 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ The default (enabled) databases are the CSV Database and the Console Database.
```
```{toctree}
:depth: 1
:maxdepth: 1
:hidden:
:glob:
autogen/database/*

View File

@@ -7,7 +7,7 @@ Enricher modules are used to add additional information to the items that have
```
```{toctree}
:depth: 1
:maxdepth: 1
:hidden:
:glob:
autogen/enricher/*

View File

@@ -11,7 +11,7 @@ Extractors that are able to extract content from a wide range of websites includ
```
```{toctree}
:depth: 1
:maxdepth: 1
:hidden:
:glob:
autogen/extractor/*

View File

@@ -13,7 +13,7 @@ auto-archiver [options] -- URL1 URL2 ...
```
```{toctree}
:depth: 1
:maxdepth: 1
:glob:
:hidden:
autogen/feeder/*

View File

@@ -6,7 +6,7 @@ Formatter modules are used to format the data extracted from a URL into a specif
```
```{toctree}
:depth: 1
:maxdepth: 1
:hidden:
:glob:
autogen/formatter/*

View File

@@ -8,7 +8,7 @@ The default is to store the files downloaded (e.g. images, videos) in a local di
```
```{toctree}
:depth: 1
:maxdepth: 1
:hidden:
:glob:
autogen/storage/*