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