From 0fbf355b61433c04b51c04c82494ce68349fe71e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:14:50 +0000 Subject: [PATCH 1/2] Initial plan From d38e6412b4f333b1b304c78b89c987418855de03 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:22:24 +0000 Subject: [PATCH 2/2] Update website to use GitHub Pages links for helix-toolkit repos Co-authored-by: holance <905577+holance@users.noreply.github.com> --- _config.yml | 8 ++++++-- _includes/sidebar.html | 7 +++++-- index.md | 11 +++++++---- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index 7dd6459..d2895ed 100644 --- a/_config.yml +++ b/_config.yml @@ -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' @@ -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/ diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 21d5434..56138d4 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -11,13 +11,16 @@ diff --git a/index.md b/index.md index 49535c0..428e0f4 100644 --- a/index.md +++ b/index.md @@ -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]. @@ -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