-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
325 lines (318 loc) · 11.9 KB
/
Copy pathmkdocs.yml
File metadata and controls
325 lines (318 loc) · 11.9 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
site_name: Manual de usuario de RecWERTY
site_url: https://alfonsoautomatiza.github.io/recwerty/
site_description: Manual de RecWERTY 3.2.4 para grabar la pantalla en Windows, configurar audio y efectos, y exportar videos.
site_author: AlfonsoAutomatiza.com
repo_url: https://github.com/alfonsoautomatiza/recwerty
repo_name: alfonsoautomatiza/recwerty
exclude_docs: |
indice_docs.md
**/indice_*.md
es/capturas-checklist.md
hooks:
- hooks/manifest_mirror.py
copyright: Copyright © 2026 Alfonso Martinez - RecWERTY
theme:
name: material
custom_dir: overrides
language: es
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Cambiar a modo oscuro
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Cambiar a modo claro
font: false
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.footer
- navigation.path
- navigation.top
- navigation.tracking
- navigation.indexes
- search.highlight
- search.share
- search.suggest
- toc.follow
- content.code.copy
- content.tabs.link
icon:
logo: material/record-rec
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
toc_depth: 3
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
base_path: .
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.betterem
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- assets/stylesheets/extra.css
plugins:
- i18n:
docs_structure: folder
fallback_to_default: false
languages:
- locale: en
name: English
build: true
site_name: RecWERTY User Manual
site_description: RecWERTY 3.2.4 user guide for recording the Windows screen, configuring audio and effects, and exporting videos.
theme:
language: en
nav:
- Home: index.md
- Get started:
- What is RecWERTY?: que-es-recwerty.md
- Installation:
- Overview: instalacion/index.md
- System requirements: instalacion/requisitos.md
- Install RecWERTY: instalacion/instalacion.md
- First recording: instalacion/primeros-pasos.md
- Interface:
- Overview: interfaz/index.md
- Navigation: interfaz/navegacion.md
- Record:
- Capture:
- Choose what to capture: captura/index.md
- Record the screen: captura/grabacion.md
- Audio:
- Overview: audio/index.md
- Voice enhancement: audio/mejora-voz.md
- Configure audio: audio/configuracion.md
- Effects:
- Overview: efectos/index.md
- Click: efectos/click.md
- Cursor: efectos/cursor.md
- Particles: efectos/particulas.md
- Transitions: efectos/transiciones.md
- Keyboard sounds: efectos/sonidos-teclado.md
- Keyboard shortcuts: atajos.md
- Export:
- Settings:
- Overview: ajustes/index.md
- Export settings: ajustes/exportacion.md
- General settings: ajustes/generales.md
- Processing:
- How processing works: procesamiento/index.md
- Track a job: procesamiento/cola-renderizado.md
- Import a video: importar.md
- Social media export: redes-sociales.md
- GIF export: gif.md
- Customize:
- Branding:
- Overview: marca/index.md
- Brand panel: marca/panel-marca.md
- Brand presets: marca/presets.md
- Presets and backups: presets-respaldos.md
- Help:
- Troubleshooting: solucion-problemas.md
- License and versions: licencia.md
- Technical notes: notas-tecnicas.md
- locale: fr
name: Français
build: true
site_name: Manuel d'utilisation de RecWERTY
site_description: Guide de RecWERTY 3.2.4 pour enregistrer l'écran Windows, configurer l'audio et les effets, et exporter des vidéos.
theme:
language: fr
nav:
- Accueil: index.md
- Bien démarrer:
- Qu'est-ce que RecWERTY ?: que-es-recwerty.md
- Installation:
- Vue d'ensemble: instalacion/index.md
- Prérequis système: instalacion/requisitos.md
- Installer RecWERTY: instalacion/instalacion.md
- Premier enregistrement: instalacion/primeros-pasos.md
- Interface:
- Vue d'ensemble: interfaz/index.md
- Navigation: interfaz/navegacion.md
- Enregistrer:
- Capture:
- Choisir la capture: captura/index.md
- Enregistrer l'écran: captura/grabacion.md
- Audio:
- Vue d'ensemble: audio/index.md
- Amélioration vocale: audio/mejora-voz.md
- Configurer l'audio: audio/configuracion.md
- Effets:
- Vue d'ensemble: efectos/index.md
- Clic: efectos/click.md
- Curseur: efectos/cursor.md
- Particules: efectos/particulas.md
- Transitions: efectos/transiciones.md
- Sons de clavier: efectos/sonidos-teclado.md
- Raccourcis clavier: atajos.md
- Exporter:
- Paramètres:
- Vue d'ensemble: ajustes/index.md
- Paramètres d'exportation: ajustes/exportacion.md
- Paramètres généraux: ajustes/generales.md
- Traitement:
- Fonctionnement du traitement: procesamiento/index.md
- Suivre un travail: procesamiento/cola-renderizado.md
- Importer une vidéo: importar.md
- Export pour réseaux sociaux: redes-sociales.md
- Export GIF: gif.md
- Personnaliser:
- Marque:
- Vue d'ensemble: marca/index.md
- Panneau Marque: marca/panel-marca.md
- Presets de marque: marca/presets.md
- Presets et sauvegardes: presets-respaldos.md
- Aide:
- Dépannage: solucion-problemas.md
- Licence et versions: licencia.md
- Notes techniques: notas-tecnicas.md
# El locale por defecto (es) se construye EN ÚLTIMO LUGAR a propósito:
# con docs_structure folder cada build re-renderiza sitemap.xml y
# sobrevive el del último idioma; así el sitemap final es el completo
# del idioma principal (ver overrides/sitemap.xml).
- locale: es
default: true
name: Español
build: true
site_name: Manual de usuario de RecWERTY
site_description: Manual de RecWERTY 3.2.4 para grabar la pantalla en Windows, configurar audio y efectos, y exportar videos.
nav:
- Inicio: index.md
- Novedades: novedades.md
- Empezar:
- ¿Qué es RecWERTY?: que-es-recwerty.md
- Instalación:
- Vista general: instalacion/index.md
- Requisitos del sistema: instalacion/requisitos.md
- Instalar RecWERTY: instalacion/instalacion.md
- Instalador de Windows: instalacion/instalador-windows.md
- Primera grabación: instalacion/primeros-pasos.md
- Conocer la interfaz:
- Vista general: interfaz/index.md
- Navegación: interfaz/navegacion.md
- Grabar:
- Captura:
- Elegir qué capturar: captura/index.md
- Grabar la pantalla: captura/grabacion.md
- Audio:
- Vista general: audio/index.md
- Mejora de voz: audio/mejora-voz.md
- Configurar audio: audio/configuracion.md
- Efectos:
- Vista general: efectos/index.md
- Clic: efectos/click.md
- Cursor: efectos/cursor.md
- Partículas: efectos/particulas.md
- Transiciones: efectos/transiciones.md
- Sonidos de teclado: efectos/sonidos-teclado.md
- Atajos de teclado: atajos.md
- Exportar:
- Ajustes:
- Vista general: ajustes/index.md
- Configurar exportación: ajustes/exportacion.md
- Preferencias generales: ajustes/generales.md
- Procesamiento:
- Cómo se procesa un video: procesamiento/index.md
- Seguir un trabajo: procesamiento/cola-renderizado.md
- Importar un video: importar.md
- Exportar para redes sociales: redes-sociales.md
- Exportar un GIF: gif.md
- Personalizar:
- Marca:
- Vista general: marca/index.md
- Configurar la marca: marca/panel-marca.md
- Presets de marca: marca/presets.md
- Presets y respaldos: presets-respaldos.md
- Ayuda:
- Solución de problemas: solucion-problemas.md
- Licencia y versiones: licencia.md
- Microsoft Store: store.md
- Notas técnicas: notas-tecnicas.md
- Política de privacidad: privacidad.md
- search:
separator: '[\s\-\.]+'
lang:
- es
- en
- fr
- minify:
minify_html: true
minify_js: true
minify_css: true
- callouts
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/alfonsoautomatiza/recwerty
name: GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/%E2%98%85alfonso-martinez-gonzalez%E2%98%85-19236218/
analytics:
provider: google
property: G-9FBB0G8XHG
feedback:
title: ¿Esta página le ha sido útil?
ratings:
- icon: material/emoticon-happy-outline
name: Esta página es útil
data: 1
note: Gracias por su opinión
- icon: material/emoticon-neutral-outline
name: La página necesita mejorar
data: 0
note: Gracias por su opinión. Trabajaremos para mejorarla
consent:
title: Cookie
description: >-
Utilizamos cookies para reconocer sus visitas repetidas y sus preferencias,
así como para medir la eficacia de nuestra documentación y si los usuarios
encuentran lo que buscan. Con su consentimiento, nos ayuda a mejorar
nuestra documentación.
# Navigation structure
nav:
# Spanish (default)
- Inicio:
- index.md
- Novedades: novedades.md
- Microsoft Store: es/store.md
- Política de privacidad: es/privacidad.md
- Sobre Nosotros: 'https://www.linkedin.com/in/%E2%98%85alfonso-martinez-gonzalez%E2%98%85-19236218/'
- Repositorio: https://github.com/alfonsoautomatiza/recwerty