mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
- Revised the tagline in `docusaurus.config.js` to reflect the focus on Data Center. - Enhanced descriptions in `getting-started.md`, `intro.md`, and various mod documentation files for consistency and clarity. - Updated references to the game name, removing "Waseku" for a more streamlined presentation. - Improved the structure and readability of tables and lists throughout the documentation. This commit aims to ensure the documentation is clear, consistent, and accurately represents the project, enhancing usability for both mod developers and players.
27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
---
|
|
id: intro
|
|
title: Mod author wiki
|
|
slug: /
|
|
description: Technical documentation for Data Center mod and plugin authors — gregFramework, hooks, workspace, and releases.
|
|
---
|
|
|
|
# Mod author wiki
|
|
|
|
This site (**`/wiki`**) is for people who **write or maintain mods and plugins**, work on **gregFramework**, or contribute to **repos and documentation**.
|
|
|
|
**Players** — install MelonLoader, browse mods, and get help on the **[For players](/players)** page (`/players`), the **[mod catalog](/mods)**, and Discord.
|
|
|
|
## Getting started
|
|
|
|
1. **[Getting started](/wiki/getting-started)** — split-repo layout, build gregCore, hooks and registries
|
|
2. **[Documentation layout](/wiki/getting-started/documentation-layout)** — how `docs/` is organised
|
|
3. **[Workspace map](/wiki/workspace/)** — folders on disk
|
|
|
|
Then read **[System architecture & documentation principles](/wiki/meta/system-architecture-principles)** — canonical **Mod Manager → Framework → Plugins → Mods** model.
|
|
|
|
## Full index
|
|
|
|
**[Documentation hub →](/wiki/developers)** — complete table of contents: framework, plugins, mods, guides, releases, reference, roadmap.
|
|
|
|
The sidebar matches this wiki: **Getting started** is at the top, then the rest of the author tree.
|