-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsidebar.html
More file actions
37 lines (34 loc) · 1.87 KB
/
sidebar.html
File metadata and controls
37 lines (34 loc) · 1.87 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
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
styles, `#sidebar-checkbox` for behavior. -->
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<!-- Toggleable sidebar -->
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<p>{{ site.description }}</p>
<!-- <p>
<img src="https://img.shields.io/badge/license-MIT-red.svg" alt="license" />
<a href="https://ci.appveyor.com/project/objorke/oxyplot"><img src="https://img.shields.io/appveyor/ci/objorke/oxyplot.svg" alt="build status" /></a>
<a href="{{ site.nuget }}"><img src="https://img.shields.io/nuget/v/OxyPlot.Core.svg" alt="stable version" /></a>
<a href="{{ site.myget }}"><img src="https://img.shields.io/myget/oxyplot/vpre/OxyPlot.Core.svg?label=myget" alt="pre-release version" /></a>
</p> -->
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/">Home</a>
<a class="sidebar-nav-item" href="/announcements">Announcements</a>
<a class="sidebar-nav-item" href="{{ site.docs }}">Documentation</a>
<a class="sidebar-nav-item" href="/support">Support</a>
<!--<a class="sidebar-nav-item" href="{{ site.github.repo }}/releases">Releases</a>-->
<a class="sidebar-nav-item" href="{{ site.nuget }}">NuGet packages</a>
<a class="sidebar-nav-item" href="{{ site.myget }}">MyGet packages</a>
<a class="sidebar-nav-item" href="{{ site.examples }}">Examples</a>
<a class="sidebar-nav-item" href="{{ site.github.repo }}">Source code</a>
<a class="sidebar-nav-item" href="{{ site.github.repo }}/issues">Issues</a>
<!-- <a class="sidebar-nav-item" href="{{ site.stackOverflow }}">Stack Overflow</a>
<a class="sidebar-nav-item" href="{{ site.chat }}">Chat room</a> -->
</nav>
<div class="sidebar-item">
<p>
© {{ site.time | date: '%Y' }}. All rights reserved.
</p>
</div>
</div>