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
This commit is contained in:
Marvin
2026-04-09 23:39:32 +02:00
parent 33636fde00
commit e2839584f4
320 changed files with 38803 additions and 97 deletions

52
src/i18n/homepage/fr.ts Normal file
View File

@@ -0,0 +1,52 @@
import type { HomepageContent } from './types';
export const fr: HomepageContent = {
heroLine1: 'HUB DE MODDING DATACENTER.',
heroLine2: 'SOYEZ MALIN, SOYEZ GREG.',
heroSub1: 'Simple. Flexible. Piloté par la communauté.',
heroSub2: 'FrikaMF, stacks Rust, multijoueur et plugins.',
ctaStart: 'COMMENCER LE MODDING',
ctaMods: 'MODS & PLUGINS STANDALONE DISPONIBLES',
docsPaths: 'Parcours de documentation',
featureTitles: ['Modding double piste', 'Pont runtime hooks', 'Docs basées sur le wiki', 'Écosystème communauté'],
featureDescriptions: [
'Créez des mods en C# ou en Rust natif via C-ABI/FFI.',
'Patches Harmony, IDs dévénements et routage déterministe.',
'Source de vérité issue de .wiki pour users et moddeurs.',
'Docs du framework principal et des plugins standalone.',
],
comingSoon: 'Bientôt disponible',
comingSoonText: '`datacentermods.com` est en préparation. En attendant, consultez `Docs Hub → Standalone Mods`.',
communityTitle: 'Communauté & Mainteneurs',
communityText: 'Ce portail regroupe la doc framework et les plugins communautaires de lécosystème Data Center.',
docsEndUserTitle: 'End-User',
docsEndUserDescription: 'Install, update, FAQ, troubleshooting.',
docsModDevsTitle: 'Mod-Devs',
docsModDevsDescription: 'Debug workflows, setup, hooks and references.',
docsContributorsTitle: 'Contributors',
docsContributorsDescription: 'Conventions, CI checks, contribution workflow.',
docsCapabilityTitle: 'Capability Matrix',
docsCapabilityDescription: 'Complete feature map and implementation use cases.',
ecosystemTitle: 'Ecosystem Coverage',
ecosystemCoreTitle: 'FrikaMF Core',
ecosystemCoreDescription: 'Hook system, FFI bridge, event contracts and runtime architecture.',
ecosystemCoreCta: 'Open core docs →',
ecosystemRustTitle: 'Standalone Rust',
ecosystemRustDescription: 'Rust/FFI implementation guides for external and standalone runtimes.',
ecosystemRustCta: 'Open Rust/FFI docs →',
ecosystemMultiplayerTitle: 'Multiplayer & Plugins',
ecosystemMultiplayerDescription: 'Multiplayer roadmap, plugin docs, and community module references.',
ecosystemMultiplayerCta: 'Open multiplayer docs →',
gregTitle: 'The Legend of Greg',
gregText1:
'Greg is the tireless server technician of this project. He looks like he has not slept for months, and he is usually quiet — but once a rack fails or a mod breaks, Greg is already there.',
gregText2:
'He quietly fulfills your wishes: more uptime, cleaner configs, better logs and less deployment drama. He does not ask much, he just ships.',
gregQuote: '"Be smart. Be like Greg."',
supportTitle: 'Support',
supportText: 'Report bugs, request docs for new community plugins, and track workstreams.',
supportCta: 'Open GitHub Issues',
availableModsLabel: 'Available Mods',
repositoryLabel: 'Repository',
joinLabel: 'JOIN',
};