Skip to content

Commit

Permalink
Deployed 9f0de27 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Jul 10, 2024
1 parent f2afd13 commit a16f558
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions preparing_data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ <h2 id="using-a-local-or-remote-zip-archive-as-input-data">Using a local or remo
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>In this case, your CSV <code>file</code> column values should include the intermediate directory's path, e.g. <code>bpnicol/003 Partial Side A.mp3</code>.</p>
<p>In this case, your CSV <code>file</code> column values should include the intermediate directory's path, e.g. <code>bpnichol/003 Partial Side A.mp3</code>.</p>
<p>You can also include an input CSV in your zip archive if you want:</p>
<pre><code>bpnichol
├── bpn_metadata.csv
Expand All @@ -1312,11 +1312,17 @@ <h2 id="using-a-local-or-remote-zip-archive-as-input-data">Using a local or remo
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>Alternatively, all of your files can also be at the root of the zip archive:</p>
<p>Alternatively, all of your files can also be at the root of the zip archive. In that case, they would be unzipped into the directory named in your <code>input_dir</code> setting. A zip archive with this structure:</p>
<pre><code>├── bpn_metadata.csv
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>would be unzipped into:</p>
<pre><code>input_data/
├── bpn_metadata.csv
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>If you are zipping up directories to create <a href="/islandora_workbench_docs/paged_and_compound/#using-subdirectories">paged content</a>, all of the directories containing page files should be at the root of your zip archive, with no intermediate parent directory:</p>
<pre><code>├── rungh.csv
├── rungh_v2_n1-2
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit a16f558

Please sign in to comment.