-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (79 loc) · 2.4 KB
/
mkdocs.yml
File metadata and controls
91 lines (79 loc) · 2.4 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
site_name: AbacatePay
repo_url: https://github.com/AbacatePay/abacatepay-python-sdk
edit_uri: tree/main/docs/
site_description: O SDK oficial de Python para integram com a AbacatePay.
copyright: Copyright © 2024 AbacatePay
nav:
- Inicio: index.md
- Tutoriais:
- Como pegar minha chave de acesso: tutorials/getting_api_key.md
- Criando o cliente: tutorials/create_client.md
- Uso assíncrono: tutorials/asynchronous.md
- Implementando um fluxo de cobrança: tutorials/billing_flow.md
- Gerenciando clientes: tutorials/managing_customers.md
- Criando uma cobrança PIX: tutorials/creating_a_pix_payment.md
- Criando um cupom de desconto: tutorials/applying_a_coupon.md
- Como contribuir: contributing.md
- Referencia da API (en):
- Billings: api/billings.md
- Coupons: api/coupons.md
- Customers: api/customers.md
- PIX QRCode: api/PIX_QRCode.md
- Products: api/products.md
theme:
name: material
language: pt-BR
favicon: assets/icons/favicon-32x32.png
logo: assets/icons/logo.svg
title: AbacatePay
palette:
- scheme: slate
toggle:
icon: material/weather-sunny
name: Alterar para tema claro
primary: black
accent: teal
- scheme: default
toggle:
icon: material/weather-night
name: Alterar para tema escuro
primary: green
accent: teal
icon:
annotation: material/plus-circle
features:
- content.code.annotate
- navigation.footer
plugins:
- macros
- search
- mkdocstrings:
handlers:
python:
paths: [abacatepay]
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.blocks.admonition
- pymdownx.blocks.details
extra:
org_name: AbacatePay
help_email: ajuda@abacatepay.com
oficial_website: https://abacatepay.com
oficial_documentation: https://docs.abacatepay.com/pages/introduction
social:
- icon: fontawesome/brands/github
link: https://github.com/AbacatePay
- icon: fontawesome/brands/discord
link: https://discord.gg/yB5yKzp4gF
- icon: fontawesome/brands/twitter
link: https://x.com/abacatepay
- icon: fontawesome/brands/linkedin
link: https://br.linkedin.com/company/abacatepay?trk=public_post_feed-actor-name
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/abacatepay
extra_css:
- stylesheets/custom.css