Skip to content

Commit

Permalink
Remove old Technic and MCUpdater download pages
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Aug 7, 2024
1 parent 1d996ce commit 8d3f734
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 283 deletions.
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.

0 comments on commit 8d3f734

Please sign in to comment.