-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (68 loc) · 1.75 KB
/
mkdocs.yml
File metadata and controls
73 lines (68 loc) · 1.75 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
site_name: TEF IP Docs
site_url: https://tefip.github.io/tefip_docs/
theme:
name: material
language: pt-BR
palette:
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Mudar para modo claro
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Mudar para modo escuro
font:
text: DM Sans
code: DM Mono
features:
- content.tabs.link
- navigation.tabs
- navigation.sections
- search.highlight
extra_css:
- styles/extra.css
extra_javascript:
- scripts/extra.js
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.details
- tables
- attr_list
nav:
- Início: index.md
- Guia de Integração:
- Primeiros Passos: getting-started.md
- Testando com Emulador: emulator.md
- Comportamento: comportamento.md
- API Reference:
- Visão Geral de Erros: api/erros.md
- Vendas: api/sale.md
- Coleta de Dados: api/ask.md
- Impressão: api/print.md
- Visor do Terminal: api/display.md
- Transações: api/transaction.md
- Status e Manutenção: api/status.md
- Especificação (Swagger): api/swagger.md
- SDKs:
- Visão geral: sdks.md
- Dart (Oficial): sdk-dart.md
- JavaScript: sdk-js.md
- PHP: sdk-php.md
- Ruby: sdk-ruby.md
- Suporte e Operações:
- Versões e Requisitos: suporte/versoes-requisitos.md
- Resolução de Problemas: suporte/resolucao-de-problemas.md