-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.linkcheckerrc
More file actions
54 lines (45 loc) · 1.15 KB
/
Copy path.linkcheckerrc
File metadata and controls
54 lines (45 loc) · 1.15 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
[LinkChecker]
# Configuración para validar enlaces en sitio MkDocs
# Verificar enlaces internos y externos
checkextern=1
# Seguir redirecciones
maxrequestspersecond=5
# Timeout por enlace (segundos)
timeout=30
# Profundidad máxima de recursión
recursionlevel=3
# Ignorar URLs con estos patrones
ignore=
# Enlaces internos de MkDocs
^#.*
# Protocolos no HTTP
^(mailto|tel|javascript|data):.*
# Enlaces locales absolutos
^file://.*
# Anchors internos
.*\.html#.*
# Solo verificar estos tipos de archivos
filetypes=
html
# Status codes a ignorar (aceptables)
ignoreerrors=
# Redirecciones temporales/permanentes
301,302,307,308
# No autorizado (páginas que requieren login)
401,403
# No encontrado pero aceptable (páginas que pueden no existir)
404
# Error del servidor temporal
500,502,503,504
# Anchors a ignorar
ignoreanchor=
# Anchors comunes que pueden no existir
top,content,main,footer
# Warnings a ignorar
ignorewarnings=
# URL con caracteres especiales
url-effective-url
# Redirecciones
http-moved-permanent,http-redirected
# Robots.txt
http-robots-denied