-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (83 loc) · 2.4 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
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookbook</title>
<meta content="authenticity_token" name="csrf-param" />
<meta content="sNq/XPqEWItEbp7tXj2TR53wSyi7YGmMffe9U+PTeHQ=" name="csrf-token" />
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<link href="/assets/application-90e52b2e7dbd5b03fc21bb4af0033cea.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<div class="content">
<div class="row">
<div class="span12">
<h1>Listing topics</h1>
<table>
<tr>
<th>Name</th>
<th>Doc</th>
<th></th>
<th></th>
<th></th>
</tr>
<tr>
<td>Security</td>
<td></td>
<td><a href="/topics/6-security.html">Show</a></td>
</tr>
<tr>
<td>API Configuration</td>
<td></td>
<td><a href="/topics/7-api-configuration.html">Show</a></td>
</tr>
<tr>
<td>Policy Composition</td>
<td></td>
<td><a href="/topics/8-policy-composition.html">Show</a></td>
</tr>
<tr>
<td>Performance Opimization</td>
<td></td>
<td><a href="/topics/9-performance-opimization.html">Show</a></td>
</tr>
<tr>
<td>Response Customization</td>
<td></td>
<td><a href="/topics/10-response-customization.html">Show</a></td>
</tr>
<tr>
<td>Analytics and Insights</td>
<td></td>
<td><a href="/topics/11-analytics-and-insights.html">Show</a></td>
</tr>
<tr>
<td>Environment Configuration</td>
<td></td>
<td><a href="/topics/12-environment-configuration.html">Show</a></td>
</tr>
<tr>
<td>User Provisioning and Managememt</td>
<td></td>
<td><a href="/topics/13-user-provisioning-and-managememt.html">Show</a></td>
</tr>
</table>
<br />
</div>
</div><!--/row-->
</div><!--/content-->
<footer>
<p>© Apigee 2012</p>
</footer>
</div> <!-- /container -->
<!-- Javascripts
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/assets/application-ff195b9817ea5bf2dd106a0ab2f396e2.js" type="text/javascript"></script>
</body>
</html>