forked from thegreenter/greenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (71 loc) · 1.9 KB
/
mkdocs.yml
File metadata and controls
80 lines (71 loc) · 1.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
site_name: Greenter - Facturación Electrónica en Perú
site_url: https://giansalex.github.io/greenter
site_description: |
Crea facturas electrónicas siguiendo el estándar UBL 2.0, 2.1 en Perú,
bajo la normativa dispuesta por SUNAT
site_author: 'Giancarlos Salas'
# Repository
repo_name: 'giansalex/greenter'
repo_url: 'https://github.com/giansalex/greenter'
copyright: Copyright © 2017 Giancarlos Salas
nav:
- Inicio: index.md
- Empezar: starter.md
- Migrar a UBL 2.1: migrate2.1.md
- Paso a Producción: production.md
- 'Preguntas Frecuentes': faq.md
- 'API Referencia': https://giansalex.github.io/greenter-apidoc/
- Ejemplos:
- 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
- F. ICBPER: examples/icbper.md
- 'Boleta de Venta': examples/boleta.md
- Contingencia: examples/contingencia.md
# Configuration
theme:
name: 'material'
custom_dir: docs/overrides
favicon: 'img/greenter.ico'
logo: 'img/logo.svg'
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
static_templates:
- 404.html
language: 'es'
features:
- tabs
palette:
primary: 'Green'
accent: 'Indigo'
extra:
manifest: 'manifest.json'
social:
- icon: fontawesome/brands/github
link: https://github.com/giansalex
disqus: 'greenter'
extra_css:
- css/dark_theme.css
- css/codehilite.css
# Google Analytics
google_analytics:
- 'UA-90097417-4'
- 'auto'
plugins:
- search
- minify:
minify_html: true
# Extensions
markdown_extensions:
- admonition
- codehilite
- meta
- pymdownx.mark
- pymdownx.details
- toc:
permalink: true