Skip to content

Commit 8775b37

Browse files
committed
multilangue
1 parent ba33a48 commit 8775b37

1 file changed

Lines changed: 118 additions & 1 deletion

File tree

zensical.toml

Lines changed: 118 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,124 @@ nav = [
1818
{"About Developers" = "about.md"},
1919
{"Forum" = "https://github.com/ccbogel/QualCoder/discussions"}
2020
]
21-
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+
]
22139
[project.theme]
23140
variant = "modern" # classic = old them vs modern
24141
language = "en"

0 commit comments

Comments
 (0)