-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtoc.json
99 lines (99 loc) · 2.08 KB
/
toc.json
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
{
"items": [
{
"type": "item",
"title": "Introducción",
"uri": "docs/introduction.md"
},
{
"type": "item",
"title": "Cómo funciona Checkout?",
"uri": "docs/Integration.md"
},
{
"type": "item",
"title": "Plugins y componentes",
"uri": "docs/Plugins-y-componentes.md"
},
{
"type": "item",
"title": "Lightbox",
"uri": "docs/Lightbox.md"
},
{
"type": "item",
"title": "API Version",
"uri": "docs/API-Version.md"
},
{
"type": "item",
"title": "Changelog",
"uri": "docs/changelog.md"
},
{
"type": "item",
"title": "Autenticación",
"uri": "docs/Autenticacion.md"
},
{
"type": "item",
"title": "Crear Sesión",
"uri": "docs/create-session.md"
},
{
"type": "item",
"title": "Tipos de pago",
"uri": "docs/crear-sesion/A. Tipos de pago.md"
},
{
"type": "item",
"title": "Seguridad",
"uri": "docs/Seguridad.md"
},
{
"type": "item",
"title": "Suscripción",
"uri": "docs/crear-sesion/F.-Suscripcion.md"
},
{
"type": "item",
"title": "Tipos de documento",
"uri": "docs/crear-sesion/B. Tipos de documento.md"
},
{
"type": "item",
"title": "Taxes/Details",
"uri": "docs/crear-sesion/C. Taxes-Details.md"
},
{
"type": "item",
"title": "Métodos de pago",
"uri": "docs/crear-sesion/D. Metodos-de-pago.md"
},
{
"type": "item",
"title": "Prueba tu integración",
"uri": "docs/Prueba-tu-integracion.md"
},
{
"type": "item",
"title": "Reversos",
"uri": "docs/crear-sesion/H. Reversos.md"
},
{
"type": "item",
"title": "Preautorización",
"uri": "docs/crear-sesion/G. Preautorización.md"
},
{
"type": "item",
"title": "Notificación",
"uri": "docs/Notificacion.md"
},
{
"type": "item",
"title": "WebCheckout",
"uri": "reference/WebCheckout-ES.yaml"
}
]
}