forked from flutter-stripe/flutter_stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.json
23 lines (23 loc) · 841 Bytes
/
docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Flutter Stripe",
"theme": "#635BFF",
"logo" : "https://user-images.githubusercontent.com/19904063/116995247-20519e80-acda-11eb-8e1b-7d0efbd193ad.png",
"sidebar": [
["Overview", "/"],
["Accept a Payment", [
["Payment Sheet", "/sheet"],
["CardField", "/card_field"],
["CardFormField", "/card_field"]
]
],
["Regional payments", [
["ACH direct debit", "/ach"],
["Ideal", "/ideal"]
]
],
["Financial connections", "/financial_connections" ],
["Troubleshooting", "/troubleshooting"],
["Migration guide platformpay", "/platform_pay_migration"],
["Api Reference", "https://pub.dev/documentation/flutter_stripe/latest/flutter_stripe/flutter_stripe-library.html"]
]
}