Skip to content

Commit 796a841

Browse files
committed
fix: broken links and icons
1 parent 498f055 commit 796a841

26 files changed

+537
-188
lines changed

docs/branding.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: Branding
32
description: See the official branding and wallpapers for AtlasOS
43
icon: material/palette
54
---

docs/contributing/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: material/book-edit
55

66
# :material-book-edit: Contributing to the Atlas documentation
77

8-
This page will cover how to modify and locally view the Atlas documentation. If you plan to contribute, we recommend reading the [Contribution Guidelines](contribution-guidelines.md) first!
8+
This page will cover how to modify and locally view the Atlas documentation. If you plan to contribute, we recommend reading the [Contribution Guidelines](index.md) first!
99

1010
--8<-- "contribution-guidelines.md:gitNotice"
1111

docs/contributing/playbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: custom/atlas
55

66
# :custom-atlas: Contributing to the Atlas Playbook
77

8-
This page will cover how to modify, test, and build Atlas. If you plan to contribute, we recommend reading the [Contribution Guidelines](contribution-guidelines.md) first!
8+
This page will cover how to modify, test, and build Atlas. If you plan to contribute, we recommend reading the [Contribution Guidelines](index.md) first!
99

1010
--8<-- "contribution-guidelines.md:gitNotice"
1111

docs/contributing/testing/what-to-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ As Atlas supports Windows Update, consider testing the following that all make u
4747
Consider testing local network features such as:
4848

4949
- Windows file sharing
50-
- Enable with the [Atlas script](../../getting-started/post-installation/atlas-folder/general-configuration.md#file-sharing) first
50+
- Enable with the [Atlas script](../../getting-started/post-install/atlas-folder/general-configuration.md#file-sharing) first
5151
- Ensure that it works on stock Windows
5252
- Screencasting
5353
- Remote Desktop

docs/contributing/toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: material/toolbox
55

66
# :material-toolbox: Contributing to the Atlas Toolbox
77

8-
This page will cover how to modify, test, and build Atlas. If you plan to contribute, we recommend reading the [Contribution Guidelines](contribution-guidelines.md) first!
8+
This page will cover how to modify, test, and build Atlas. If you plan to contribute, we recommend reading the [Contribution Guidelines](index.md) first!
99

1010
We presume you've already cloned the [`Atlas-OS/atlas-toolbox`](https://github.com/Atlas-OS/atlas-toolbox) repository.
1111

docs/faq/general.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description:
3+
icon: material/list-box
4+
---
5+
6+
# :material-list-box: General FAQs

docs/faq/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
## TBD
1+
---
2+
description: FAQ Page
3+
icon: material/frequently-asked-questions
4+
---
5+
6+
# :material-frequently-asked-questions: Frequently Asked Questions

docs/faq/install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description:
3+
icon: material/download-network
4+
---
5+
6+
# :material-download-network: Install FAQs

docs/getting-started/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Getting Started
32
description: Choose your way to start your AtlasOS journey, fresh or upgrade your current installation
3+
icon: material/book-information-variant
44
---
5-
5+
# :material-book-information-variant: Getting Started
66
Choose your way to start your AtlasOS Journey!
77

88
<div class="grid cards" markdown>
@@ -20,7 +20,7 @@ Choose your way to start your AtlasOS Journey!
2020

2121
---
2222

23-
**[-> Install](/getting-started/install/before-continuing)**
23+
**[-> Install](install/before-continuing.md)**
2424

2525
- #### :material-rocket: Update Current Install
2626

@@ -35,6 +35,6 @@ Choose your way to start your AtlasOS Journey!
3535

3636
---
3737

38-
**[-> Upgrade](/getting-started/upgrade/before-continuing)**
38+
**[-> Upgrade](upgrade/before-continuing.md)**
3939

4040
</div>

docs/getting-started/install/before-continuing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 0. Before Continuing
32
description: Verify system requirements and backup your data before installing AtlasOS
3+
icon: material/information
44
---
55

66
Please confirm that you have met all of the following requirements.
@@ -27,7 +27,7 @@ Atlas provides two installation methods, Playbook & ISO Injection.
2727

2828
---
2929

30-
**[-> Install with Playbook](/getting-started/install/install-playbook)**
30+
**[-> Install with Playbook](install-playbook.md)**
3131

3232
- #### :material-minidisc: ISO Injection
3333

@@ -38,7 +38,7 @@ Atlas provides two installation methods, Playbook & ISO Injection.
3838

3939
---
4040

41-
**[-> Install with ISO Injection](/getting-started/install/install-iso-injection)**
41+
**[-> Install with ISO Injection](install-iso-injection.md)**
4242

4343
</div>
4444

0 commit comments

Comments
 (0)