Skip to content

Commit b58b849

Browse files
committed
i18n
1 parent 5a507bf commit b58b849

1 file changed

Lines changed: 80 additions & 69 deletions

File tree

mkdocs.yml

Lines changed: 80 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ edit_uri: edit/main/docs/
55
docs_dir: docs/
66
repo_name: 'QualCoder-Org/qualcoder-org.github.io'
77
repo_url: 'https://github.com/QualCoder-Org/qualcoder-org.github.io'
8+
89
theme:
910
name: 'material'
1011
logo: images/logo.png
1112
favicon: images/logo.png
1213
lang: en
1314
palette:
1415
primary: deep purple
15-
1616
features:
1717
- navigation.tabs
1818
- navigation.sections
@@ -26,80 +26,92 @@ theme:
2626
- content.code.annotate
2727
- content.tabs.link
2828
- navigation.footer
29+
extra:
30+
alternate:
31+
- name: English
32+
link: /doc/en/
33+
lang: en
34+
- name: Français
35+
link: /doc/fr/
36+
lang: fr
37+
2938
plugins:
3039
- blog
3140
- rss
3241
- search
42+
3343
nav:
3444
- Home: index.md
3545
- Blog: blog/
36-
- Documentation: doc/index.md
37-
- English Documentation: doc/en/index.md
38-
- 'Setup':
39-
- 'doc/en/2.1.-Installation.md'
40-
- 'doc/en/2.2.-Settings.md'
41-
- 'doc/en/2.3.-AI-Setup.md'
42-
- 'doc/en/2.4.-Working-in-a-Team.md'
43-
- 'Managing Data':
44-
- 'doc/en/3.1.-Creating-a-New-Project.md'
45-
- 'doc/en/3.2.-Files.md'
46-
- 'doc/en/3.3.-Cases.md'
47-
- 'doc/en/3.4.-Attributes.md'
48-
- 'Coding':
49-
- 'doc/en/4.1.-Coding-Text.md'
50-
- 'doc/en/4.2.-AI-Assisted-Coding.md'
51-
- 'doc/en/4.3.-Coding-Text-on-PDFs.md'
52-
- 'doc/en/4.4.-Coding-Images.md'
53-
- 'doc/en/4.5.-Coding-Audio-and-Video.md'
54-
- 'doc/en/4.6-Code-Organiser.md'
55-
- 'Analyzing the Results':
56-
- 'doc/en/5.1.-AI-chat-based-analysis.md'
57-
- 'doc/en/5.2.-Journals.md'
58-
- 'doc/en/5.3.-Reports.md'
59-
- 'doc/en/5.4.-Graph.md'
60-
- 'Advanced Options':
61-
- 'doc/en/6.1.-Imports-and-Exports.md'
62-
- 'doc/en/6.2.-AI-Prompt-Library.md'
63-
- 'Other information':
64-
- 'doc/en/7.1.-About-The-Developers.md'
65-
- 'doc/en/7.2.-QualCoder-Video-Tutorials.md'
66-
- 'doc/en/7.3.-QualCoder-Development.md'
67-
- 'doc/en/7.4.-SQlite-Data-Structure.md'
68-
- 'doc/en/7.5.-AI-Technical-Information.md'
69-
- Documentation en français: doc/fr/index.md
70-
- 'Installation et configuration':
71-
- 'doc/fr/2.1.-Installation.md'
72-
- 'doc/fr/2.2.-Settings.md'
73-
- 'doc/fr/2.3.-AI-Setup.md'
74-
- 'doc/fr/2.4.-Working-in-a-Team.md'
75-
- 'Gestion des données':
76-
- 'doc/fr/3.1.-Creating-a-New-Project.md'
77-
- 'doc/fr/3.2.-Files.md'
78-
- 'doc/fr/3.3.-Cases.md'
79-
- 'doc/fr/3.4.-Attributes.md'
80-
- 'Codage':
81-
- 'doc/fr/4.1.-Coding-Text.md'
82-
- 'doc/fr/4.2.-AI-Assisted-Coding.md'
83-
- 'doc/fr/4.3.-Coding-Text-on-PDFs.md'
84-
- 'doc/fr/4.4.-Coding-Images.md'
85-
- 'doc/fr/4.5.-Coding-Audio-and-Video.md'
86-
- 'doc/fr/4.6-Code-Organiser.md'
87-
- 'Analyser les résultats':
88-
- 'doc/fr/5.1.-AI-chat-based-analysis.md'
89-
- 'doc/fr/5.2.-Journals.md'
90-
- 'doc/fr/5.3.-Reports.md'
91-
- 'doc/fr/5.4.-Graph.md'
92-
- 'Options avancées':
93-
- 'doc/fr/6.1.-Imports-and-Exports.md'
94-
- 'doc/fr/6.2.-AI-Prompt-Library.md'
95-
- 'Autres informations':
96-
- 'doc/fr/7.1.-About-The-Developers.md'
97-
- 'doc/fr/7.2.-QualCoder-Video-Tutorials.md'
98-
- 'doc/fr/7.3.-QualCoder-Development.md'
99-
- 'doc/fr/7.4.-SQlite-Data-Structure.md'
100-
- 'doc/fr/7.5.-AI-Technical-Information.md'
101-
- 'doc/fr/Translation.md'
102-
- 'Resources': ressources.md
46+
- Documentation:
47+
- English Documentation:
48+
- Overview: doc/en/index.md
49+
- Setup:
50+
- Installation: doc/en/2.1.-Installation.md
51+
- Settings: doc/en/2.2.-Settings.md
52+
- AI Setup: doc/en/2.3.-AI-Setup.md
53+
- Working in a Team: doc/en/2.4.-Working-in-a-Team.md
54+
- Managing Data:
55+
- Creating a New Project: doc/en/3.1.-Creating-a-New-Project.md
56+
- Files: doc/en/3.2.-Files.md
57+
- Cases: doc/en/3.3.-Cases.md
58+
- Attributes: doc/en/3.4.-Attributes.md
59+
- Coding:
60+
- Text Coding: doc/en/4.1.-Coding-Text.md
61+
- AI-Assisted Coding: doc/en/4.2.-AI-Assisted-Coding.md
62+
- Coding on PDFs: doc/en/4.3.-Coding-Text-on-PDFs.md
63+
- Coding Images: doc/en/4.4.-Coding-Images.md
64+
- Coding Audio and Video: doc/en/4.5.-Coding-Audio-and-Video.md
65+
- Code Organiser: doc/en/4.6-Code-Organiser.md
66+
- Analyzing the Results:
67+
- AI Chat Analysis: doc/en/5.1.-AI-chat-based-analysis.md
68+
- Journals: doc/en/5.2.-Journals.md
69+
- Reports: doc/en/5.3.-Reports.md
70+
- Graphs: doc/en/5.4.-Graph.md
71+
- Advanced Options:
72+
- Imports and Exports: doc/en/6.1.-Imports-and-Exports.md
73+
- AI Prompt Library: doc/en/6.2.-AI-Prompt-Library.md
74+
- Other Information:
75+
- About the Developers: doc/en/7.1.-About-The-Developers.md
76+
- Video Tutorials: doc/en/7.2.-QualCoder-Video-Tutorials.md
77+
- Development: doc/en/7.3.-QualCoder-Development.md
78+
- SQLite Data Structure: doc/en/7.4.-SQlite-Data-Structure.md
79+
- AI Technical Information: doc/en/7.5.-AI-Technical-Information.md
80+
- Documentation en français:
81+
- Aperçu: doc/fr/index.md
82+
- Installation et configuration:
83+
- Installation: doc/fr/2.1.-Installation.md
84+
- Paramètres: doc/fr/2.2.-Settings.md
85+
- Configuration IA: doc/fr/2.3.-AI-Setup.md
86+
- Travail d'équipe: doc/fr/2.4.-Working-in-a-Team.md
87+
- Gestion des données:
88+
- Créer un nouveau projet: doc/fr/3.1.-Creating-a-New-Project.md
89+
- Fichiers: doc/fr/3.2.-Files.md
90+
- Cas: doc/fr/3.3.-Cases.md
91+
- Attributs: doc/fr/3.4.-Attributes.md
92+
- Codage:
93+
- Codage de texte: doc/fr/4.1.-Coding-Text.md
94+
- Codage assisté par IA: doc/fr/4.2.-AI-Assisted-Coding.md
95+
- Codage sur PDF: doc/fr/4.3.-Coding-Text-on-PDFs.md
96+
- Codage d'images: doc/fr/4.4.-Coding-Images.md
97+
- Codage audio et vidéo: doc/fr/4.5.-Coding-Audio-and-Video.md
98+
- Organisateur de codes: doc/fr/4.6-Code-Organiser.md
99+
- Analyser les résultats:
100+
- Analyse par chat IA: doc/fr/5.1.-AI-chat-based-analysis.md
101+
- Journaux: doc/fr/5.2.-Journals.md
102+
- Rapports: doc/fr/5.3.-Reports.md
103+
- Graphiques: doc/fr/5.4.-Graph.md
104+
- Options avancées:
105+
- Imports et exports: doc/fr/6.1.-Imports-and-Exports.md
106+
- Bibliothèque de prompts IA: doc/fr/6.2.-AI-Prompt-Library.md
107+
- Autres informations:
108+
- À propos des développeurs: doc/fr/7.1.-About-The-Developers.md
109+
- Tutoriels vidéo: doc/fr/7.2.-QualCoder-Video-Tutorials.md
110+
- Développement: doc/fr/7.3.-QualCoder-Development.md
111+
- Structure SQLite: doc/fr/7.4.-SQlite-Data-Structure.md
112+
- Informations techniques IA: doc/fr/7.5.-AI-Technical-Information.md
113+
- Traduction: doc/fr/Translation.md
114+
- Resources: ressources.md
103115
- 'Studies using QualCoder': using.md
104116
- 'About Developers': about.md
105117
- 'Forum': 'https://github.com/ccbogel/QualCoder/discussions'
@@ -111,4 +123,3 @@ extra:
111123
- icon: fontawesome/brands/facebook
112124
link: https://www.facebook.com/groups/1251478525589873
113125

114-

0 commit comments

Comments
 (0)