From f2afd134919ff5e195d45958f8f010a4152089e8 Mon Sep 17 00:00:00 2001 From: Mark Jordan Date: Tue, 9 Jul 2024 20:56:10 -0700 Subject: [PATCH] Deployed 9f0de27 with MkDocs version: 1.4.2 --- preparing_data/index.html | 9 +++++---- search/search_index.json | 2 +- sitemap.xml.gz | Bin 223 -> 223 bytes 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/preparing_data/index.html b/preparing_data/index.html index 3f08e7d2..298faf36 100644 --- a/preparing_data/index.html +++ b/preparing_data/index.html @@ -1301,19 +1301,20 @@

Using a local or remo

In this case, your CSV file column values should include the intermediate directory's path, e.g. bpnicol/003 Partial Side A.mp3.

You can also include an input CSV in your zip archive if you want:

bpnichol
-├── bpnichol.csv
+├── bpn_metadata.csv
 ├── 003 Partial Side A.mp3
 └── MsC12.Nichol.Tape15.mp3
 

Within input_data, the unzipped content would look like:

input_data/
    ├──bpnichol
-      ├── bpnichol.csv
+      ├── bpn_metadata.csv
       ├── 003 Partial Side A.mp3
       └── MsC12.Nichol.Tape15.mp3
 

Alternatively, all of your files can also be at the root of the zip archive:

-
├── 003 Partial Side A.mp3
+
├── bpn_metadata.csv
+├── 003 Partial Side A.mp3
 └── MsC12.Nichol.Tape15.mp3
 

If you are zipping up directories to create paged content, all of the directories containing page files should be at the root of your zip archive, with no intermediate parent directory:

@@ -1349,7 +1350,7 @@

Using a local or remo ├── Vol.2-3-05.tif └── Vol.2-3-07.tif

-

This is because if you include paged_content_from_directories: true in your configuration file, Workbench looks within your input_dir for a directory named after the paged content item's id value, without an intermediate directory. If you wanted to include an intermediate directory in your zip archive, you would have to adjust the value of your input_dir setting to include the intermediate directory.

+

This is because if you include paged_content_from_directories: true in your configuration file, Workbench looks within your input_dir for a directory named after the paged content item's id value, without an intermediate directory.

A few things to note if you are using a zip archive as your input data: