Skip to content

Commit

Permalink
Fix installation card links and some sidebar headings
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Aug 1, 2024
1 parent 3d583c5 commit f2c1200
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 44 deletions.
1 change: 1 addition & 0 deletions src/content/docs/installation/Linux/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Linux Installation Overview
description: SKM on Linux
sidebar:
label: Overview
attrs:
class: linux
---
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/installation/MacOS/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: MacOS Installation Overview
sidebar:
label: Overview
attrs:
class: apple
---
Expand Down
4 changes: 1 addition & 3 deletions src/content/docs/installation/Virtual Machine/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: Installation Guide
sidebar:
label: Virtual Machine Installation Guide
title: Virtual Machine Installation Guide
---

If you cannot get SplashKit working natively, you can download and use the provided SplashKit Virtual Machine. The provided virtual maching comes with everything you need to get started quickly with SplashKit.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/installation/Windows (MSYS2)/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Windows (MSYS2) Installation Overview
sidebar:
label: MSYS2 Installation Overview
label: Overview
attrs:
class: windows
---
Expand Down
17 changes: 4 additions & 13 deletions src/content/docs/installation/Windows (WSL)/index.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
---
title: Windows Guide (WSL) 🪟
description: A guide on installing SplashKit SDK on WSL.
prev:
link: /installation/windows/mingw/
label: MinGW installation
order: 1
title: Windows (WSL) Installation Overview
sidebar:
# Set a custom order for the link (lower numbers are displayed higher up)
# Add a badge to the link
badge:
text: New
variant: tip
attrs:
class: windows
label: Overview
attrs:
class: windows
---
To get SplashKit installed on Windows, follow the four steps:

Expand Down
50 changes: 23 additions & 27 deletions src/content/docs/installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,36 @@ import { ScriptComp } from '../../../assets/ScriptComp'

<CardGrid>
<Card title="Windows" icon="raphael:windows">
SplashKit SDK offers seamless integration with your existing development
environment, making it easy to incorporate powerful graphics and game
development capabilities into your projects.
{/* TODO: Add short text about Windows here */}
<LinkCard
title="Installation Guide"
href="/installation/windows/mingw/"
/>
title="Installation Guide (MSYS2)"
href="/installation/windows-msys2/"
/>
<LinkCard
title="Installation Guide (WSL)"
href="/installation/windows-wsl/"
/>
</Card>
<Card title="MacOS" icon="ic:baseline-apple">
Develop games and applications that run on multiple platforms, including
Windows, macOS, Linux, and a few more using a single codebase with SplashKit
SDK. Supports **C++, C# and python** .
<LinkCard
title="Installation Guide"
href="/installation/macos/"
/>
{/* TODO: Add short text about MacOS here */}
<LinkCard
title="Installation Guide"
href="/installation/macos/"
/>
</Card>
<Card title="Linux" icon="logos:linux-tux">
Create stunning visuals and captivating animations with SplashKit's
comprehensive set of graphics and animation tools. Bring your ideas to life
with ease.
<LinkCard
title="Installation Guide"
href="/installation/linux/"
/>
{/* TODO: Add short text about Linux here */}
<LinkCard
title="Installation Guide"
href="/installation/linux/"
/>
</Card>
<Card title="Virtual Machine" icon="carbon:virtual-machine">
Whether you're a beginner or an experienced game developer, SplashKit SDK
provides a user-friendly interface and a wide range of features to simplify
the game development process.
<LinkCard
title="Installation Guide"
href="/installation/virtual-machine/"
/>
{/* TODO: Add short text about VMs here */}
<LinkCard
title="Installation Guide"
href="/installation/virtual-machine/"
/>
</Card>
</CardGrid>

Expand Down

0 comments on commit f2c1200

Please sign in to comment.