mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
30 lines
1.4 KiB
Markdown
30 lines
1.4 KiB
Markdown
---
|
|
id: intro
|
|
title: Documentation
|
|
slug: /docs
|
|
description: Help for Data Center players using mods — install, Workshop, troubleshooting. Technical docs for authors are separated.
|
|
---
|
|
|
|
# Welcome
|
|
|
|
**gregFramework** is the modding stack for *Data Center*. If you **play with mods**, you only need a short path: install, browse the Workshop, and fix common issues.
|
|
|
|
## Players — start here
|
|
|
|
1. **[End users](/wiki/guides/players/overview)** — install, update, troubleshooting
|
|
2. **[GregModManager (players)](/wiki/guides/players/enduser-workshop)** — browse and install mods
|
|
3. **[Release channels](/wiki/reference/release-channels)** — Steam Workshop vs GitHub
|
|
4. **[GregModManager (full tool reference)](/wiki/tools/workshop-uploader)** — MAUI app: Mod Store, uploads, metadata
|
|
|
|
[**Mod catalog**](/mods) lists modules with links to docs and downloads.
|
|
|
|
## Mod authors, plugins, and repo work
|
|
|
|
Everything for **building mods**, **FFM plugins**, hooks, CI, and **contributing** lives in one place:
|
|
|
|
**[Developers & contributors →](/wiki/developers)**
|
|
|
|
Technical docs follow one stack model: **ModManager (MAUI) → framework / SDK → plugins → mods** — explained in **[System architecture & documentation principles](/wiki/meta/system-architecture-principles)**.
|
|
|
|
Do not open **Developers & contributors** unless you are building or maintaining code — the first entries in the sidebar stay short on purpose.
|