Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permalink: '/announcements/:title'
title: Helix Toolkit
tagline: '3D for .NET'
description: 'A 3D library for .NET'
url: http://helix-toolkit.github.io/
url: https://helix-toolkit.github.io/

author:
name: 'Oystein Bjorke'
Expand All @@ -32,4 +32,8 @@ so : http://stackoverflow.com/questions/tagged/helix-3d-toolkit
github:
user: helix-toolkit
repo: helix-toolkit
url: http://github.com/helix-toolkit/helix-toolkit
url: https://github.com/helix-toolkit/helix-toolkit
pages:
helix-toolkit: https://helix-toolkit.github.io/helix-toolkit/
helix-toolkit-nex: https://helix-toolkit.github.io/helix-toolkit-nex/
docs: https://helix-toolkit.github.io/docs/
7 changes: 5 additions & 2 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@
<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="http://docs.helix-toolkit.org/">Documentation</a>
<a class="sidebar-nav-item" href="https://helix-toolkit.github.io/docs/">Documentation</a>
<a class="sidebar-nav-item" href="/demos">Demos</a>
<a class="sidebar-nav-item" href="/support">Support</a>
<a class="sidebar-nav-item" href="/showcase">Showcase</a>
<span class="sidebar-nav-item" style="font-weight: bold; margin-top: 10px;">Projects</span>
<a class="sidebar-nav-item" href="{{ site.github.url }}">Helix Toolkit</a>
<a class="sidebar-nav-item" href="https://github.com/helix-toolkit/helix-toolkit-nex">Helix Toolkit Nex</a>
<span class="sidebar-nav-item" style="font-weight: bold; margin-top: 10px;">Resources</span>
<a class="sidebar-nav-item" href="{{ site.build }}">Builds</a>
<a class="sidebar-nav-item" href="{{ site.nuget }}">NuGet packages</a>
<a class="sidebar-nav-item" href="{{ site.github.url }}">Source code</a>
<a class="sidebar-nav-item" href="{{ site.github.url }}/issues">Issues</a>
<span class="sidebar-nav-item">Current version: {{ site.version }}</span>
</nav>
Expand Down
11 changes: 7 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ published: true

Use the [NuGet] package manager to add the [Helix Toolkit package][NuGet packages] for your platform.

For the next generation version, check out [Helix Toolkit Nex][helix-toolkit-nex].

### Examples

Example code can be found in the [Source/Examples] folder in the [repository].

### Documentation

The documentation can be found at [docs.helix-toolkit.org][docs]. Note that it is under construction. Please contribute!
The documentation can be found at [docs.helix-toolkit.github.io][docs]. Note that it is under construction. Please contribute!

Guides are also available at [GitHub Wiki][wiki].

Expand Down Expand Up @@ -58,15 +60,16 @@ The project is supported by
[NuGet packages]: http://www.nuget.org/packages?q=helixtoolkit
[Portable Class Library]: http://msdn.microsoft.com/en-us/library/vstudio/gg597391(v=vs.100).aspx

[announcements]: http://helix-toolkit.org/announcements/
[atom feed]: http://helix-toolkit.org/atom.xml
[docs]: http://docs.helix-toolkit.org/
[announcements]: https://helix-toolkit.github.io/announcements/
[atom feed]: https://helix-toolkit.github.io/atom.xml
[docs]: https://helix-toolkit.github.io/docs/
[wiki]: https://github.com/helix-toolkit/helix-toolkit/wiki

[repository]: https://github.com/helix-toolkit/helix-toolkit
[Source/Examples]: https://github.com/helix-toolkit/helix-toolkit/tree/master/Source/Examples
[contributors]: https://github.com/helix-toolkit/helix-toolkit/graphs/contributors
[issues]: https://github.com/helix-toolkit/helix-toolkit/issues/
[helix-toolkit-nex]: https://github.com/helix-toolkit/helix-toolkit-nex

[forum.helix-toolkit.org]: http://forum.helix-toolkit.org/
[chat room]: https://gitter.im/helix-toolkit/helix-toolkit
Expand Down