We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc019e commit 854ac4fCopy full SHA for 854ac4f
docs/.vuepress/config.js
@@ -25,7 +25,7 @@ export default defineUserConfig({
25
// prefix will be prepended to relative paths
26
prefix: "/installation/",
27
children: [
28
- 'installation-server',
+ 'installation-server',
29
'installation-daemon',
30
'installation-taiga',
31
'gestion-mdp',
@@ -34,12 +34,13 @@ export default defineUserConfig({
34
},{
35
text: 'Configuration',
36
prefix: '/configuration',
37
- children: [
+ children: [
38
'architecture',
39
'data',
40
'validation',
41
'formulaire',
42
'config-gestion-mdp',
43
+ 'personalisation_tuiles',
44
'cyclevie',
45
'cron'
46
]
0 commit comments