Skip to content

Commit ff9f668

Browse files
committed
Fix GitHub alerts not rendered in storage-finder/README.md
1 parent cde2d58 commit ff9f668

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/pages/storage-finder/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,10 @@ To add a new question to the storage finder:
7575
}
7676
```
7777

78-
> [!IMPORTANT]
79-
> All `id` values (for both facets and choices) must be globally unique across the entire `facet-tree.json` file. Using duplicate IDs will cause filtering errors.
80-
8178
2. **Update existing services** in `service-list.json` by adding the appropriate choice IDs to their `facet_matches` arrays.
8279

83-
> [!WARNING]
84-
> When you add a new question, **all existing services** must be updated to include at least one choice ID from the new question in their `facet_matches` arrays. Otherwise, those services will be filtered out and hidden when users answer the new question.
80+
> [!WARNING]
81+
> When you add a new question, **all existing services** must be updated to include at least one choice ID from the new question in their `facet_matches` arrays. Otherwise, those services will be filtered out and hidden when users answer the new question.
8582
8683
#### Control Types
8784

@@ -152,11 +149,11 @@ To add a new storage service:
152149

153150
2. **Ensure facet_matches accuracy**: The `facet_matches` array must contain at least one choice ID from each question the user answers.
154151

155-
> [!WARNING]
156-
> For each question in `facet-tree.json`, you must include at least one matching choice ID in `facet_matches`, otherwise the service will be filtered out and hidden when users answer that question.
157-
158152
**Example**: If a service is for "Public/Low Risk" data (ID "5"), "Faculty" users (ID "28"), and can be used for any purpose from "For what purpose will you be using this storage?" (IDs "33", "32", "35", "34", "36"), then include: `["5", "28", "33", "32", "35", "34", "36"]`. This example is not comprehensive—you must also add choice IDs from all other questions in `facet-tree.json` to ensure the service remains available regardless of what users select.
159153

154+
> [!WARNING]
155+
> For each question in `facet-tree.json`, you must include at least one matching choice ID in `facet_matches`, otherwise the service will be filtered out and hidden when users answer that question.
156+
160157
### Modifying Service Fields
161158

162159
To add, remove, or modify the fields shown in the service comparison table:

0 commit comments

Comments
 (0)