Skip to content

Commit

Permalink
docs: update start icon guide and add system requirements documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NiHaiden committed Dec 25, 2024
1 parent 15b4697 commit 95224d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/guides/start-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ description: How to change your start icon
Updating your start icon in Aurora is a straight-forward process. You'll have access to both a sleek white version and a vibrant, colorful option to customize your experience. By default, the colorful version is selected.

1. Firstly, open the settings for the application launcher. This can be done by right clicking the application launcher icon on your taskbar. It will show a menu, select "Configure Application Launcher".

![First step](/img/start-icon-change/screen-1.png)

2. In the screen that opens, click on the Aurora Logo Button and then click "Choose". This will open another window with lots of icons.
![First step](/img/start-icon-change/screen-2.png)

![Second step](/img/start-icon-change/screen-2.png)

3. Last step: In the dropdown on the left, select "**All icons**" from the list. Then type in "**distributor**" in the search / input field and you should see the two logos that are currently included by default with your Aurora installation.
![First step](/img/start-icon-change/screen-3.png)

![Third step](/img/start-icon-change/screen-3.png)

That's it! You've successfully changed your icon. Also, you can also select custom icons here if you search for them via the file picker. 😉 (Click on the browse button on the bottom left).
11 changes: 11 additions & 0 deletions docs/reference/system-requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Aurora System Requirements
description: System requirements to comofortably use Aurora
---

Using Aurora on your computer does not require any special sauce, but there are some system requirements you should be aware of. Other than the hard requirement of a 64-bit capable CPU (AMD, Intel) you should have at least the following system specifications on your Aurora Box:

- A recent dual-core or higher multicore processor with at least 2 GHz
- 4 GB of RAM
- An SSD with at least 30GB of free space

2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const sidebars: SidebarsConfig = {
type: "category",
label: "Reference",
collapsed: false,
items: ["reference/example"],
items: ["reference/example", "reference/system-requirements"],
},
],
};
Expand Down

0 comments on commit 95224d3

Please sign in to comment.