mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
refactor: update project branding and structure for gregFramework
- 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.
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
---
|
||||
title: Topics hub
|
||||
sidebar_label: Topics overview
|
||||
description: Thematic index — navigate by audience, reference, roadmap, imports, and meta.
|
||||
description: Thematic index — cross-cutting overviews (assets, multiplayer, security, FFI, meta).
|
||||
---
|
||||
|
||||
# Topics hub
|
||||
|
||||
Documentation is split into **curated wiki pages** (this site), **generated reference** (for example hook catalogs), and **legacy imports** from the GitHub wiki (`.wiki` → `wiki-import/`).
|
||||
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 (Spieler · Moddevs · Contributor · Sponsoren)** | [By audience](/wiki/topics/audiences/overview) — [End users](/wiki/topics/end-user/overview), [Mod developers](/wiki/topics/mod-developers/overview), [Contributors (workflow)](/wiki/topics/contributors/overview), [Sponsors](/wiki/topics/sponsors/overview) |
|
||||
| **Audience paths (experience)** | [Newbies](/wiki/audiences/newbies) · [Intermediates](/wiki/audiences/intermediates) · [Professionals](/wiki/audiences/professionals) |
|
||||
| **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) |
|
||||
@@ -22,16 +22,14 @@ Documentation is split into **curated wiki pages** (this site), **generated refe
|
||||
|
||||
## Thematic folders (deep links)
|
||||
|
||||
Use these entry points for cross-cutting concerns; each page links into `wiki-import/` and reference docs where relevant.
|
||||
|
||||
- [Security & legal](/wiki/topics/security-legal/overview) — licenses, disclaimers, letters to the developer.
|
||||
- [FFI, hooks & Lua](/wiki/topics/ffi-and-hooks/overview) — HOOKS, FFI bridge, naming conventions.
|
||||
- [Multiplayer & networking](/wiki/topics/multiplayer-and-networking/overview) — Steamworks P2P, Web UI bridge.
|
||||
- [Assets & export](/wiki/topics/assets-and-export/overview) — asset export pipeline, templates.
|
||||
- [End users](/wiki/topics/end-user/overview) — installs, FAQs, troubleshooting.
|
||||
- [Mod developers](/wiki/topics/mod-developers/overview) — getting started, mod config, debugging.
|
||||
- [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** (downloads, version banners): [Releases](/wiki/releases/).
|
||||
- **Narrative wiki articles** (how it works): [Plugin Wiki](/wiki/mods/extensions) and [Mod Wiki](/wiki/mods/mods).
|
||||
- **Release pages:** [Releases](/wiki/releases/)
|
||||
- **Narrative articles:** [Plugins](/wiki/plugins/) and [Mods](/wiki/mods/)
|
||||
|
||||
Reference in New Issue
Block a user