-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
111 lines (105 loc) · 3.41 KB
/
Copy pathmkdocs.yml
File metadata and controls
111 lines (105 loc) · 3.41 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
102
103
104
105
106
107
108
109
110
111
site_name: PyCobrança
site_description: Boletos, CNAB 240/400 e PIX para 19 bancos — em Python puro.
site_url: https://maxwbh.github.io/pyCobranca/
repo_url: https://github.com/Maxwbh/pyCobranca
repo_name: Maxwbh/pyCobranca
edit_uri: edit/main/docs/
copyright: BSD-3-Clause · M&S DO BRASIL LTDA
docs_dir: docs
site_dir: site
# `docs/changelog.md` é copiado do CHANGELOG.md na hora do build (ver docs/10-contribuindo.md).
hooks:
- mkdocs_hooks.py
theme:
name: material
language: pt-BR
# metatags sociais (Open Graph / Twitter Card) — ver docs/overrides/main.html
custom_dir: docs/overrides
favicon: images/favicon.png
logo: images/pycobranca-marca.svg
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.indexes
- content.code.copy
- search.suggest
- search.highlight
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Tema escuro
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Tema claro
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
plugins:
- search:
lang: pt
nav:
- Início: index.md
- Começando:
- Visão geral: 00-visao-geral.md
- Compatibilidade e validação: 17-compatibilidade.md
- Arquitetura: 01-arquitetura.md
- Arquitetura e diretórios: 16-arquitetura-diretorios.md
- Roadmap: 02-roadmap-modernizacao.md
- Bancos:
- Matriz de bancos: 05-bancos-suportados.md
- Documentação por banco: bancos/README.md
- 001 — Banco do Brasil: bancos/001-banco-do-brasil.md
- 004 — Banco do Nordeste: bancos/004-banco-do-nordeste.md
- 077 — Banco Inter: bancos/077-inter.md
- 021 — Banestes: bancos/021-banestes.md
- 033 — Santander: bancos/033-santander.md
- 041 — Banrisul: bancos/041-banrisul.md
- 070 — BRB: bancos/070-brb.md
- 085 — Ailos: bancos/085-ailos.md
- 097 — CrediSIS: bancos/097-credisis.md
- 104 — Caixa: bancos/104-caixa.md
- 136 — Unicred: bancos/136-unicred.md
- 237 — Bradesco: bancos/237-bradesco.md
- 336 — C6 Bank: bancos/336-c6.md
- 341 — Itaú: bancos/341-itau.md
- 399 — HSBC: bancos/399-hsbc.md
- 422 — Safra: bancos/422-safra.md
- 745 — Citibank: bancos/745-citibank.md
- 748 — Sicredi: bancos/748-sicredi.md
- 756 — Sicoob: bancos/756-sicoob.md
- Fontes oficiais: bancos/fontes-oficiais.md
- Recursos:
- Superfície pública: 20-superficie-publica.md
- Integração: 19-integracao.md
- CNAB (remessa e retorno): 06-cnab.md
- PIX / Bolepix: 07-pix.md
- Renderização (PDF): 11-renderizacao.md
- Extrato OFX: 13-ofx.md
- Validação de campos e erros: 14-validacao-campos.md
- CNPJ alfanumérico: 18-cnpj-alfanumerico.md
- Contrato REST: 04-api-rest.md
- Desenvolvimento:
- Contribuindo: 10-contribuindo.md
- Novo banco: 15-novo-banco.md
- Testes e qualidade: 08-testes-e-qualidade.md
- Changelog: changelog.md