-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.jade
40 lines (36 loc) · 938 Bytes
/
index.jade
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
h1 Develop Engaging, Native Mobile Ads
h3
| Use our libraries and tools to craft next-gen organic mobile experiences.
| Automate platform operations and use your data elsewhere with our documented APIs.
.columns
div
h3 Learn
p Work with tutorials and design guidelines to build breathtaking advertisements.
div
h3 Integrate
p Access our APIs to automate and integrate data.
div
h3 Develop
p Create native, organic ads with our library and authoring tools.
.columns.hide
div
button Show me more
div
button Show me more
div
button Show me more
hr
h3 Class listing
.spread
ul.listing
each page, slug in public.docs._data
li: a(href="/docs/#{slug}")= slug
hr
h3 API Queries
.spread: ul.listing
each data, folder in public.api
if (data._data)
each page, slug in data._data
li
a(href="/api/#{folder}/#{slug}")= page.route
p= page.title