Skip to content

Commit

Permalink
Lint markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Mar 27, 2024
1 parent 2c87afb commit de5934d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/api/federated.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -67,7 +67,7 @@ The `collections` configuration key is an array containing URLs and directly spe
}
```

**Example**
#### Example

```json
"collections": [
Expand All @@ -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.

Expand Down

0 comments on commit de5934d

Please sign in to comment.