@@ -7,135 +7,135 @@ docs_dir = "docs"
77repo_url = " https://github.com/QualCoder-Org/qualcoder-org.github.io"
88repo_name = " QualCoder-Org/qualcoder-org.github.io"
99edit_uri = " edit/main/docs/"
10-
1110nav = [
1211 {"Home" = " index.md" },
1312 {"Blog" = " https://qualcoder.wordpress.com/" },
14- {"Documentation" = " doc/index.md" },
13+ {"Documentation" = [
14+ {"English Documentation" = [
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+ ]},
15132 {"Resources" = " ressources.md" },
16133 {"Videos on QualCoder" = " videos.md" },
17134 {"Studies using QualCoder" = " using.md" },
18135 {"About Developers" = " about.md" },
19136 {"Forum" = " https://github.com/ccbogel/QualCoder/discussions" }
20137]
21- [[project .nav ]]
22- doc_en = [
23- {"Overview" = " doc/en/index.md" },
24- {"Setup" = [
25- " doc/en/2.1.-Installation.md" ,
26- " doc/en/2.2.-Settings.md" ,
27- " doc/en/2.3.-AI-Setup.md" ,
28- " doc/en/2.4.-Working-in-a-Team.md"
29- ]},
30- {"Managing Data" = [
31- " doc/en/3.1.-Creating-a-New-Project.md" ,
32- " doc/en/3.2.-Files.md" ,
33- " doc/en/3.3.-Cases.md" ,
34- " doc/en/3.4.-Attributes.md"
35- ]},
36- {"Coding" = [
37- " doc/en/4.1.-Coding-Text.md" ,
38- " doc/en/4.2.-AI-Assisted-Coding.md" ,
39- " doc/en/4.3.-Coding-Text-on-PDFs.md" ,
40- " doc/en/4.4.-Coding-Images.md" ,
41- " doc/en/4.5.-Coding-Audio-and-Video.md" ,
42- " doc/en/4.6-Code-Organiser.md"
43- ]},
44- {"Analyzing the Results" = [
45- " doc/en/5.1.-AI-chat-based-analysis.md" ,
46- " doc/en/5.2.-Journals.md" ,
47- " doc/en/5.3.-Reports.md" ,
48- " doc/en/5.4.-Graph.md"
49- ]},
50- {"Advanced Options" = [
51- " doc/en/6.1.-Imports-and-Exports.md" ,
52- " doc/en/6.2.-AI-Prompt-Library.md"
53- ]},
54- {"Other Information" = [
55- " doc/en/7.3.-QualCoder-Development.md" ,
56- " doc/en/7.4.-SQlite-Data-Structure.md" ,
57- " doc/en/7.5.-AI-Technical-Information.md" ,
58- " doc/en/7.6.-How-to-contribute.md"
59- ]}
60- ]
61- doc_fr = [
62- {"Aperçu" = " doc/fr/index.md" },
63- {"Installation et configuration" = [
64- " doc/fr/2.1.-Installation.md" ,
65- " doc/fr/2.2.-Settings.md" ,
66- " doc/fr/2.3.-AI-Setup.md" ,
67- " doc/fr/2.4.-Working-in-a-Team.md"
68- ]},
69- {"Gestion des données" = [
70- " doc/fr/3.1.-Creating-a-New-Project.md" ,
71- " doc/fr/3.2.-Files.md" ,
72- " doc/fr/3.3.-Cases.md" ,
73- " doc/fr/3.4.-Attributes.md"
74- ]},
75- {"Codage" = [
76- " doc/fr/4.1.-Coding-Text.md" ,
77- " doc/fr/4.2.-AI-Assisted-Coding.md" ,
78- " doc/fr/4.3.-Coding-Text-on-PDFs.md" ,
79- " doc/fr/4.4.-Coding-Images.md" ,
80- " doc/fr/4.5.-Coding-Audio-and-Video.md" ,
81- " doc/fr/4.6-Code-Organiser.md"
82- ]},
83- {"Analyser les résultats" = [
84- " doc/fr/5.1.-AI-chat-based-analysis.md" ,
85- " doc/fr/5.2.-Journals.md" ,
86- " doc/fr/5.3.-Reports.md" ,
87- " doc/fr/5.4.-Graph.md"
88- ]},
89- {"Options avancées" = [
90- " doc/fr/6.1.-Imports-and-Exports.md" ,
91- " doc/fr/6.2.-AI-Prompt-Library.md"
92- ]},
93- {"Autres informations" = [
94- " doc/fr/7.3.-QualCoder-Development.md" ,
95- " doc/fr/7.4.-SQlite-Data-Structure.md" ,
96- " doc/fr/7.5.-AI-Technical-Information.md" ,
97- " doc/fr/7.6.-How-to-contribute.md"
98- ]}
99- ]
100- doc_es = [
101- {"Resumen" = " doc/es/index.md" },
102- {"Configuración" = [
103- " doc/es/2.1.-Installation.md" ,
104- " doc/es/2.2.-Settings.md" ,
105- " doc/es/2.3.-AI-Setup.md" ,
106- " doc/es/2.4.-Working-in-a-Team.md"
107- ]},
108- {"Gestión de datos" = [
109- " doc/es/3.1.-Creating-a-New-Project.md" ,
110- " doc/es/3.2.-Files.md" ,
111- " doc/es/3.3.-Cases.md" ,
112- " doc/es/3.4.-Attributes.md"
113- ]},
114- {"Codificación" = [
115- " doc/es/4.1.-Coding-Text.md" ,
116- " doc/es/4.2.-AI-Assisted-Coding.md" ,
117- " doc/es/4.3.-Coding-Text-on-PDFs.md" ,
118- " doc/es/4.4.-Coding-Images.md" ,
119- " doc/es/4.5.-Coding-Audio-and-Video.md" ,
120- " doc/es/4.6-Code-Organiser.md"
121- ]},
122- {"Análisis de los resultados" = [
123- " doc/es/5.1.-AI-chat-based-analysis.md" ,
124- " doc/es/5.2.-Journals.md" ,
125- " doc/es/5.3.-Reports.md" ,
126- " doc/es/5.4.-Graph.md"
127- ]},
128- {"Opciones avanzadas" = [
129- " doc/es/6.1.-Imports-and-Exports.md" ,
130- " doc/es/6.2.-AI-Prompt-Library.md"
131- ]},
132- {"Otra información" = [
133- " doc/es/7.3.-QualCoder-Development.md" ,
134- " doc/es/7.4.-SQlite-Data-Structure.md" ,
135- " doc/es/7.5.-AI-Technical-Information.md" ,
136- " doc/es/7.6.-How-to-contribute.md"
137- ]}
138- ]
138+
139139[project .theme ]
140140variant = " modern" # classic = old them vs modern
141141language = " en"
@@ -147,6 +147,7 @@ features = [
147147 " navigation.expand" ,
148148 " navigation.path" ,
149149 " navigation.indexes" ,
150+ " toc.integrate" ,
150151 " search.highlight" ,
151152 " navigation.tabs" ,
152153 " navigation.tabs.sticky" ,
@@ -175,6 +176,7 @@ toggle.name = "Switch to system preference"
175176[project .extra ]
176177alternate = [
177178 { name = " English" , link = " /en/" , lang = " en" },
178- { name = " Español " , link = " /es /" , lang = " es " },
179+ { name = " Deutsch " , link = " /de /" , lang = " de " },
179180 { name = " Français" , link = " /fr/" , lang = " fr" }
180181]
182+
0 commit comments