Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old Technic and MCUpdater download pages #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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: 0 additions & 8 deletions _layouts/use.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@
</a>
(Modpack Dev)
</li>
<li>
<a href="{% link use/mcupdater.md %}">MCUpdater</a>
(Modpack Dev)
</li>
<li>
<a href="{% link use/technic.md %}">Technic</a>
(Modpack Dev)
</li>
<li>
<a href="https://github.com/mindstorm38/portablemc">portablemc</a>
(Command Line)
Expand Down
100 changes: 0 additions & 100 deletions download/mcupdater/index.php

This file was deleted.

87 changes: 0 additions & 87 deletions download/preamble.php

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/src/lib/MCUpdater.svelte

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/src/lib/Technic.svelte

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@ function lazy(name: string): () => Promise<Module> {
}

const Installer = lazy("Installer");
const MCUpdater = lazy("MCUpdater");
const Technic = lazy("Technic");
const Server = lazy("Server");
const Versions = lazy("Versions");
const Documentation = lazy("Documentation");
const Template = lazy("Template");

let Components: Record<string, () => Promise<Module>> = {
Installer,
MCUpdater,
Technic,
Server,
Versions,
Documentation,
Expand Down
6 changes: 0 additions & 6 deletions use/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ topnav: true
case "server":
window.location.href = '{{ "/use/server/" | relative_url }}';
break;
case "mcupdater":
window.location.href = '{{ "/use/mcupdater/" | relative_url }}';
break;
case "technic":
window.location.href = '{{ "/use/installer/" | relative_url }}';
break;
case "atlauncher":
window.location.href = '{{ "/use/installer/" | relative_url }}';
break;
Expand Down
6 changes: 0 additions & 6 deletions use/mcupdater.md

This file was deleted.

6 changes: 0 additions & 6 deletions use/technic.md

This file was deleted.

Loading