Skip to content

Commit 07e3301

Browse files
committed
fix
1 parent 7ca6e84 commit 07e3301

1 file changed

Lines changed: 44 additions & 43 deletions

File tree

mkdocs.yml

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,50 @@ 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
plugins:
910
- blog
10-
11+
1112
nav:
12-
- Home: index.md
13-
- News: news/index.md
14-
- Documentation : doc.md
15-
- English: doc/en/index.md
16-
- 'Installation et configuration':
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-
- 'Gestion des données':
22-
- 'doc/en/3.1.-Creating-a-New-Project.md'
23-
- 'doc/en/3.2.-Files.md'
24-
- 'doc/en/3.3.-Cases.md'
25-
- 'doc/en/3.4.-Attributes.md'
26-
- 'Codage':
27-
- 'doc/en/4.1.-Coding-Text.md'
28-
- 'doc/en/4.2.-AI-Assisted-Coding.md'
29-
- 'doc/en/4.3.-Coding-Text-on-PDFs.md'
30-
- 'doc/en/4.4.-Coding-Images.md'
31-
- 'doc/en/4.5.-Coding-Audio-and-Video.md'
32-
- 'doc/en/4.6-Code-Organiser.md'
33-
- 'Analyser les résultats':
34-
- 'doc/en/5.1.-AI-chat-based-analysis.md'
35-
- 'doc/en/5.2.-Journals.md'
36-
- 'doc/en/5.3.-Reports.md'
37-
- 'doc/en/5.4.-Graph.md'
38-
- 'Options avancées':
39-
- 'doc/en/6.1.-Imports-and-Exports.md'
40-
- 'doc/en/6.2.-AI-Prompt-Library.md'
41-
- 'Autres informations':
42-
- 'doc/en/7.1.-About-The-Developers.md'
43-
- 'doc/en/7.2.-QualCoder-Video-Tutorials.md'
44-
- 'doc/en/7.3.-QualCoder-Development.md'
45-
- 'doc/en/7.4.-SQlite-Data-Structure.md'
46-
- 'doc/en/7.5.-AI-Technical-Information.md'
47-
- 'Ressources': ressources.md
48-
- 'Studies using QualCoder': using.md
49-
- 'About Developers': about.md
13+
- Home: index.md
14+
- News: news/index.md
15+
- Documentation:
16+
- English: 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+
- 'Ressources': ressources.md
49+
- 'Studies using QualCoder': using.md
50+
- 'About Developers': about.md
51+
5052
theme:
5153
name: 'material'
5254
logo: images/logo.png
@@ -64,13 +66,11 @@ theme:
6466

6567
extra:
6668
social:
67-
- icon: fontawesome/brands/github
69+
- icon: fontawesome/brands/github
6870
link: https://github.com/ccbogel/QualCoder
69-
70-
extra:
7171
alternate:
7272
- name: English
73-
link: /en/
73+
link: /en/
7474
lang: en
7575
- name: Deutsch
7676
link: /de/
@@ -96,3 +96,4 @@ extra:
9696
- name: Chinese
9797
link: /zh/
9898
lang: zh
99+

0 commit comments

Comments
 (0)