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

gregWiki — Frika Mod Framework documentation

This repository contains the Docusaurus site (docusaurus.config.js, src/, sidebars.js) and all Markdown/MDX content under docs/. Published docs use the route base path /wiki.

Local development

npm install
npm run start

Production build:

npm run build

Optional: refresh the legacy GitHub Wiki mirror from a sibling ../.wiki/ clone under gregFramework/ — see docs/README.md and npm run wiki:sync / wiki:normalize-i18n.

Docker

Build context is this repository root:

docker build -t gregwiki-docs .
docker run --rm -p 3000:3000 gregwiki-docs

The gregFramework workspace groups gregCore, gregMods, gregExtensions, gregWiki, and related tools. Source-of-truth code paths for hooks and builds live in those repos, not only in this documentation tree.

Description
No description provided
Readme 1.1 MiB
Languages
TypeScript 66.4%
JavaScript 17.6%
CSS 14.9%
Dockerfile 0.6%
Shell 0.5%