-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
164 lines (159 loc) · 5.71 KB
/
mkdocs.yml
File metadata and controls
164 lines (159 loc) · 5.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
site_name: QualCoder
site_description: 'QualCoder Website'
site_author: 'QualCoder Teams'
edit_uri: edit/main/docs/
docs_dir: docs/
repo_name: 'QualCoder-Org/qualcoder-org.github.io'
repo_url: 'https://github.com/QualCoder-Org/qualcoder-org.github.io'
theme:
name: 'material'
custom_dir: overrides
logo: images/logo.png
favicon: images/logo.png
lang: en
palette:
primary: deep purple
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.tabs.sticky
- navigation.top
- navigation.indexes
- navigation.path
- attr_list
- content.action.edit
- content.code.annotate
- content.tabs.link
- navigation.footer
extra:
extra_css:
- stylesheets/extra.css
alternate:
- name: English
link: /doc/en/
lang: en
- name: Français
link: /doc/fr/
lang: fr
plugins:
- blog
- rss
- search
nav:
- Home: index.md
- Blog: blog/
- Documentation:
- English Documentation:
- Overview: doc/en/index.md
- Setup:
- doc/en/2.1.-Installation.md
- doc/en/2.2.-Settings.md
- doc/en/2.3.-AI-Setup.md
- doc/en/2.4.-Working-in-a-Team.md
- Managing Data:
- doc/en/3.1.-Creating-a-New-Project.md
- doc/en/3.2.-Files.md
- doc/en/3.3.-Cases.md
- doc/en/3.4.-Attributes.md
- Coding:
- doc/en/4.1.-Coding-Text.md
- doc/en/4.2.-AI-Assisted-Coding.md
- doc/en/4.3.-Coding-Text-on-PDFs.md
- doc/en/4.4.-Coding-Images.md
- doc/en/4.5.-Coding-Audio-and-Video.md
- doc/en/4.6-Code-Organiser.md
- Analyzing the Results:
- doc/en/5.1.-AI-chat-based-analysis.md
- doc/en/5.2.-Journals.md
- doc/en/5.3.-Reports.md
- doc/en/5.4.-Graph.md
- Advanced Options:
- doc/en/6.1.-Imports-and-Exports.md
- doc/en/6.2.-AI-Prompt-Library.md
- Other Information:
- doc/en/7.1.-About-The-Developers.md
- doc/en/7.2.-QualCoder-Video-Tutorials.md
- doc/en/7.3.-QualCoder-Development.md
- doc/en/7.4.-SQlite-Data-Structure.md
- doc/en/7.5.-AI-Technical-Information.md
- doc/en/7.6.-How-to-contribute.md
- Documentation en français:
- Aperçu: doc/fr/index.md
- doc/fr/readme.md
- Installation et configuration:
- doc/fr/2.1.-Installation.md
- doc/fr/2.2.-Settings.md
- doc/fr/2.3.-AI-Setup.md
- doc/fr/2.4.-Working-in-a-Team.md
- Gestion des données:
- doc/fr/3.1.-Creating-a-New-Project.md
- Fichiers: doc/fr/3.2.-Files.md
- Cas: doc/fr/3.3.-Cases.md
- Attributs: doc/fr/3.4.-Attributes.md
- Codage:
- doc/fr/4.1.-Coding-Text.md
- doc/fr/4.2.-AI-Assisted-Coding.md
- doc/fr/4.3.-Coding-Text-on-PDFs.md
- doc/fr/4.4.-Coding-Images.md
- doc/fr/4.5.-Coding-Audio-and-Video.md
- doc/fr/4.6-Code-Organiser.md
- Analyser les résultats:
- doc/fr/5.1.-AI-chat-based-analysis.md
- doc/fr/5.2.-Journals.md
- doc/fr/5.3.-Reports.md
- doc/fr/5.4.-Graph.md
- Options avancées:
- doc/fr/6.1.-Imports-and-Exports.md
- doc/fr/6.2.-AI-Prompt-Library.md
- Autres informations:
- doc/fr/7.1.-About-The-Developers.md
- doc/fr/7.2.-QualCoder-Video-Tutorials.md
- doc/fr/7.3.-QualCoder-Development.md
- doc/fr/7.4.-SQlite-Data-Structure.md
- doc/fr/7.5.-AI-Technical-Information.md
- doc/fr/7.6.-How-to-contribute.md
- Documentación en español:
- Resumen: doc/es/index.md
- Configuración:
- doc/es/2.1.-Installation.md
- doc/es/2.2.-Settings.md
- doc/es/2.3.-AI-Setup.md
- doc/es/2.4.-Working-in-a-Team.md
- Gestión de datos:
- doc/es/3.1.-Creating-a-New-Project.md
- doc/es/3.2.-Files.md
- doc/es/3.3.-Cases.md
- doc/es/3.4.-Attributes.md
- Codificación:
- doc/es/4.1.-Coding-Text.md
- doc/es/4.2.-AI-Assisted-Coding.md
- doc/es/4.3.-Coding-Text-on-PDFs.md
- doc/es/4.4.-Coding-Images.md
- doc/es/4.5.-Coding-Audio-and-Video.md
- doc/es/4.6-Code-Organiser.md
- Análisis de los resultados:
- doc/es/5.1.-AI-chat-based-analysis.md
- doc/es/5.2.-Journals.md
- doc/es/5.3.-Reports.md
- doc/es/5.4.-Graph.md
- Opciones avanzadas:
- doc/es/6.1.-Imports-and-Exports.md
- doc/es/6.2.-AI-Prompt-Library.md
- Otra información:
- doc/es/7.1.-About-The-Developers.md
- doc/es/7.2.-QualCoder-Video-Tutorials.md
- doc/es/7.3.-QualCoder-Development.md
- doc/es/7.4.-SQlite-Data-Structure.md
- doc/es/7.5.-AI-Technical-Information.md
- doc/es/7.6.-How-to-contribute.md
- Resources: ressources.md
- 'Studies using QualCoder': using.md
- 'About Developers': about.md
- 'Forum': 'https://github.com/ccbogel/QualCoder/discussions'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ccbogel/QualCoder
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/groups/1251478525589873