Skip to content

Commit ac69f64

Browse files
committed
Make it less confusing
1 parent d8fcdda commit ac69f64

File tree

7 files changed

+41
-4
lines changed

7 files changed

+41
-4
lines changed

docs/beginners_guide/downloading_a_game.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 2
3+
description: ""
34
---
45

56
# Downloading a game

docs/beginners_guide/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
sidebar_position: 1
3+
slug: /beginners_guide
4+
pagination_prev: null
5+
---
6+
7+
# Beginner's Guide
8+
This guide will teach you the basic stuff about Manifestor.cc and SteamTools ([What's SteamTools?](faq#whats-steamtools))
9+
10+
```mdx-code-block
11+
import DocCardList from '@theme/DocCardList';
12+
13+
<DocCardList />
14+
```
15+
16+
Click on the **Next** button to get started.

docs/beginners_guide/installing_steamtools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_position: 1
33
pagination_prev: null
4+
description: ""
45
---
56

67
# Installing SteamTools

docs/beginners_guide/playing_online-games.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 3
3+
description: ""
34
---
45

56
# Playing online games

docs/beginners_guide/removing_a_game.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 4
3+
description: ""
34
---
45

56
# Removing a game

docs/beginners_guide/unlocking_dlcs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_position: 5
33
pagination_next: null
4+
description: ""
45
---
56

67
# Unlocking DLCs

docs/intro.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
---
22
sidebar_position: 1
33
slug: /
4+
sidebar_label: Introduction
5+
pagination_next: null
46
---
57

6-
# Introduction
7-
## Welcome to the Manifestor.cc Guide!
8+
import DocCardList from '@theme/DocCardList';
89

9-
If you want to get Steam games for free without using shady websites, you’ve came to the right place.
10+
# Welcome to the Manifestor.cc Guide!
1011

1112
This guide will teach you how to:
1213

1314
- Install and use SteamTools ([What’s SteamTools?](/faq#whats-steamtools))
1415
- Play multiplayer games
1516
- Remove games from your library that were installed with SteamTools
16-
- Bypass anti-piracy protections on EA, Rockstar, Ubisoft, Star Wars, Far Cry, etc.
17+
- Bypass anti-piracy protections on EA, Rockstar, Ubisoft, Star Wars, Far Cry, etc.
18+
19+
<DocCardList items={[
20+
{
21+
type: 'link',
22+
href: '/faq',
23+
label: 'FAQ',
24+
description: 'Common questions and answers'
25+
},
26+
{
27+
type: 'link',
28+
href: '/beginners_guide',
29+
label: 'Beginner\'s Guide',
30+
description: 'Get started with Manifestor.cc'
31+
}
32+
]} />

0 commit comments

Comments
 (0)