Official documentation site for MSK Scripts — FiveM resources, Discord bots, and related ecosystem projects by Musiker15.
Live site: docu.msk-scripts.de
Built with Docusaurus 3 (TypeScript, React 19) and the @docusaurus/faster Rspack pipeline.
- Node.js
>=20.0 - Yarn 1 (Classic)
yarnyarn startStarts a local dev server with hot-reload at http://localhost:3000.
yarn buildGenerates static content into the build/ directory, ready to be served by any static host.
yarn typecheckDeployment to GitHub Pages is handled automatically by the workflow in .github/workflows/.
Manual deploy (if needed):
# Using SSH
USE_SSH=true yarn deploy
# Using HTTPS
GIT_USER=<Your GitHub username> yarn deploy.
├── blog/ # Blog / changelog posts
├── docs/ # Main documentation (FiveM scripts)
├── discord/ # Discord bot documentation
├── ecosystem/ # Ecosystem / integrations
├── guides/ # How-to guides
├── src/ # React components, pages, custom CSS
├── static/ # Static assets (images, fonts, downloads)
└── docusaurus.config.ts # Site configuration
Found a vulnerability? Please see SECURITY.md for the disclosure process.
Dependency updates are managed by Dependabot. Pinned overrides for transitive dependencies live in the resolutions block of package.json.
- Website: msk-scripts.de
- Documentation: docu.msk-scripts.de
- Contact: info@msk-scripts.de