mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
- Changed project title and tagline in docusaurus.config.js to reflect the new branding. - Updated package.json and package-lock.json to rename the project to gregwiki-docs-site. - Adjusted sidebar and documentation files to align with the new project structure and naming conventions. - Enhanced documentation content for clarity and consistency across various sections. - Added Prettier as a development dependency for code formatting. This commit aligns the project with the new branding and improves overall documentation quality.
36 lines
1.9 KiB
Markdown
36 lines
1.9 KiB
Markdown
---
|
|
title: Topics hub
|
|
sidebar_label: Topics overview
|
|
description: Thematic index — cross-cutting overviews (assets, multiplayer, security, FFI, meta).
|
|
---
|
|
|
|
# Topics hub
|
|
|
|
Documentation combines **curated pages** (guides, framework, reference), **generated reference** (hook catalogs), and **legacy imports** from the GitHub wiki (`.wiki` → `docs/legacy/wiki-import/`).
|
|
|
|
## 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/guides/players/newbies) · [Intermediates](/wiki/guides/players/intermediates) · [Professionals](/wiki/guides/players/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) |
|
|
| **Imported legacy wiki** | [Legacy wiki import](/wiki/topics/wiki-import/overview) |
|
|
| **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/)
|