-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: A secondary 'About' page for Manager Backend
- Loading branch information
Showing
7 changed files
with
59 additions
and
6 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
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
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,23 @@ | ||
# Server (Manager Backend) | ||
|
||
!!! info "This section covers all information related to the design and architecture of the backend server powering the mod manager." | ||
|
||
The server is responsible for various tasks such as mod packaging, configuration management, | ||
diagnostics, load ordering, and more. This also covers the 'data model' of Reloaded-III. | ||
|
||
Basically all the actual work of a 'mod manager', but as a server. | ||
|
||
## Sections | ||
|
||
| Section | Description | | ||
| -------------------------------- | -------------------------------------------------------------------------------------------- | | ||
| [Packaging][packaging] | Covers how mods are packaged and distributed, including the package structure and design. | | ||
| [Configurations][configurations] | Stores schemas and explanations of various configuration files used. | | ||
| [Diagnostics][diagnostics] | Explains the diagnostic system that informs the frontend about issues with the user's setup. | | ||
| [Load Ordering][load-ordering] | Rules used for deprecation & automatic reordering of mods based on dependencies. | | ||
|
||
<!-- Links --> | ||
[packaging]: ./Packaging/About.md | ||
[configurations]: ./Configurations/About.md | ||
[diagnostics]: ./Diagnostics.md | ||
[load-ordering]: ./Load-Ordering.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Configurations | ||
|
||
!!! info "This section covers the various configuration files used by the server to manage mods and applications." | ||
|
||
Configuration files play a crucial role in storing metadata, settings, and other important | ||
information related to mods and applications. | ||
|
||
They ensure proper functionality, compatibility, and customization options for users. | ||
|
||
## Pages | ||
|
||
| Page | Description | | ||
| ---------------------------------------- | -------------------------------------------------------- | | ||
| [App Metadata][app-metadata] | Metadata stored for games. | | ||
| [Mod Configurations][mod-configurations] | Schema for Reloaded3 mod configurations. | | ||
| [Mod Metadata][mod-metadata] | Schema for each Reloaded3 mod. Extending package format. | | ||
|
||
<!-- Links --> | ||
[app-metadata]: ./App-Metadata.md | ||
[mod-configurations]: ./Mod-Configurations.md | ||
[mod-metadata]: ./Mod-Metadata.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
File renamed without changes.
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