-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsidebar.html
64 lines (61 loc) · 1.56 KB
/
sidebar.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
<div class="sidebar-title">
<a href="/">
<img src="/images/logo-circuit.png" alt="Circuit Logo" class="logo">
</a>
<br><br>
<a href="/">
Circuit Developer Community
</a>
</div>
<h2>Start</h2>
<ul class="sidebar-nav">
<li>
<a href="/">Getting started</a>
</li>
<li>
<a href="/oauth.html">Authentication</a>
</li>
</ul>
<h2>Build</h2>
<ul class="sidebar-nav">
<li>
<a href="/rest.html">REST API</a>
</li>
<li>
<a href="/jssdk.html">JavaScript SDK</a>
</li>
<li>
<a href="/nodejs.html">Node.js SDK</a>
</li>
<li>
<a href="/jssdk-interactiveforms.html">Interactive Forms</a>
</li>
<li>
<a href="/webcomponents.html">Web Components</a>
</li>
<li>
<a href="/webhooks.html">Webhooks</a>
</li>
<li>
<a href="/ios.html">iOS SDK</a>
</li>
</ul>
<h2>More</h2>
<ul class="sidebar-nav">
<li>
<a href="https://github.com/circuit" target="_blank">Circuit on GitHub</a>
</li>
<li>
<a href="https://stackoverflow.com/questions/tagged/circuit-sdk" target="_blank">Ask a question</a>
</li>
<!--<li>
<a href="https://yourcircuit.typeform.com/to/d3VDXN" target="_blank">Register for sandbox account</a>
</li>-->
<!--<li>
<a href="https://yourcircuit.typeform.com/to/sxOjAg" target="_blank">Register for sandbox OAuth app</a>
</li>-->
<li>
<a href="https://circuit.com" target="_blank">Circuit</a>
</li>
</ul>
<script src="js/circuit-github-io.js"></script>