-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (87 loc) · 3.76 KB
/
index.html
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
<!doctype html>
<!--
/**
* index.html
*/
-->
<html>
<head>
<title>Documentation • Aurora Extensions</title>
<link href="/assets/css/styles.css" rel="stylesheet" type="text/css">
<link href="/assets/images/favicon.ico" rel="icon" type="image/x-icon">
</head>
<body class="homepage">
<ol>
<li>
<span class="block bold">Magento 1.x</span>
<ul>
<li>
<a href="/magento/extensions/1.x/googlecloud/latest/">Google Cloud PHP Autoloader</a>
</li>
<li>
<a href="/magento/extensions/1.x/cloudpubsubeventanalytics/latest/">Google Cloud Pub/Sub Event Analytics</a>
</li>
<li>
<a href="/magento/extensions/1.x/magegcs/latest/">Google Cloud Storage</a>
</li>
<li>
<a href="/magento/extensions/1.x/magecroncloudfunctions/latest/">Mage Cron Cloud Functions</a>
</li>
<li>
<a href="/magento/extensions/1.x/testlivecheckout/latest/">Test Live Checkout</a>
</li>
<li>
<a href="/magento/extensions/1.x/tokenizeproductdownloads/latest/">Tokenize Product Downloads</a>
</li>
<li>
<a href="/magento/extensions/1.x/tokenizeuserauthentication/latest/">Tokenize User Authentication</a>
</li>
</ul>
</li>
<li>
<span class="block bold">Magento 2.x</span>
<ul>
<li>
<a href="/magento/extensions/2.x/googlecloudstorage/latest/">Google Cloud Storage</a>
</li>
<li>
<a href="/magento/extensions/2.x/stackdriver/latest/">Google Stackdriver</a>
</li>
<li>
<a href="/magento/extensions/2.x/imageprocessor/latest/">Image Processor</a>
</li>
<li>
<a href="/magento/extensions/2.x/magecroncloudfunctions/latest/">Mage Cron Cloud Functions</a>
</li>
<li>
<a href="/magento/extensions/2.x/notificationservice/latest/">Notification Service</a>
</li>
<li>
<a href="/magento/extensions/2.x/sampledata/index/">Sample Data</a>
</li>
<li>
<a href="/magento/extensions/2.x/shippingfilters/latest/">Shipping Filters</a>
</li>
<li>
<a href="/magento/extensions/2.x/simplecache/latest/">Simple Cache</a>
</li>
<li>
<a href="/magento/extensions/2.x/simpleredirects/latest/">Simple Redirects</a>
</li>
<li>
<a href="/magento/extensions/2.x/simplereturns/latest/">Simple Returns</a>
</li>
<li>
<a href="/magento/extensions/2.x/simplereturnspro/latest/">Simple Returns Pro</a>
</li>
<li>
<a href="/magento/extensions/2.x/testlivecheckout/latest/">Test Live Checkout</a>
</li>
<li>
<a href="/magento/extensions/2.x/tokenizeuserauthentication/latest/">Tokenize User Authentication</a>
</li>
</ul>
</li>
</ol>
</body>
</html>