aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--design-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/design-notes.md b/design-notes.md
index eabd50e..9d02e83 100644
--- a/design-notes.md
+++ b/design-notes.md
@@ -21,6 +21,7 @@ example-gallery-source
21├── _DSC8808-1.jpg -- a picture 21├── _DSC8808-1.jpg -- a picture
22├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file 22├── _DSC8808-1.jpg.yaml -- its associated sidecar metadata file
23└── Glacier 3000 -- a directory grouping gallery items 23└── Glacier 3000 -- a directory grouping gallery items
24 ├── thumbnail.jpg -- optional directory thumbnail
24 ├── _DSC5475.jpg 25 ├── _DSC5475.jpg
25 ├── _DSC5475.jpg.yaml 26 ├── _DSC5475.jpg.yaml
26 ├── _DSC5542.jpg 27 ├── _DSC5542.jpg
@@ -95,6 +96,7 @@ data
95├── thumbnails -- item thumbnails directory 96├── thumbnails -- item thumbnails directory
96│ ├── _DSC8808-1.jpg 97│ ├── _DSC8808-1.jpg
97│ └── Glacier 3000 98│ └── Glacier 3000
99│ ├── thumbnail.jpg
98│ ├── _DSC5475.jpg 100│ ├── _DSC5475.jpg
99│ └── _DSC5542.jpg 101│ └── _DSC5542.jpg
100├── index.json -- content index file 102├── index.json -- content index file