Commit Graph

17 Commits

Author SHA1 Message Date
Marvin
0bad959708 aa 2026-04-10 01:42:55 +02:00
Marvin
a5a34940a1 docs: update import paths to legacy for consistency
- Revised documentation links to point to the legacy import paths across multiple files, ensuring uniformity in referencing legacy resources.
- This change enhances clarity and maintains consistency in the documentation structure.
2026-04-10 01:42:07 +02:00
Marvin
7f8070fe2a docs: update legacy import paths in documentation
- Revised import paths in the FFI and hooks, game folder layout, and roadmap documentation to reflect the transition to the legacy directory structure.
- This change ensures that all links point to the correct legacy resources, improving accessibility and accuracy of the documentation.
2026-04-10 01:41:08 +02:00
Marvin
5c8fab5160 docs: update asset exporter documentation link for accuracy
- Corrected the overview link for the `Standalone Mods` section to point to the legacy documentation path.
- This change ensures that users have access to the correct resources and improves the overall accuracy of the documentation.
2026-04-10 01:40:10 +02:00
Marvin
526a9629ae docs: update documentation layout and links for clarity
- Revised the documentation layout to reflect updated paths for various sections, including workspace, framework, plugins, mods, tools, guides, releases, reference, contributors, roadmap, topics hub, meta, and legacy.
- Adjusted links to ensure they point to the correct files, enhancing navigation and accessibility within the documentation.
- Improved descriptions in the Mods and Plugins sections to clarify the distinction between gameplay mods and framework plugins.

This commit enhances the overall structure and usability of the documentation.
2026-04-10 01:40:00 +02:00
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
31cd24b462 chore(docker): compose, entrypoint guard, LF shell script; format with Prettier
- Add docker-compose.yml (build context .) and .gitattributes for entrypoint LF
- README: document docker compose and gregWiki root requirement
- package.json: include docker-compose.yml in npm run format

Made-with: Cursor
2026-04-10 00:05:51 +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
0f41974b35 docs: deployment note for main vs master; fix README title
Made-with: Cursor
2026-04-09 23:49:16 +02:00
Marvin
67fc57d57e feat(i18n): enhance Mods page localization and documentation links
- Expanded Mods page localization with additional translations.
- Improved shared links for knowledge and workflow sections to facilitate better access to documentation across various languages.
2026-04-09 23:47:33 +02:00
Marvin
e587a04194 feat(i18n): add Mods page localization and shared links
- Introduced a new file for Mods page localization with translations for multiple languages (en, de, fr, es, ru, ja).
- Updated existing homepage localization files to include references to the new `gregFramework` terminology.
- Added shared links for knowledge and workflow sections to enhance documentation accessibility across different languages.
2026-04-09 23:47:26 +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
Marvin
33636fde00 docs(wiki): update architecture and getting-started for split repos 2026-04-08 00:49:11 +02:00
Marvin
d377ff70a8 chore: initialize gregWiki standalone repository 2026-04-08 00:10:25 +02:00