-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
96 lines (91 loc) · 2.1 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: pyFlowChile
site_url: https://mariofix.github.io/pyflowcl
repo_url: https://github.com/mariofix/pyflowcl
repo_name: mariofix/pyflowcl
site_description: Documentacion para pyFlowCl
site_author: mariofix <[email protected]>
copyright: "MIT License"
edit_uri: ""
theme:
name: material
language: es
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: blue grey
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- content.tabs.link
- content.tooltips
- content.code.annotate
- content.code.copy
- content.code.select
- toc.integrate
icon:
repo: fontawesome/brands/github
logo: material/contactless-payment
alternate: material/translate-variant
font:
text: Ubuntu
extra:
alternate:
- name: Español
link: /
lang: es
scope: /
plugins:
- mkdocstrings
- social
- git-authors
nav:
- Inicio: index.md
- Cómo Usar: uso.md
- Referencia:
- Payment: apiclient-payment.md
- Refund: apiclient-refund.md
- ApiClient: apiclient.md
- Modelos: models.md
- Integraciones:
- Django Payments: django-payments.md
- Merchants: merchants.md
- Colabora: contributing.md
- Registro de Cambios: changelog.md
markdown_extensions:
abbr:
toc:
permalink: true
mdx_include:
base_path: docs
admonition:
extra:
attr_list:
def_list:
footnotes:
tables:
md_in_html:
pymdownx.superfences:
pymdownx.details:
pymdownx.snippets:
pymdownx.tabbed:
alternate_style: true
pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
pymdownx.highlight:
anchor_linenums: true
auto_title: true
pymdownx.inlinehilite: