From de5934d55b65acd7a2ef55ffbab831d4e991757a Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Wed, 27 Mar 2024 10:14:35 +0100 Subject: [PATCH] Lint markdown --- content/api/federated.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/api/federated.en.md b/content/api/federated.en.md index c1fab0b..183d679 100644 --- a/content/api/federated.en.md +++ b/content/api/federated.en.md @@ -49,7 +49,7 @@ For developement, in order to have a local configuration that override exisiting The `collections` configuration key is an array containing URLs and directly specified collections. Each item in the collections array can be either a URL pointing to a JSON file containing collections or a directly specified collection object. -**Structure** +#### Structure - **URLs**: URLs pointing to JSON files containing collections description. Each URL should respond with a JSON array containing collection objects. @@ -67,7 +67,7 @@ The `collections` configuration key is an array containing URLs and directly spe } ``` -**Example** +#### Example ```json "collections": [ @@ -80,7 +80,7 @@ The `collections` configuration key is an array containing URLs and directly spe ] ``` -**Conflict Resolution** +#### Conflict Resolution If multiple collections share the same `id`, the latest defined collection in the array will be used and others with the same `id` will be ignored.