Skip to content

Commit f25746e

Browse files
committed
fix
1 parent e3d6f83 commit f25746e

1 file changed

Lines changed: 66 additions & 64 deletions

File tree

mkdocs.yml

Lines changed: 66 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -13,70 +13,72 @@ nav:
1313
- Home: index.md
1414
- News: news/index.md
1515
- Documentation:
16-
- en: doc/en/index.md
17-
- 'Installation et configuration':
18-
- 'Installation': 'doc/en/2.1.-Installation.md'
19-
- 'Settings': 'doc/en/2.2.-Settings.md'
20-
- 'AI Setup': 'doc/en/2.3.-AI-Setup.md'
21-
- 'Working in a Team': 'doc/en/2.4.-Working-in-a-Team.md'
22-
- 'Gestion des données':
23-
- 'Creating a New Project': 'doc/en/3.1.-Creating-a-New-Project.md'
24-
- 'Files': 'doc/en/3.2.-Files.md'
25-
- 'Cases': 'doc/en/3.3.-Cases.md'
26-
- 'Attributes': 'doc/en/3.4.-Attributes.md'
27-
- 'Codage':
28-
- 'Coding Text': 'doc/en/4.1.-Coding-Text.md'
29-
- 'AI-Assisted Coding': 'doc/en/4.2.-AI-Assisted-Coding.md'
30-
- 'Coding Text on PDFs': 'doc/en/4.3.-Coding-Text-on-PDFs.md'
31-
- 'Coding Images': 'doc/en/4.4.-Coding-Images.md'
32-
- 'Coding Audio and Video': 'doc/en/4.5.-Coding-Audio-and-Video.md'
33-
- 'Code Organiser': 'doc/en/4.6-Code-Organiser.md'
34-
- 'Analyser les résultats':
35-
- 'AI Chat-based Analysis': 'doc/en/5.1.-AI-chat-based-analysis.md'
36-
- 'Journals': 'doc/en/5.2.-Journals.md'
37-
- 'Reports': 'doc/en/5.3.-Reports.md'
38-
- 'Graph': 'doc/en/5.4.-Graph.md'
39-
- 'Options avancées':
40-
- 'Imports and Exports': 'doc/en/6.1.-Imports-and-Exports.md'
41-
- 'AI Prompt Library': 'doc/en/6.2.-AI-Prompt-Library.md'
42-
- 'Autres informations':
43-
- 'About The Developers': 'doc/en/7.1.-About-The-Developers.md'
44-
- 'QualCoder Video Tutorials': 'doc/en/7.2.-QualCoder-Video-Tutorials.md'
45-
- 'QualCoder Development': 'doc/en/7.3.-QualCoder-Development.md'
46-
- 'SQLite Data Structure': 'doc/en/7.4.-SQlite-Data-Structure.md'
47-
- 'AI Technical Information': 'doc/en/7.5.-AI-Technical-Information.md'
48-
- fr: doc/fr/index.md
49-
- 'Installation et configuration':
50-
- 'Installation': 'doc/fr/2.1.-Installation.md'
51-
- 'Settings': 'doc/fr/2.2.-Settings.md'
52-
- 'AI Setup': 'doc/fr/2.3.-AI-Setup.md'
53-
- 'Working in a Team': 'doc/fr/2.4.-Working-in-a-Team.md'
54-
- 'Gestion des données':
55-
- 'Creating a New Project': 'doc/fr/3.1.-Creating-a-New-Project.md'
56-
- 'Files': 'doc/fr/3.2.-Files.md'
57-
- 'Cases': 'doc/fr/3.3.-Cases.md'
58-
- 'Attributes': 'doc/fr/3.4.-Attributes.md'
59-
- 'Codage':
60-
- 'Coding Text': 'doc/fr/4.1.-Coding-Text.md'
61-
- 'AI-Assisted Coding': 'doc/fr/4.2.-AI-Assisted-Coding.md'
62-
- 'Coding Text on PDFs': 'doc/fr/4.3.-Coding-Text-on-PDFs.md'
63-
- 'Coding Images': 'doc/fr/4.4.-Coding-Images.md'
64-
- 'Coding Audio and Video': 'doc/fr/4.5.-Coding-Audio-and-Video.md'
65-
- 'Code Organiser': 'doc/fr/4.6-Code-Organiser.md'
66-
- 'Analyser les résultats':
67-
- 'AI Chat-based Analysis': 'doc/fr/5.1.-AI-chat-based-analysis.md'
68-
- 'Journals': 'doc/fr/5.2.-Journals.md'
69-
- 'Reports': 'doc/fr/5.3.-Reports.md'
70-
- 'Graph': 'doc/fr/5.4.-Graph.md'
71-
- 'Options avancées':
72-
- 'Imports and Exports': 'doc/fr/6.1.-Imports-and-Exports.md'
73-
- 'AI Prompt Library': 'doc/fr/6.2.-AI-Prompt-Library.md'
74-
- 'Autres informations':
75-
- 'About The Developers': 'doc/fr/7.1.-About-The-Developers.md'
76-
- 'QualCoder Video Tutorials': 'doc/fr/7.2.-QualCoder-Video-Tutorials.md'
77-
- 'QualCoder Development': 'doc/fr/7.3.-QualCoder-Development.md'
78-
- 'SQLite Data Structure': 'doc/fr/7.4.-SQlite-Data-Structure.md'
79-
- 'AI Technical Information': 'doc/fr/7.5.-AI-Technical-Information.md'
16+
- English:
17+
- Overview: doc/en/index.md
18+
- 'Installation et configuration':
19+
- 'Installation': 'doc/en/2.1.-Installation.md'
20+
- 'Settings': 'doc/en/2.2.-Settings.md'
21+
- 'AI Setup': 'doc/en/2.3.-AI-Setup.md'
22+
- 'Working in a Team': 'doc/en/2.4.-Working-in-a-Team.md'
23+
- 'Gestion des données':
24+
- 'Creating a New Project': 'doc/en/3.1.-Creating-a-New-Project.md'
25+
- 'Files': 'doc/en/3.2.-Files.md'
26+
- 'Cases': 'doc/en/3.3.-Cases.md'
27+
- 'Attributes': 'doc/en/3.4.-Attributes.md'
28+
- 'Codage':
29+
- 'Coding Text': 'doc/en/4.1.-Coding-Text.md'
30+
- 'AI-Assisted Coding': 'doc/en/4.2.-AI-Assisted-Coding.md'
31+
- 'Coding Text on PDFs': 'doc/en/4.3.-Coding-Text-on-PDFs.md'
32+
- 'Coding Images': 'doc/en/4.4.-Coding-Images.md'
33+
- 'Coding Audio and Video': 'doc/en/4.5.-Coding-Audio-and-Video.md'
34+
- 'Code Organiser': 'doc/en/4.6-Code-Organiser.md'
35+
- 'Analyser les résultats':
36+
- 'AI Chat-based Analysis': 'doc/en/5.1.-AI-chat-based-analysis.md'
37+
- 'Journals': 'doc/en/5.2.-Journals.md'
38+
- 'Reports': 'doc/en/5.3.-Reports.md'
39+
- 'Graph': 'doc/en/5.4.-Graph.md'
40+
- 'Options avancées':
41+
- 'Imports and Exports': 'doc/en/6.1.-Imports-and-Exports.md'
42+
- 'AI Prompt Library': 'doc/en/6.2.-AI-Prompt-Library.md'
43+
- 'Autres informations':
44+
- 'About The Developers': 'doc/en/7.1.-About-The-Developers.md'
45+
- 'QualCoder Video Tutorials': 'doc/en/7.2.-QualCoder-Video-Tutorials.md'
46+
- 'QualCoder Development': 'doc/en/7.3.-QualCoder-Development.md'
47+
- 'SQLite Data Structure': 'doc/en/7.4.-SQlite-Data-Structure.md'
48+
- 'AI Technical Information': 'doc/en/7.5.-AI-Technical-Information.md'
49+
- Français:
50+
- Aperçu: doc/fr/index.md
51+
- 'Installation et configuration':
52+
- 'Installation': 'doc/fr/2.1.-Installation.md'
53+
- 'Settings': 'doc/fr/2.2.-Settings.md'
54+
- 'AI Setup': 'doc/fr/2.3.-AI-Setup.md'
55+
- 'Working in a Team': 'doc/fr/2.4.-Working-in-a-Team.md'
56+
- 'Gestion des données':
57+
- 'Creating a New Project': 'doc/fr/3.1.-Creating-a-New-Project.md'
58+
- 'Files': 'doc/fr/3.2.-Files.md'
59+
- 'Cases': 'doc/fr/3.3.-Cases.md'
60+
- 'Attributes': 'doc/fr/3.4.-Attributes.md'
61+
- 'Codage':
62+
- 'Coding Text': 'doc/fr/4.1.-Coding-Text.md'
63+
- 'AI-Assisted Coding': 'doc/fr/4.2.-AI-Assisted-Coding.md'
64+
- 'Coding Text on PDFs': 'doc/fr/4.3.-Coding-Text-on-PDFs.md'
65+
- 'Coding Images': 'doc/fr/4.4.-Coding-Images.md'
66+
- 'Coding Audio and Video': 'doc/fr/4.5.-Coding-Audio-and-Video.md'
67+
- 'Code Organiser': 'doc/fr/4.6-Code-Organiser.md'
68+
- 'Analyser les résultats':
69+
- 'AI Chat-based Analysis': 'doc/fr/5.1.-AI-chat-based-analysis.md'
70+
- 'Journals': 'doc/fr/5.2.-Journals.md'
71+
- 'Reports': 'doc/fr/5.3.-Reports.md'
72+
- 'Graph': 'doc/fr/5.4.-Graph.md'
73+
- 'Options avancées':
74+
- 'Imports and Exports': 'doc/fr/6.1.-Imports-and-Exports.md'
75+
- 'AI Prompt Library': 'doc/fr/6.2.-AI-Prompt-Library.md'
76+
- 'Autres informations':
77+
- 'About The Developers': 'doc/fr/7.1.-About-The-Developers.md'
78+
- 'QualCoder Video Tutorials': 'doc/fr/7.2.-QualCoder-Video-Tutorials.md'
79+
- 'QualCoder Development': 'doc/fr/7.3.-QualCoder-Development.md'
80+
- 'SQLite Data Structure': 'doc/fr/7.4.-SQlite-Data-Structure.md'
81+
- 'AI Technical Information': 'doc/fr/7.5.-AI-Technical-Information.md'
8082
- 'Ressources': ressources.md
8183
- 'Studies using QualCoder': using.md
8284
- 'About Developers': about.md

0 commit comments

Comments
 (0)