Skip to content

Commit

Permalink
Update downloads page
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 12, 2024
1 parent e81e2bf commit 134a25c
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 33 deletions.
28 changes: 0 additions & 28 deletions wwwroot/download/index.md

This file was deleted.

Binary file removed wwwroot/download/setup/image.png
Binary file not shown.
79 changes: 79 additions & 0 deletions wwwroot/downloads/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
title: Downloads
---

# [Windows](#tab/windows)

> Downloads for Windows x64
>
> <div id="download-btns">
> <a class="download-btn" id="download-windows" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-win-x64.zip">TKMM Launcher (x64)</a>
> <a class="download-btn" id="download-src" href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.6-windows-x64-installer">.NET Runtime (x64)</a>
> </div>
> Downloads for Windows Arm64
>
> <div id="download-btns">
> <a class="download-btn" id="download-windows" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-win-arm64.zip">TKMM Launcher (arm64)</a>
> <a class="download-btn" id="download-src" href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.6-windows-arm64-installer">.NET 8 Runtime (arm64)</a>
> </div>
# [Linux](#tab/linux)

> Downloads for Linux x64
>
> <div id="download-btns">
> <a class="download-btn" id="download-linux" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-linux-x64.zip">TKMM Launcher (x64)</a>
> <a class="download-btn" id="download-src" href="https://learn.microsoft.com/dotnet/core/install/linux-package-managers?WT.mc_id=dotnet-35129-website">.NET Runtime Install Guide</a>
> </div>
> Downloads for Linux Arm64
>
> <div id="download-btns">
> <a class="download-btn" id="download-linux" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-linux-arm64.zip">TKMM Launcher (arm64)</a>
> <a class="download-btn" id="download-src" href="https://learn.microsoft.com/dotnet/core/install/linux-package-managers?WT.mc_id=dotnet-35129-website">.NET Runtime Install Guide</a>
> </div>
# [MacOS (Experimental)](#tab/macos)

> [!WARNING]
> MacOS is not officially supported by TKMM Team.
> Downloads for MacOS x64
>
> <div id="download-btns">
> <a class="download-btn" id="download-macos" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-osx-x64.zip">TKMM Launcher (x64)</a>
> <a class="download-btn" id="download-src" href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.6-macos-x64-installer">.NET 8 Runtime</a>
> </div>
> Downloads for MacOS Arm64
>
> <div id="download-btns">
> <a class="download-btn" id="download-macos" href="https://github.com/TKMM-Team/Tkmm/releases/latest/download/TKMM-Launcher-osx-arm64.zip">TKMM Launcher (arm64)</a>
> <a class="download-btn" id="download-src" href="https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.6-macos-arm64-installer">.NET 8 Runtime</a>
> </div>
---

<br>

## Supported Platforms

<br>

- **Windows 7+** | Fully supported
- **Linux** | Partially supported
- **SteamOS** | Experimental
- **Switch (Lakka)** | Experimental
- **MacOS** | Experimental

<br>

## Source Code

<br>

<div id="download-btns">
<a class="download-btn" id="download-src" href="https://github.com/TKMM-Team/Tkmm/archive/refs/heads/master.zip">Download Source Code</a>
<a class="download-btn" id="download-src" href="https://github.com/TKMM-Team/Tkmm">GitHub Repository</a>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ By enabling this option, merging your mods will automatically export a copy of y

4. Use Japanese Citrus Fruit

By enabling this option, merging your mods will automatically export a copy of your Merged Mod Output Folder to the default mods path for Japanese Citrus Fruit. This is a quality of life option that mitigates the need for you to move your merged export to the emulator's mods folder yourself.
By enabling this option, merging your mods will automatically export a copy of your Merged Mod Output Folder to the default mods path for Japanese Citrus Fruit. This is a quality of life option that mitigates the need for you to move your merged export to the emulator's mods folder yourself.

This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
File renamed without changes.
4 changes: 2 additions & 2 deletions wwwroot/templates/custom/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ code {
}

#download-btns {
margin: 1vh 0 5vh 0;
margin: 0;
justify-items: center;
align-items: center;
}

.download-btn {
margin: 0.6rem 0;
margin: 0;
display: inline-block;
justify-self: center;
border-radius: var(--bs-border-radius);
Expand Down
4 changes: 2 additions & 2 deletions wwwroot/toc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Download
href: download/
- name: Downloads
href: downloads/
- name: Documentation
href: docs/

0 comments on commit 134a25c

Please sign in to comment.