forked from thegreenter/greenter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
58 lines (52 loc) · 1.41 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
56
57
58
site_name: Greenter - Facturación Electrónica en Perú
site_url: https://giansalex.github.io/greenter
site_description: 'Greenter - Facturación Electrónica en Perú - SUNAT, siguiendo el estándar UBL 2.0, 2.1'
site_author: 'Giancarlos Salas'
# Repository
repo_name: 'giansalex/greenter'
repo_url: 'https://github.com/giansalex/greenter'
nav:
- Greenter: index.md
- Primeros Pasos: starter.md
- Migrar a UBL 2.1: migrate2.1.md
- Paso a Producción: production.md
- F. Exonerada: examples/exonerada.md
- F. Gratuita: examples/gratuita.md
- F. Descuentos: examples/descuento-linea.md
- F. Percepción: examples/percepcion.md
- F. Anticipos: examples/anticipo.md
- F. Detracción: examples/detraccion.md
- F. Exportación: examples/exportacion.md
- Contingencia: examples/contingencia.md
- 'API Referencia': https://giansalex.github.io/greenter-apidoc/
# Configuration
theme:
name: 'material'
favicon: 'img/favicon.ico'
logo:
icon: 'receipt'
language: 'es'
feature:
tabs: true
palette:
primary: 'Green'
accent: 'Indigo'
extra:
manifest: 'manifest.json'
social:
- type: 'github'
link: 'https://github.com/giansalex'
disqus: 'greenter'
search:
language: 'es'
# Google Analytics
google_analytics:
- 'UA-90097417-4'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite
- pymdownx.mark
- toc:
permalink: true