Commit Graph

6 Commits

Author SHA1 Message Date
Marvin
b37a0d9078 w 2026-04-10 01:39:48 +02:00
Marvin
d1650139d9 docs: clarify separation of multiplayer and sysadmin plugins
- Updated documentation to emphasize the distinct functionalities of `FFM.Plugin.Multiplayer` (networking/sync) and `FFM.Plugin.Sysadmin` (UI modernization/settings).
- Enhanced descriptions in relevant files to prevent confusion between the two plugins and their purposes.
- Added notes in the multiplayer hub to clearly state that sysadmin and web UI features are separate topics.

This commit improves clarity in the documentation regarding plugin functionalities.
2026-04-10 01:29:34 +02:00
Marvin
ea92a0baf8 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.
2026-04-10 01:20:22 +02:00
Marvin
1d4676f52b fix(docs): extension-less links for DE locale; format README and custom.css
Made-with: Cursor
2026-04-09 23:59:32 +02:00
Marvin
c46717b3cf 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 structure.
2026-04-09 23:54:50 +02:00
Marvin
e2839584f4 Merge Docusaurus site: all content under docs/, align with gregFramework split layout
- Move markdown and wiki-import tree into docs/; keep app shell at repo root
- Point docusaurus docs path to docs/; edit links to mleem97/gregWiki
- Sync and i18n scripts use gregWiki root and ../.wiki under gregFramework
- Sidebars: workspace layout from root docs ids; plugins under mods/extensions
- Fix redirects, module catalog URLs, release note paths, and wiki-import category keys
- Update repo inventory for split repos; Dockerfile for single-repo context

Made-with: Cursor
2026-04-09 23:39:32 +02:00