From 5dee46a7302fe3336493f09fa6c263c9e8bb7bf6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 19:53:33 -0400 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Usage.md b/Usage.md index 50b9d46..ae94568 100644 --- a/Usage.md +++ b/Usage.md @@ -4,6 +4,7 @@ - [CLI Usage](#CLI-Usage): Instructions and examples for the ArchiveBox command line interface. - [UI Usage](#UI-Usage): Diagrams and documentation for the outputted HTML archive interface. + - [Disk Layout](#Disk-Layout): Description of the archive folder structure and contents. **Related:** - [[Docker]]: Learn about ArchiveBox usage with Docker and Docker Compose @@ -97,7 +98,12 @@ You can sort by column, search using the box in the upper right, and see the tot Click the Favicon under the "Files" column to go to the details page for each link. -### Output Structure +
+ + +
+ +## Disk Layout The `output/` folder containing the UI HTML and archived data has the structure outlined here. @@ -124,7 +130,4 @@ The `output/` folder containing the UI HTML and archived data has the structure - static/ # Staticfiles for the archive UI - robots.txt -``` - - - \ No newline at end of file +``` \ No newline at end of file