forked from fixmycode/pykhipu
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (66 loc) · 1.45 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
59
60
61
62
63
64
65
66
67
68
69
70
site_name: khipu-tools
repo_url: https://github.com/mariofix/khipu-tools
repo_name: mariofix/khipu-tools
site_url: https://mariofix.github.io/khipu-tools
site_description: Set de herramientas para operar con la APIv3 de Khipu
site_author: mariofix <[email protected]>
copyright: "MIT License"
edit_uri: ""
theme:
name: material
palette:
scheme: slate
primary: deep purple
accent: teal
font:
text: Monserrat
language: es
icon:
logo: material/contactless-payment
repo: fontawesome/brands/github
features:
- navigation.tracking
- navigation.tabs
- navigation.sections
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- search.share
plugins:
- mkdocstrings
- search
nav:
- Inicio: index.md
- Pagos Instantáneos: pagos-instantaneos.md
- Pagos Automáticos: pagos-automaticos.md
- API: api.md
- Colabora: contributing.md
- Cambios: CHANGELOG.md
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- tables
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true