diff --git a/README.md b/README.md index 86f234c4..8867cf3e 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,14 @@ archivebox shell # explore the Python API in a REPL ls ./archive/*/index.html # or inspect snapshots on the filesystem ``` +#### ➕  Next Steps + +- Import URLs from some of the supported [Input Formats](#input-formats) or view the supported [Output Formats](#output-formats)... +- Tweak your UI or archiving behavior [Configuration](#configuration) or read about some of the [Caveats](#caveats) and troubleshooting steps... +- Read about the [Dependencies](#dependencies) used for archiving or the [Archive Layout](#archive-layout) on disk... +- Or check out our full [Documentation](#documentation) section below... + +
grassgrass @@ -333,17 +341,6 @@ ls ./archive/*/index.html # or inspect snapshots on the filesystem
-#### ➕  Next Steps - -- Import URLs from some of the supported [Input Formats](#input-formats)... -- Check out the multitude of [Output Formats](#output-formats) supported... -- Tweak your UI or archiving behavior [Configuration](#configuration)... -- Read about the [Dependencies](#dependencies) used for archiving... -- Learn about the [Archive Layout](#archive-layout) on disk... -- Set up [Static Archive Exporting](#static-archive-exporting) to browse without the server... -- Read about some of ArchiveBox's [Caveats][#caveats] and troubleshooting steps... -- Or check out our full [Documentation](#documentation) section below... -
---