Skip to content

Commit

Permalink
docs(dashboard): add <details> to hide big JSON by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jun 2, 2022
1 parent 324f28d commit 82ae5b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Par exemple ici `situation_globale`:

![](./images/dashboard_situation_globale.PNG)

<details>
<summary>Voir la réponse JSON</summary>

```json
{
"id_card": 3,
Expand Down Expand Up @@ -202,6 +205,7 @@ Par exemple ici `situation_globale`:
]
}
```
</details>

## Widget

Expand Down

0 comments on commit 82ae5b0

Please sign in to comment.