-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
101 lines (91 loc) · 2.59 KB
/
mkdocs.yml
File metadata and controls
101 lines (91 loc) · 2.59 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
site_name: Greenter - Facturación Electrónica en Perú
site_url: https://greenter.dev
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: 'greenter/greenter'
repo_url: 'https://github.com/thegreenter/docs'
copyright: Copyright © 2020 Greenter
nav:
- Inicio:
- index.md
- Empezar:
- Guia de Inicio: starter.md
- Detalles de uso: usage.md
- Paso a Producción: production.md
- 'Preguntas Frecuentes': faq.md
- 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
- 'Forma de Pago': examples/forma-pago.md
- Otros: examples/mas.md
- Referencia:
- greenter/xml: packages/xml.md
- greenter/xmldsig: packages/sign.md
- greenter/ws: packages/ws.md
- greenter/report: packages/report.md
- greenter/xml-parser: packages/xml-parser.md
- 'API Referencia': https://reference.greenter.dev/
# Configuration
theme:
name: 'material'
custom_dir: docs/overrides
favicon: 'img/favicon.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:
- navigation.tabs
palette:
scheme: slate
primary: green
accent: indigo
extra:
manifest: 'manifest.webmanifest'
social:
- icon: fontawesome/brands/github
link: https://github.com/thegreenter
- icon: fontawesome/brands/facebook
link: https://fb.me/thegreenter
- icon: fontawesome/brands/discourse
link: https://community.greenter.dev/
- icon: fontawesome/brands/gratipay
link: https://yape.greenter.dev/
repo_project: https://github.com/thegreenter/greenter
extra_css:
- 'css/codehilite.css'
extra_javascript:
- 'js/app.js'
plugins:
- search
- minify:
minify_html: true
# Extensions
markdown_extensions:
- admonition
- codehilite
- meta
- pymdownx.mark
- pymdownx.details
- pymdownx.tabbed
- pymdownx.inlinehilite
- pymdownx.superfences
- footnotes
- pymdownx.magiclink:
repo_url_shortener: true
- toc:
permalink: true