Skip to content

Commit

Permalink
Introduce font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
shatyuka committed Dec 24, 2024
1 parent 3bbd36d commit b8e02ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
1 change: 1 addition & 0 deletions home/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineConfig({
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap' }],
['link', { rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css' }],
['link', { rel: 'manifest', href: '/site.webmanifest' }],
['meta', { name: 'description', content: 'An advanced launcher for HoYoverse Games. Built with C#/.NET with WinUI and open sourced. Supports all PC games published by miHoYo/HoYoverse with many advanced features like game repair, delta patch, game settings, etc.' }],
['meta', { name: 'keywords', content: 'HoYoverse, miHoYo, Games, Launcher, Collapse Launcher, C#, .NET, WinUI, WinUI3, Genshin Impact, Honkai: Impact 3rd, HI3, Honkai: Star Rail, HSR, Zenless Zone Zero, ZZZ' }],
Expand Down
8 changes: 1 addition & 7 deletions home/docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
---
title: Installation Guide | Collapse Launcher
---
<script setup>
import WinKey from '../scripts/WinKey.vue';
if (typeof document !== 'undefined') {
document.title = "Installation Guide | Collapse Launcher";
}
</script>

# How-To: Install
Installing Collapse Launcher is very easy. Everything you need to run the app is included as self-packaged application. Just need to download, install (optional), and run!
Expand All @@ -16,7 +10,7 @@ While this guide is pretty old, you can still use this guide as a general guidel
:::

## Preparation Before Installing
<p>Before installing, make sure that you're using Windows 10 (Version 1809 or above) or Windows 11 (any version). While Collapse <em>may</em> run on older versions or other operating systems, support <strong>will not be provided</strong>. To check your Windows build, press <kbd><WinKey/></kbd> + <kbd>R</kbd> on your keyboard and type <code>winver</code> &gt; press <code>Enter</code> or just click <kbd>OK</kbd>.</p>
<p>Before installing, make sure that you're using Windows 10 (Version 1809 or above) or Windows 11 (any version). While Collapse <em>may</em> run on older versions or other operating systems, support <strong>will not be provided</strong>. To check your Windows build, press <kbd><i class="fa-brands fa-windows"></i></kbd> + <kbd>R</kbd> on your keyboard and type <code>winver</code> &gt; press <code>Enter</code> or just click <kbd>OK</kbd>.</p>

<figure style="text-align: center;">
<img src="/img/docs/winver.png" alt="Run winver" title="Run winver" style="display: block; margin: 0 auto;" width="480">
Expand Down
22 changes: 0 additions & 22 deletions home/scripts/WinKey.vue

This file was deleted.

0 comments on commit b8e02ed

Please sign in to comment.