@@ -10,125 +10,7 @@ edit_uri = "edit/main/docs/"
1010nav = [
1111 {"Home" = " index.md" },
1212 {"Blog" = " https://qualcoder.wordpress.com/" },
13- {"Documentation" = [
14- {"English Documentation" = [
15- {"Overview" = " en/doc/index.md" },
16- {"Setup" = [
17- " en/doc/2.1.-Installation.md" ,
18- " en/doc/2.2.-Settings.md" ,
19- " en/doc/2.3.-AI-Setup.md" ,
20- " en/doc/2.4.-Working-in-a-Team.md"
21- ]},
22- {"Managing Data" = [
23- " en/doc/3.1.-Creating-a-New-Project.md" ,
24- " en/doc/3.2.-Files.md" ,
25- " en/doc/3.3.-Cases.md" ,
26- " en/doc/3.4.-Attributes.md"
27- ]},
28- {"Coding" = [
29- " en/doc/4.1.-Coding-Text.md" ,
30- " en/doc/4.2.-AI-Assisted-Coding.md" ,
31- " en/doc/4.3.-Coding-Text-on-PDFs.md" ,
32- " en/doc/4.4.-Coding-Images.md" ,
33- " en/doc/4.5.-Coding-Audio-and-Video.md" ,
34- " en/doc/4.6-Code-Organiser.md"
35- ]},
36- {"Analyzing the Results" = [
37- " en/doc/5.1.-AI-chat-based-analysis.md" ,
38- " en/doc/5.2.-Journals.md" ,
39- " en/doc/5.3.-Reports.md" ,
40- " en/doc/5.4.-Graph.md"
41- ]},
42- {"Advanced Options" = [
43- " en/doc/6.1.-Imports-and-Exports.md" ,
44- " en/doc/6.2.-AI-Prompt-Library.md"
45- ]},
46- {"Other Information" = [
47- " en/doc/7.3.-QualCoder-Development.md" ,
48- " en/doc/7.4.-SQlite-Data-Structure.md" ,
49- " en/doc/7.5.-AI-Technical-Information.md" ,
50- " en/doc/7.6.-How-to-contribute.md"
51- ]}
52- ]},
53- {"Documentation en français" = [
54- {"Aperçu" = " fr/doc/index.md" },
55- {"Installation et configuration" = [
56- " fr/doc/2.1.-Installation.md" ,
57- " fr/doc/2.2.-Settings.md" ,
58- " fr/doc/2.3.-AI-Setup.md" ,
59- " fr/doc/2.4.-Working-in-a-Team.md"
60- ]},
61- {"Gestion des données" = [
62- " fr/doc/3.1.-Creating-a-New-Project.md" ,
63- " fr/doc/3.2.-Files.md" ,
64- " fr/doc/3.3.-Cases.md" ,
65- " fr/doc/3.4.-Attributes.md"
66- ]},
67- {"Codage" = [
68- " fr/doc/4.1.-Coding-Text.md" ,
69- " fr/doc/4.2.-AI-Assisted-Coding.md" ,
70- " fr/doc/4.3.-Coding-Text-on-PDFs.md" ,
71- " fr/doc/4.4.-Coding-Images.md" ,
72- " fr/doc/4.5.-Coding-Audio-and-Video.md" ,
73- " fr/doc/4.6-Code-Organiser.md"
74- ]},
75- {"Analyser les résultats" = [
76- " fr/doc/5.1.-AI-chat-based-analysis.md" ,
77- " fr/doc/5.2.-Journals.md" ,
78- " fr/doc/5.3.-Reports.md" ,
79- " fr/doc/5.4.-Graph.md"
80- ]},
81- {"Options avancées" = [
82- " fr/doc/6.1.-Imports-and-Exports.md" ,
83- " fr/doc/6.2.-AI-Prompt-Library.md"
84- ]},
85- {"Autres informations" = [
86- " fr/doc/7.3.-QualCoder-Development.md" ,
87- " fr/doc/7.4.-SQlite-Data-Structure.md" ,
88- " fr/doc/7.5.-AI-Technical-Information.md" ,
89- " fr/doc/7.6.-How-to-contribute.md"
90- ]}
91- ]},
92- {"Documentación en español" = [
93- {"Resumen" = " es/doc/index.md" },
94- {"Configuración" = [
95- " es/doc/2.1.-Installation.md" ,
96- " es/doc/2.2.-Settings.md" ,
97- " es/doc/2.3.-AI-Setup.md" ,
98- " es/doc/2.4.-Working-in-a-Team.md"
99- ]},
100- {"Gestión de datos" = [
101- " es/doc/3.1.-Creating-a-New-Project.md" ,
102- " es/doc/3.2.-Files.md" ,
103- " es/doc/3.3.-Cases.md" ,
104- " es/doc/3.4.-Attributes.md"
105- ]},
106- {"Codificación" = [
107- " es/doc/4.1.-Coding-Text.md" ,
108- " es/doc/4.2.-AI-Assisted-Coding.md" ,
109- " es/doc/4.3.-Coding-Text-on-PDFs.md" ,
110- " es/doc/4.4.-Coding-Images.md" ,
111- " es/doc/4.5.-Coding-Audio-and-Video.md" ,
112- " es/doc/4.6-Code-Organiser.md"
113- ]},
114- {"Análisis de los resultados" = [
115- " es/doc/5.1.-AI-chat-based-analysis.md" ,
116- " es/doc/5.2.-Journals.md" ,
117- " es/doc/5.3.-Reports.md" ,
118- " es/doc/5.4.-Graph.md"
119- ]},
120- {"Opciones avanzadas" = [
121- " es/doc/6.1.-Imports-and-Exports.md" ,
122- " es/doc/6.2.-AI-Prompt-Library.md"
123- ]},
124- {"Otra información" = [
125- " es/doc/7.3.-QualCoder-Development.md" ,
126- " es/doc/7.4.-SQlite-Data-Structure.md" ,
127- " es/doc/7.5.-AI-Technical-Information.md" ,
128- " es/doc/7.6.-How-to-contribute.md"
129- ]}
130- ]}
131- ]},
13+ {Documentation" = "doc/"},
13214 {"Resources" = " ressources.md" },
13315 {"Videos on QualCoder" = " videos.md" },
13416 {"Studies using QualCoder" = " using.md" },
0 commit comments