-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
78 lines (74 loc) · 1.72 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
71
72
73
74
75
76
77
78
site_name: django-payments-chile
repo_url: https://github.com/mariofix/django-payments-chile
repo_name: mariofix/django-payments-chile
site_url: https://mariofix.github.io/django-payments-chile
site_description: Pasarelas de pago chilenas para django-payments
site_author: mariofix <[email protected]>
copyright: "MIT License"
edit_uri: ""
theme:
name: material
palette:
scheme: slate
primary: deep purple
accent: teal
font:
text: Roboto
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
- Uso: uso.md
- Integraciones: providers.md
- Guias de Instalación:
- Aplicación Django: guia-django.md
- Tienda en Django: guias-tienda.md
- Desde Cero: guias.md
- Referencia:
- API: api.md
- FlowProvider: api-flowprovider.md
- KhipuProvider: api-khipuprovider.md
- WebpayProvider: api-webpayprovider.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