Files
gregWiki/docs/topics/index.md
Marvin 8d8fda49c4 docs(readme): update README for clarity and consistency
- Translated sections from German to English for better accessibility.
- Enhanced the structure by clearly defining the workspace relationship and local development instructions.
- Improved descriptions for Docker setup and deployment processes to ensure users understand the requirements and context.
- Updated links and formatting for consistency throughout the document.

This commit aims to improve the overall clarity and usability of the README documentation.
2026-04-10 02:12:06 +02:00

35 lines
1.8 KiB
Markdown

---
title: Topics hub
sidebar_label: Topics overview
description: Thematic index — cross-cutting overviews (assets, multiplayer, security, FFI, meta).
---
# Topics hub
Documentation is **curated** in this repository: guides, framework articles, reference data (hook catalogs), and contributor workflow — versioned with **gregFramework** and **gregWiki**.
## Quick map
| Area | Start here |
|------|------------|
| **Roles** | [By audience](/wiki/guides/players/audiences-overview) — [End users](/wiki/guides/players/overview), [Mod developers](/wiki/guides/mod-developers/overview), [Contributors (workflow)](/wiki/guides/contributors/topics-overview), [Sponsors](/wiki/guides/sponsors/overview) |
| **Experience paths** | [Newbies](/wiki/audiences/newbies) · [Intermediates](/wiki/audiences/intermediates) · [Professionals](/wiki/audiences/professionals) |
| **Technical reference** | [Reference & technical](/wiki/topics/reference/overview) |
| **Ship planning** | [Roadmap & planning](/wiki/topics/roadmap/overview) |
| **Repository inventory** | [Repo inventory](/wiki/contributors/repo-inventory) |
| **Steam, betas, backlog, game paths** | [Meta & operations](/wiki/topics/meta/overview) — [Game folder layout](/wiki/topics/meta/game-folder-layout) |
## Thematic folders (deep links)
- [Security & legal](/wiki/topics/security-legal/overview)
- [FFI, hooks & Lua](/wiki/topics/ffi-and-hooks/overview)
- [Multiplayer & networking](/wiki/topics/multiplayer-and-networking/overview)
- [Assets & export](/wiki/topics/assets-and-export/overview)
- [End users](/wiki/guides/players/overview)
- [Mod developers](/wiki/guides/mod-developers/overview)
## Releases vs. articles
- **Release pages:** [Releases](/wiki/releases)
- **Narrative articles:** [Plugins](/wiki/plugins) and [Mods](/wiki/mods)