forked from github/developer.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegrations-directory.html
More file actions
40 lines (33 loc) · 1.38 KB
/
integrations-directory.html
File metadata and controls
40 lines (33 loc) · 1.38 KB
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
<%= renderp '/head.*' %>
<body class="api <%= ENV['DEV_MODE'] ? 'dev-mode' : '' %>">
<%= renderp '/header.*' %>
<div class="sub-nav">
<h2><a href="/integrations-directory">Integrations Directory</a></h2>
<ul>
<li><a href="/v3/">Reference</a></li>
<li><a href="/webhooks/">Webhooks</a></li>
<li><a href="/guides/" class="active">Guides</a></li>
<li><a href="/libraries/">Libraries</a></li>
</ul>
</div>
<div id="wrapper">
<div class="content">
<%= yield %>
</div>
<div id="js-sidebar" class="sidebar-shell">
<div class="sidebar-module">
<ul>
<li><h3><a href="/integrations-directory/">Overview</a></h3></li>
<li><h3><a href="/integrations-directory/getting-listed">Getting your integration listed</a></h3></li>
<li><h3><a href="/integrations-directory/marketing-guidelines">Marketing guidelines</a></h3></li>
</ul>
</div>
<div class="sidebar-module notice">
<p>This website is a <a href="https://github.com/github/developer.github.com" target="_blank">public GitHub repository</a>. Please help us by forking the project and adding to it.</p>
</div>
<div class="sidebar-module api-status"><a href="https://status.github.com" class="unknown">API Status</a></div>
</div><!-- sidebar-shell -->
</div><!-- #wrapper -->
<%= renderp '/footer.*' %>
</body>
</html>