From 593e3d8d50de63e4946e8c79ead0ec3bea125ff1 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 7 Oct 2015 20:21:23 +0200 Subject: [PATCH] Document the `storage` field --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b7d4445b..b55cb4f38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,8 @@ Generic archive information: "https": true, "software": "foolfuuka", "boards": ["a"], - "files": ["a"] + "files": ["a"], + "storage": ["a"] } ``` @@ -22,3 +23,5 @@ make sure it does not overlap with an archive that previously died for example. `software` can be `"foolfuuka"` or `"fuuka"` for example. `files` is the list of boards whose files (images, videos, pdfs) are also archived, even temporarily, and not just thumbnails. + +`storage` is the list of boards where search is enabled. If this field is missing then it implies that search is enabled on all boards.