-
-
Notifications
You must be signed in to change notification settings - Fork 142
/
docs.json
33 lines (33 loc) · 978 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
24
25
26
27
28
29
30
31
32
33
{
"name": "React Native Google Mobile Ads",
"logo": "https://raw.githubusercontent.com/invertase/react-native-google-mobile-ads/main/docs/img/logo_admob_192px.svg",
"twitter": "invertaseio",
"sidebar": [
[
"Getting Started",
[
["Getting Started", "/"],
["Displaying Ads", "/displaying-ads"],
["Common Reasons For Ads Not Showing", "/common-reasons-for-ads-not-showing"]
]
],
[
"Advanced Usage",
[
["Displaying Ads via Hook", "/displaying-ads-hook"],
["European User Consent", "/european-user-consent"],
["Ad Inspector", "/ad-inspector"],
["Impression-level ad revenue", "/impression-level-ad-revenue"],
["Video ad volume control", "/video-ad_volume-control"],
["Testing", "/testing"]
]
],
[
"Migration Guides",
[
["Migrating to v5", "/migrating-to-v5"],
["Migrating to v6", "/migrating-to-v6"]
]
]
]
}