Skip to content

Commit 2b7c1cf

Browse files
committed
Add Filtres API documentation entry to summary.json
1 parent 36c08fc commit 2b7c1cf

File tree

1 file changed

+48
-44
lines changed

1 file changed

+48
-44
lines changed

docs/summary.json

Lines changed: 48 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,50 @@
11
[
2-
{
3-
"title": "Cahier des charges",
4-
"file": "Specifications.md"
5-
},
6-
{
7-
"title": "Documentation technique",
8-
"file": "Documentation_technique.md",
9-
"children": [
10-
{
11-
"title": "Demon",
12-
"file": "./technical/DAEMON.md"
13-
},
14-
{
15-
"title": "Queue processor service",
16-
"file": "./technical/QueueProcessorService.md"
17-
},
18-
{
19-
"title": "Ecriture des test et utilisation des utilitaires",
20-
"file": "./technical/Tests.md"
21-
},
22-
{
23-
"title": "Validation des identités",
24-
"file": "./technical/IdentitiesValidation.md"
25-
},
26-
{
27-
"title": "Formulaires customs",
28-
"file": "./technical/CustomForms.md"
29-
}
30-
]
31-
},
32-
{
33-
"title": "Documentation utilisateur",
34-
"file": "Documentation_utilisateur.md",
35-
"children": [
36-
{
37-
"title": "Création et modification d'une identité",
38-
"file": "./user/IdentitiesCreation.md"
39-
},
40-
{
41-
"title": "Validation des schemas complémentaires de l'identité",
42-
"file": "./user/IdentitiesValidation.md"
43-
}
44-
]
45-
}
2+
{
3+
"title": "Cahier des charges",
4+
"file": "Specifications.md"
5+
},
6+
{
7+
"title": "Filtres API",
8+
"file": "Filtres_API.md"
9+
},
10+
{
11+
"title": "Documentation technique",
12+
"file": "Documentation_technique.md",
13+
"children": [
14+
{
15+
"title": "Demon",
16+
"file": "./technical/DAEMON.md"
17+
},
18+
{
19+
"title": "Queue processor service",
20+
"file": "./technical/QueueProcessorService.md"
21+
},
22+
{
23+
"title": "Ecriture des test et utilisation des utilitaires",
24+
"file": "./technical/Tests.md"
25+
},
26+
{
27+
"title": "Validation des identités",
28+
"file": "./technical/IdentitiesValidation.md"
29+
},
30+
{
31+
"title": "Formulaires customs",
32+
"file": "./technical/CustomForms.md"
33+
}
34+
]
35+
},
36+
{
37+
"title": "Documentation utilisateur",
38+
"file": "Documentation_utilisateur.md",
39+
"children": [
40+
{
41+
"title": "Création et modification d'une identité",
42+
"file": "./user/IdentitiesCreation.md"
43+
},
44+
{
45+
"title": "Validation des schemas complémentaires de l'identité",
46+
"file": "./user/IdentitiesValidation.md"
47+
}
48+
]
49+
}
4650
]

0 commit comments

Comments
 (0)