forked from eclipxe13/CfdiUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (51 loc) · 1.74 KB
/
mkdocs.yml
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
site_name: "CfdiUtils"
site_description: "Librería de utilerías comunes para trabajar con PHP y CFDI 3.2 & 3.3 (México)"
theme:
name: "readthedocs"
language: "es"
nav:
- "CfdiUtils": "index.md"
- "Instalación":
- instalar/instalacion.md
- "Lectura":
- leer/leer-cfdi.md
- leer/leer-cfdi-retenciones.md
- leer/quickreader.md
- leer/limpieza-cfdi.md
- "Validación":
- validar/validacion-cfdi.md
- validar/validaciones-estandar.md
- "Creación":
- crear/crear-cfdi.md
- crear/elements-cfdi33.md
- crear/complemento-nomina12b.md
- crear/complementos-aun-no-implementados.md
- crear/cfdi-de-retenciones-e-informacion-de-pagos.md
- "Componentes":
- componentes/xmlresolver.md
- componentes/cadena-de-origen.md
- componentes/estado-sat.md
- componentes/elements.md
- componentes/nodes.md
- componentes/certificado.md
- "Utilerías":
- utilerias/openssl.md
- "Contribuir":
- contribuir/guia-desarrollador.md
- contribuir/guia-documentador.md
- contribuir/guia-windows.md
- "Problemas":
- problemas/contradicciones-pagos.md
- problemas/descarga-certificados.md
- problemas/multiples-complementos.md
- problemas/descarga-recursos.md
- "Acerca de":
- "To Do List": "TODO.md"
- "Changelog": "CHANGELOG.md"
markdown_extensions:
- toc:
permalink: ""
- admonition # add block-styled side content
- def_list # https://python-markdown.github.io/extensions/definition_lists/
- fenced_code # code blocks
copyright: "Copyright © MIT License 2017 - 2018 Carlos C Soto & contibutors"