-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start getting-started section in documentation
- Loading branch information
Showing
5 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
_site | ||
/api/AlternateLife* | ||
/api/.manifest | ||
/out_pdf/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Introduction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Requirements | ||
|
||
Before you can start using AlternateLife.RageMP.Net, you need to check following requirements: | ||
|
||
- Downloaded latest RageMP Server | ||
- *Obtainable from your local RAGE Multiplayer installation [(Download Launcher)[https://rage.mp]]* | ||
- Uninstalled serverside GTA-Network bridge | ||
- The following files and folders have to be deleted: | ||
- `<server-folder>/plugins/bridge.dll` | ||
- `<server-folder>/bridge` | ||
- Downloaded latest AlternateLife.RageMP.Net files ([Download files](https://github.com/AlternateLife/ragemp-dotnet-core/releases/latest)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Introduction | ||
href: index.md | ||
- Requirements | ||
href: requirements.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
- name: Getting started | ||
href: getting-started/ | ||
- name: API | ||
href: api/ | ||
homepage: api/index.md |