Skip to content

Commit 321346d

Browse files
authored
Added work-in-progress placeholder pages for content that was missing from the wiki. (#49)
1 parent e693a01 commit 321346d

14 files changed

+21
-9
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This page is a work in progress and is currently incomplete

SourceCode/Home.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ new to the project, here’s how you can contribute:
1818

1919
- Check out the [**Build Guides**](build_guides) for instructions on how to compile the game code on
2020
different platforms.
21-
- Learn about the project's **dependencies** and **libraries** in the [Dependencies](Dependencies) section.
22-
- Look through the **community forks** and other variations of the project in the [Forks](Forks) section.
21+
- Learn about the project's **dependencies** and **libraries** in the [Dependencies](dependencies) section.
22+
- Look through the **community forks** and other variations of the project in the [Forks](forks) section.
2323
- If you're an experienced developer, you can start contributing by reviewing and submitting **pull requests** or
2424
opening **issues**.
2525

2626
## **Quick Links**
2727

2828
- [Build Guides for Different Platforms](build_guides)
29-
- [Dependencies and Libraries](Dependencies)
29+
- [Dependencies and Libraries](dependencies)
3030
- [Replays for testing](replay_testing)
3131
- [Community Forks](forks)
32-
- [Tools for Developers](Tools)
33-
- [FAQ](FAQ)
32+
- [Tools for Developers](tools)
33+
- [FAQ](faq)
3434

3535
## **Building the Game Code**
3636

@@ -60,7 +60,7 @@ assist you:
6060
- **Debugging Tools**: Recommended tools for debugging and troubleshooting.
6161
- **Version Control**: Using Git for managing changes, commits, and collaboration.
6262

63-
Check out the [**Tools for Developers**](Tools) page for more information.
63+
Check out the [**Tools for Developers**](tools) page for more information.
6464

6565
## **Community and Forks**
6666

SourceCode/Tools/crcdiff.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This page is a work in progress and is currently incomplete

SourceCode/Tools/safedisklauncher.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This page is a work in progress and is currently incomplete

SourceCode/Tools/tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This page is a work in progress and is currently incomplete

SourceCode/_Sidebar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
## Tools
5050

51-
- [Command Line Arguments](Tools/switchers_arguments)
52-
- [SafeDiskLauncher](Tools/SafeDiskLauncher)
53-
- [CRCDiff](Tools/CRCDiff)
51+
- [Command Line Arguments](switchers_arguments)
52+
- [SafeDiskLauncher](safedisklauncher)
53+
- [CRCDiff](crcdiff)
5454
<!-- markdownlint-restore -->

SourceCode/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This page is a work in progress and is currently incomplete

SourceCode/contact_community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This page is a work in progress and is currently incomplete

SourceCode/contribution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This page is a work in progress and is currently incomplete

SourceCode/credits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This page is a work in progress and is currently incomplete

0 commit comments

Comments
 (0)