Skip to content

Commit 85c962c

Browse files
Add .compodocrc and user documentation
1 parent 942decd commit 85c962c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.compodocrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"tsconfig": "tsconfig.json",
3+
"output": "docs",
4+
"includes": "./docs",
5+
"includesName": "Documentation complémentaire",
6+
"name": "Sesame Orchestrator",
7+
"language": "fr-FR"
8+
}

docs/Documentation_utilisateur.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Table des matières

docs/summary.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
},
2828
{
2929
"title": "Documentation utilisateur",
30+
"file": "Documentation_utilisateur.md",
3031
"children": [
3132
{
3233
"title": "IdentitiesValidation",
3334
"file": "./user/IdentitiesValidation.md"
3435
}
3536
]
3637
}
37-
]
38+
]

0 commit comments

Comments
 (0)