@@ -15,121 +15,119 @@ nav = [
1515 {"Studies using QualCoder" = " using.md" },
1616 {"About Developers" = " about.md" },
1717 {"Forum" = " https://github.com/ccbogel/QualCoder/discussions" },
18- {"Documentation" = [
19- {"en" = [
20- " doc/en/index.md" ,
21- " doc/en/1.-Overview.md" ,
22- " doc/en/2.1.-Installation.md" ,
23- " doc/en/2.2.-Settings.md" ,
24- " doc/en/2.3.-AI-Setup.md" ,
25- " doc/en/2.4.-Working-in-a-Team.md" ,
26- " doc/en/3.1.-Creating-a-New-Project.md" ,
27- " doc/en/3.2.-Files.md" ,
28- " doc/en/3.3.-Cases.md" ,
29- " doc/en/3.4.-Attributes.md" ,
30- " doc/en/4.1.-Coding-Text.md" ,
31- " doc/en/4.2.-AI-Assisted-Coding.md" ,
32- " doc/en/4.3.-Coding-Text-on-PDFs.md" ,
33- " doc/en/4.4.-Coding-Images.md" ,
34- " doc/en/4.5.-Coding-Audio-and-Video.md" ,
35- " doc/en/4.6-Code-Organiser.md" ,
36- " doc/en/5.1.-AI-chat-based-analysis.md" ,
37- " doc/en/5.2.-Journals.md" ,
38- " doc/en/5.3.-Reports.md" ,
39- " doc/en/5.4.-Graph.md" ,
40- " doc/en/6.1.-Imports-and-Exports.md" ,
41- " doc/en/6.2.-AI-Prompt-Library.md" ,
42- " doc/en/7.3.-QualCoder-Development.md" ,
43- " doc/en/7.4.-SQlite-Data-Structure.md" ,
44- " doc/en/7.5.-AI-Technical-Information.md" ,
45- " doc/en/7.6.-How-to-contribute.md"
46- ]},
47- {"fr" = [
48- " doc/fr/index.md" ,
49- " doc/fr/1.-Overview.md" ,
50- " doc/fr/2.1.-Installation.md" ,
51- " doc/fr/2.2.-Settings.md" ,
52- " doc/fr/2.3.-AI-Setup.md" ,
53- " doc/fr/2.4.-Working-in-a-Team.md" ,
54- " doc/fr/3.1.-Creating-a-New-Project.md" ,
55- " doc/fr/3.2.-Files.md" ,
56- " doc/fr/3.3.-Cases.md" ,
57- " doc/fr/3.4.-Attributes.md" ,
58- " doc/fr/4.1.-Coding-Text.md" ,
59- " doc/fr/4.2.-AI-Assisted-Coding.md" ,
60- " doc/fr/4.3.-Coding-Text-on-PDFs.md" ,
61- " doc/fr/4.4.-Coding-Images.md" ,
62- " doc/fr/4.5.-Coding-Audio-and-Video.md" ,
63- " doc/fr/4.6-Code-Organiser.md" ,
64- " doc/fr/5.1.-AI-chat-based-analysis.md" ,
65- " doc/fr/5.2.-Journals.md" ,
66- " doc/fr/5.3.-Reports.md" ,
67- " doc/fr/5.4.-Graph.md" ,
68- " doc/fr/6.1.-Imports-and-Exports.md" ,
69- " doc/fr/6.2.-AI-Prompt-Library.md" ,
70- " doc/fr/7.3.-QualCoder-Development.md" ,
71- " doc/fr/7.4.-SQlite-Data-Structure.md" ,
72- " doc/fr/7.5.-AI-Technical-Information.md" ,
73- " doc/fr/7.6.-How-to-contribute.md"
74-
75- ]},
76- {"es" = [
77- " doc/es/index.md" ,
78- " doc/es/1.-Overview.md" ,
79- " doc/es/2.1.-Installation.md" ,
80- " doc/es/2.2.-Settings.md" ,
81- " doc/es/2.3.-AI-Setup.md" ,
82- " doc/es/2.4.-Working-in-a-Team.md" ,
83- " doc/es/3.1.-Creating-a-New-Project.md" ,
84- " doc/es/3.2.-Files.md" ,
85- " doc/es/3.3.-Cases.md" ,
86- " doc/es/3.4.-Attributes.md" ,
87- " doc/es/4.1.-Coding-Text.md" ,
88- " doc/es/4.2.-AI-Assisted-Coding.md" ,
89- " doc/es/4.3.-Coding-Text-on-PDFs.md" ,
90- " doc/es/4.4.-Coding-Images.md" ,
91- " doc/es/4.5.-Coding-Audio-and-Video.md" ,
92- " doc/es/4.6-Code-Organiser.md" ,
93- " doc/es/5.1.-AI-chat-based-analysis.md" ,
94- " doc/es/5.2.-Journals.md" ,
95- " doc/es/5.3.-Reports.md" ,
96- " doc/es/5.4.-Graph.md" ,
97- " doc/es/6.1.-Imports-and-Exports.md" ,
98- " doc/es/6.2.-AI-Prompt-Library.md" ,
99- " doc/es/7.3.-QualCoder-Development.md" ,
100- " doc/es/7.4.-SQlite-Data-Structure.md" ,
101- " doc/es/7.5.-AI-Technical-Information.md" ,
102- " doc/es/7.6.-How-to-contribute.md"
103-
104- ]},
105- {"de" = [
106- " doc/de/index.md" ,
107- " doc/de/1.-Overview.md" ,
108- " doc/de/2.1.-Installation.md" ,
109- " doc/de/2.2.-Settings.md" ,
110- " doc/de/2.3.-AI-Setup.md" ,
111- " doc/de/2.4.-Working-in-a-Team.md" ,
112- " doc/de/3.1.-Creating-a-New-Project.md" ,
113- " doc/de/3.2.-Files.md" ,
114- " doc/de/3.3.-Cases.md" ,
115- " doc/de/3.4.-Attributes.md" ,
116- " doc/de/4.1.-Coding-Text.md" ,
117- " doc/de/4.2.-AI-Assisted-Coding.md" ,
118- " doc/de/4.3.-Coding-Text-on-PDFs.md" ,
119- " doc/de/4.4.-Coding-Images.md" ,
120- " doc/de/4.5.-Coding-Audio-and-Video.md" ,
121- " doc/de/4.6-Code-Organiser.md" ,
122- " doc/de/5.1.-AI-chat-based-analysis.md" ,
123- " doc/de/5.2.-Journals.md" ,
124- " doc/de/5.3.-Reports.md" ,
125- " doc/de/5.4.-Graph.md" ,
126- " doc/de/6.1.-Imports-and-Exports.md" ,
127- " doc/de/6.2.-AI-Prompt-Library.md" ,
128- " doc/de/7.3.-QualCoder-Development.md" ,
129- " doc/de/7.4.-SQlite-Data-Structure.md" ,
130- " doc/de/7.5.-AI-Technical-Information.md" ,
131- " doc/de/7.6.-How-to-contribute.md"
132- ]}
18+ {"en" = [
19+ " doc/en/index.md" ,
20+ " doc/en/1.-Overview.md" ,
21+ " doc/en/2.1.-Installation.md" ,
22+ " doc/en/2.2.-Settings.md" ,
23+ " doc/en/2.3.-AI-Setup.md" ,
24+ " doc/en/2.4.-Working-in-a-Team.md" ,
25+ " doc/en/3.1.-Creating-a-New-Project.md" ,
26+ " doc/en/3.2.-Files.md" ,
27+ " doc/en/3.3.-Cases.md" ,
28+ " doc/en/3.4.-Attributes.md" ,
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+ " doc/en/5.1.-AI-chat-based-analysis.md" ,
36+ " doc/en/5.2.-Journals.md" ,
37+ " doc/en/5.3.-Reports.md" ,
38+ " doc/en/5.4.-Graph.md" ,
39+ " doc/en/6.1.-Imports-and-Exports.md" ,
40+ " doc/en/6.2.-AI-Prompt-Library.md" ,
41+ " doc/en/7.3.-QualCoder-Development.md" ,
42+ " doc/en/7.4.-SQlite-Data-Structure.md" ,
43+ " doc/en/7.5.-AI-Technical-Information.md" ,
44+ " doc/en/7.6.-How-to-contribute.md"
45+ ]},
46+ {"fr" = [
47+ " doc/fr/index.md" ,
48+ " doc/fr/1.-Overview.md" ,
49+ " doc/fr/2.1.-Installation.md" ,
50+ " doc/fr/2.2.-Settings.md" ,
51+ " doc/fr/2.3.-AI-Setup.md" ,
52+ " doc/fr/2.4.-Working-in-a-Team.md" ,
53+ " doc/fr/3.1.-Creating-a-New-Project.md" ,
54+ " doc/fr/3.2.-Files.md" ,
55+ " doc/fr/3.3.-Cases.md" ,
56+ " doc/fr/3.4.-Attributes.md" ,
57+ " doc/fr/4.1.-Coding-Text.md" ,
58+ " doc/fr/4.2.-AI-Assisted-Coding.md" ,
59+ " doc/fr/4.3.-Coding-Text-on-PDFs.md" ,
60+ " doc/fr/4.4.-Coding-Images.md" ,
61+ " doc/fr/4.5.-Coding-Audio-and-Video.md" ,
62+ " doc/fr/4.6-Code-Organiser.md" ,
63+ " doc/fr/5.1.-AI-chat-based-analysis.md" ,
64+ " doc/fr/5.2.-Journals.md" ,
65+ " doc/fr/5.3.-Reports.md" ,
66+ " doc/fr/5.4.-Graph.md" ,
67+ " doc/fr/6.1.-Imports-and-Exports.md" ,
68+ " doc/fr/6.2.-AI-Prompt-Library.md" ,
69+ " doc/fr/7.3.-QualCoder-Development.md" ,
70+ " doc/fr/7.4.-SQlite-Data-Structure.md" ,
71+ " doc/fr/7.5.-AI-Technical-Information.md" ,
72+ " doc/fr/7.6.-How-to-contribute.md"
73+
74+ ]},
75+ {"es" = [
76+ " doc/es/index.md" ,
77+ " doc/es/1.-Overview.md" ,
78+ " doc/es/2.1.-Installation.md" ,
79+ " doc/es/2.2.-Settings.md" ,
80+ " doc/es/2.3.-AI-Setup.md" ,
81+ " doc/es/2.4.-Working-in-a-Team.md" ,
82+ " doc/es/3.1.-Creating-a-New-Project.md" ,
83+ " doc/es/3.2.-Files.md" ,
84+ " doc/es/3.3.-Cases.md" ,
85+ " doc/es/3.4.-Attributes.md" ,
86+ " doc/es/4.1.-Coding-Text.md" ,
87+ " doc/es/4.2.-AI-Assisted-Coding.md" ,
88+ " doc/es/4.3.-Coding-Text-on-PDFs.md" ,
89+ " doc/es/4.4.-Coding-Images.md" ,
90+ " doc/es/4.5.-Coding-Audio-and-Video.md" ,
91+ " doc/es/4.6-Code-Organiser.md" ,
92+ " doc/es/5.1.-AI-chat-based-analysis.md" ,
93+ " doc/es/5.2.-Journals.md" ,
94+ " doc/es/5.3.-Reports.md" ,
95+ " doc/es/5.4.-Graph.md" ,
96+ " doc/es/6.1.-Imports-and-Exports.md" ,
97+ " doc/es/6.2.-AI-Prompt-Library.md" ,
98+ " doc/es/7.3.-QualCoder-Development.md" ,
99+ " doc/es/7.4.-SQlite-Data-Structure.md" ,
100+ " doc/es/7.5.-AI-Technical-Information.md" ,
101+ " doc/es/7.6.-How-to-contribute.md"
102+
103+ ]},
104+ {"de" = [
105+ " doc/de/index.md" ,
106+ " doc/de/1.-Overview.md" ,
107+ " doc/de/2.1.-Installation.md" ,
108+ " doc/de/2.2.-Settings.md" ,
109+ " doc/de/2.3.-AI-Setup.md" ,
110+ " doc/de/2.4.-Working-in-a-Team.md" ,
111+ " doc/de/3.1.-Creating-a-New-Project.md" ,
112+ " doc/de/3.2.-Files.md" ,
113+ " doc/de/3.3.-Cases.md" ,
114+ " doc/de/3.4.-Attributes.md" ,
115+ " doc/de/4.1.-Coding-Text.md" ,
116+ " doc/de/4.2.-AI-Assisted-Coding.md" ,
117+ " doc/de/4.3.-Coding-Text-on-PDFs.md" ,
118+ " doc/de/4.4.-Coding-Images.md" ,
119+ " doc/de/4.5.-Coding-Audio-and-Video.md" ,
120+ " doc/de/4.6-Code-Organiser.md" ,
121+ " doc/de/5.1.-AI-chat-based-analysis.md" ,
122+ " doc/de/5.2.-Journals.md" ,
123+ " doc/de/5.3.-Reports.md" ,
124+ " doc/de/5.4.-Graph.md" ,
125+ " doc/de/6.1.-Imports-and-Exports.md" ,
126+ " doc/de/6.2.-AI-Prompt-Library.md" ,
127+ " doc/de/7.3.-QualCoder-Development.md" ,
128+ " doc/de/7.4.-SQlite-Data-Structure.md" ,
129+ " doc/de/7.5.-AI-Technical-Information.md" ,
130+ " doc/de/7.6.-How-to-contribute.md"
133131 ]}
134132]
135133
0 commit comments